Here’s a new Knowledge Base article we published. This one talks about an issue where you may be unable to see any performance or availability details using System Center 2012 Operations Manager widgets
=====
SymptomsWhen using performance widgets in System Center 2012 Operations Manager (OpsMgr), you may experience one or more of the following symptoms:
While creating Performance widgets, none of the performance objects/counters are shown in the wizard.
You are unable to retrieve availability details using OpsMgr state widgets.
Network dashboard views are not showing any availability details or performance details.
The Reset Health State task fails with the exception below shown under the task status view:
A module reported an error 0x80070490 from a callback which was running as part of rule "System.Health.ResetState" running for instance "<instance name>" with id:"{GUID}" in management group "<Management Group Name>".
Error Code: -2130771918 (Unknown error (0x80ff0032)).
CauseThis can occur if the Management Group ID is different in the “MT_ManagementGroup” and “__MOMManagementGroupInfo__” tables. If you create the OperationsManager DB using “DBCreateWizard.exe”, the Management Group GUIDs will be different. We can safely change the Management Group ID in “__MOMManagementGroupInfo__” table.
NOTE This issue will only happen on upgraded environments from System Center Operations Manager 2007 R2.
ResolutionTo resolve this issue, complete the steps below.
1. Find the Management Group ID in “MT_ManagementGroup” and “__MOMManagementGroupInfo__” tables. To do this, run the following queries on the OperationsManager Database:
Select ManagementGroupId from __MOMManagementGroupInfo__
Select Id_6B1D1BE8_EBB4_B425_08DC_2385C5930B04 from MT_ManagementGroup
2. If the GUIDs are different, change the Management Group ID in the “__MOMManagementGroupInfo__” table. To do this, run the following query to update the “__MOMManagementGroupInfo__” table:
Update __MOMManagementGroupInfo__ SET ManagementGroupId = '<GUID>'
NOTE Change the “GUID” to match the ID from “MT_ManagementGroup” table.
3. Once the query is executed, restart the System Center Data Access Service, the System Center Management Configuration and the System Center Management services on the Management server.
4. Re-open the OpsMgr console using “clearcache” switch. For example, run the following command at a command prompt:
microsoft.mom.ui.console.exe /clearcache
More InformationMake sure that you have recent backups of the OperationsManager and OperationsManagerDW databases before updating the tables.
=====
For the most current version of this article please see the following:
2711375 - Unable to see any performance or availability details using System Center 2012 Operat...
J.C. Hornbeck | System Center & Security Knowledge Engineer
Get the latest System Center news on Facebook and Twitter :
App-V Team blog:
http://blogs.technet.com/appv/
ConfigMgr Support Team blog:
http://blogs.technet.com/configurationmgr/
DPM Team blog:
http://blogs.technet.com/dpm/
MED-V Team blog:
http://blogs.technet.com/medv/
Orchestrator Support Team blog:
http://blogs.technet.com/b/orchestrator/
Operations Manager Team blog:
http://blogs.technet.com/momteam/
SCVMM Team blog:
http://blogs.technet.com/scvmm
Server App-V Team blog:
http://blogs.technet.com/b/serverappv
Service Manager Team blog:
http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog:
http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog:
http://blogs.technet.com/sus/
The Forefront Server Protection blog:
http://blogs.technet.com/b/fss/
The Forefront Endpoint Security blog :
http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog :
http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog:
http://blogs.technet.com/b/isablog/
The Forefront UAG blog:
http://blogs.technet.com/b/edgeaccessblog/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.