• Contact
  • Cookie Policy
  • Helpdesk
Techspark Blogging about technical stuff

Tag Archives: Scom

Operations Manager 2012 R2 – Data Warehouse can’t process performance data

February 4, 2014 4:26 PM / Leave a Comment / XeroX

We had the problem that our data warehouse can’t process all performance data being collected. To get rid of this problem you need to disable some performance collection rules in your opsmgr 2012r2 (preferable the ones you don’t need).

You may find out which one collect most data you can run the following queries against your dwh.

Performance insertions per day

SELECT CASE WHEN(GROUPING(CONVERT(VARCHAR(20), TimeSampled, 102)) = 1)
THEN ‘All Days’ ELSE CONVERT(VARCHAR(20), TimeSampled, 102)
END AS DaySampled, COUNT(*) AS PerfInsertPerDay
FROM PerformanceDataAllView with (NOLOCK)
GROUP BY CONVERT(VARCHAR(20), TimeSampled, 102) WITH ROLLUP
ORDER BY DaySampled DESC

To find the rules collecting the most Performance Signature data in the database

select managementpack.MPName, ruleview.DisplayName,
count(*) AS TotalPerfSig
from performancesignaturedata with (nolock)
inner join performancesignaturehistory with (nolock)
on performancesignaturedata.performancesignaturehistoryid = performancesignaturehistory.performancesignaturehistoryid
inner join performancesignature with (nolock)
on performancesignaturehistory.performancesignatureid = performancesignature.performancesignatureid
inner join ruleview with (nolock)
on ruleview.id = performancesignature.learningruleid
inner join managementpack with(nolock)
on ruleview.managementpackid = managementpack.managementpackid
group by managementpack.mpname, ruleview.Displayname
order by TotalPerfSig DESC, managementpack.mpname, ruleview.DisplayName

Good luck

Posted in: Microsoft, Operations Manager / Tagged: Data Warehouse, OpsMgr, Performance, SCOM, SCOM 2012R2, SCOM2012

Office Web Apps 2013 Management Pack for Operations Manager 2012 (R2)

November 8, 2013 12:20 PM / 13 Comments / XeroX

Update 17.08.2015:

Official answer from Microsoft USA. It’s been finally decided that the Management Pack is discontinued. Disappointing.

However, feel free to use my fixed Management Pack.

 

Update 16.10.2014:

I’ve unsealed the Managemant Pack and added the missing strings. You cannot upgrade the existing one as I don’t have the signing keys. Good luck!

16-10-_2014_16-58-11Download: Microsoft.OfficeWebAppsServer_Custom

 

Update 12.02.2014:

Apologies for the delay.

It’s been finally decided that Office Web Apps Server MP will be released by the Web Apps Server team.

My team is working on getting this out the door as soon as possible, but there will be official release.

Update 18.12.2013: Our support engineer told us the development of this management pack has been discontinued for now. 🙁

In most case Microsoft offers a management pack for operations manager shortly after release within a few weeks or month.

This is not the case for Office Web Apps 2013 for Exchange/Lync/SharePoint. The Guide was released more than a year ago. As stated in the Document, Management Pack “Microsoft.OfficeWebAppsServer.mp” + “MicrosoftOfficeWebAppsServer.Config” is needed to monitor Office Web Apps Server 2013. So where to find it?

There is a link on technet forums and this is exactly the same that we received from the support engineer. You can download the management pack from the link at the end of the thread.

This is a buggy version of the management pack but it works. I will update the post when I get a release date.

Missing displaynames

HealthExp

 

 

Guide – http://www.microsoft.com/en-us/download/details.aspx?id=34594

Management Pack – http://download.microsoft.com/download/4/9/E/49EA21D0-CDF9-469F-805D-AC31527A55F2/microsoft.officewebappsserver.mp

 

Posted in: OfficeWebApps / Tagged: Office Web Apps, OpsMgr, SCOM, SCOM2012, System Center 2012, System Center Operations Manager

Support This Site

If you like this content, you can buy me a coffee

Recent Posts

  • Super Famicom/Super Nintendo xBAND XBⱯND – Teardown
  • Gigabyte ITE IT5701/ 5702 Firmware Archive
  • Speed-Up/Tune Synology DSM with HDD & SSD
  • Dreamcast – Skies of Arcadia – PAL – 60Hz – VGA Patch
  • Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense

Recent Comments

  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • XeroX on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • XeroX on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense

Archives

  • January 2025
  • July 2024
  • October 2023
  • February 2023
  • November 2022
  • September 2022
  • September 2021
  • August 2021
  • November 2020
  • November 2015
  • June 2015
  • February 2015
  • August 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • September 2013
  • August 2013

Categories

  • ESXi
  • FreeBSD
  • Hardware
  • Hyper-V
  • iOS
  • Microsoft
  • Nintendo
  • OfficeWebApps
  • Operations Manager
  • Retro
  • SharePoint
  • Synology
  • Teardown
  • vCenter
  • VMWare
  • Webserver
  • Windows Server
© Copyright 2025 - Techspark
Infinity Theme by DesignCoral / WordPress