Article ID: 2711375 - Last Review: May 23, 2012 - Revision: 1.0
When 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)).
Cause :
This 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.
Resolution :
To 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 information :
Make sure that you have recent backups of the OperationsManager and OperationsManagerDW databases before updating the tables.
Note: This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use (http://go.microsoft.com/fwlink/?LinkId=151500) for other considerations.
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment