Design a site like this with WordPress.com
Get started

System Center 2012 Operations Manager Survival Guide

A good starting point to information about System Center 2012 Operations Manager is this “Survival Guide” that I found in the TechNet Wiki. Here you can find links to all the best Operations Manager 2012 Information on the web.
http://social.technet.microsoft.com/wiki/contents/articles/7809.system-center-2012-operations-manager-survival-guide-en-us.aspx

Advertisement

Enter license key in SCOM 2012

SCOM 2012 installs in evaluation mode as there is no way to enter the license key during install. You have to add the license key using powershell as described below when the installation has finished:

1. Start Operations Management Shell as Administrator
2. Run the following powershell cmdlet:
Set-ScomLicense -ProductId <your productkey>
3. Verify that the new licensekey has been set:
Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a

Reference: http://support.microsoft.com/kb/2699998

Event ID: 29106 on RMS Server after upgrade to CU5

After an upgrade of the RMS from SCOM 2007 R2 RTM to SCOM 2007 R2 CU5 EventID 29106 started to appear in the OperationsManager EventLog every 5-15 minutes. The solution was to flush the HealtService.
1. Stop the System Center Management Service.
2. Rename the folder “Health Service State” in C:Program FilesSystem Center Operations Manager 2007.
3. Start the System Center Management Service.

References: http://qa.social.technet.microsoft.com/Forums/en/operationsmanagergeneral/thread/084d2917-f5be-44d6-8286-e4fe4cc8dd7d