Introduction
This article describes the issues that are fixed in Update Rollup 6 for Microsoft System Center 2012 Service Pack 1 (SP1) Operations Manager and the Linux and Unix Monitoring Pack. Additionally, this article contains the installation instructions for Update Rollup 6 for System Center 2012 SP1 Operations Manager.
Issues that are fixed in this update rollup
Operations Manager
Issue 1
Service Level Objectives (SLO) dashboards sometimes load in several seconds and sometimes take minutes to load. Additionally, the dashboard is empty after it loads in some cases. Issue 2 SQL Time Out Exceptions for State data (31552 events) occur when you create Data Warehouse workflows. Issue 3 This update rollup includes a fix for the dashboard issue that was introduced in Update Rollup 5. Issue 4 Adding multiple regular expressions (RegEx's) to a group definition causes a SQL exception when adding or running the group. Issue 5 The System Center Operations Manager console is slow to load views if you are a member of a custom Operator role.Operations Manager - UNIX and Linux Monitoring (Management Pack Update)
Issue 1
All IBM WebSphere application servers that run on Linux or AIX computers are not automatically discovered by the Management Pack for Java Enterprise Edition (JEE) if multiple application servers are defined in a single WebSphere profile.How to obtain and install Update Rollup 6 for System Center 2012 Operations Manager SP1
Download instructions
Update packages for Operations Manager are available from Microsoft Update or by manual download.
Microsoft Update
To obtain and install an update package from Microsoft Update, follow these steps on a computer that has an applicable System Center 2012 SP1 component installed:
-
Click Start, and then click Control Panel.
-
In Control Panel, double-click Windows Update.
-
In the Windows Update window, click Check Online for updates from Microsoft Update.
-
Click Important updates are available.
-
Select the Update Rollup packages, and then click OK.
-
To to install the update package, click Install updates.
Manual download of the update packages
To manually download the update packages, go to the following Microsoft Update Catalog website:
Installation instructions for Operations Manager
Known issues for this update
-
After you install this update rollup package on all roles on the server that is running System Center Operations Manager 2012 Service Pack 1 (except on the Agent and Gateway roles), the updates do not appear in the Add or Remove Programs item in Control Panel.
-
After you apply Update Rollup 6, the Operations Manager console must be reopened in order to apply the Alert Attachment Management Pack fix.
-
After you install this update rollup package, the version number of the console is not changed.
-
If the ACS update package is installed, uninstalled, and then re-installed, the database upgrade script that is included in this update does not run. This is because the database version is changed during the first installation of the ACS update. This issue can cause a server crash if the user reuses a partition when the partition is in use. The partition can be closed manually by using SQL Server Studio. To do this, navigate to the ACS database, and then run the following script in a query editor window:
begin tran -- mark all active partitions for closing if (select count(*) from dtPartition where Status = 0) > 0 update dtPartition set Status = 1 where Status = 0 commit tran
-
After you install the update rollup package on a web console, you may receive the following error message in Internet Explorer:
Server Error in '/OperationsManager' Application.
-
When you try to import Microsoft.SystemCenter.Visualization.Component.Library, the import fails because of missing dependencies.
To resolve this issue, import Microsoft.SystemCenter.Visualization.Component.Library again.
Installation notes
-
This update rollup package is available from Microsoft Update in the following languages:
-
Chinese Simplified (CHS)
-
Japanese (JPN)
-
French (FRA)
-
German (DEU)
-
Russian (RUS)
-
Italian (ITA)
-
Spanish (ESN)
-
Portuguese (Brazil) (PTB)
-
Chinese Traditional (CHT)
-
Korean (KOR)
-
Czech (CSY)
-
Dutch (NLD)
-
Polish (POL)
-
Portuguese (Portugal) (PTG)
-
Swedish (SWE)
-
Turkish (TUR)
-
Hungarian (HUN)
-
English (ENU)
-
Chinese Hong Kong (HK)
-
-
Some components are language neutral, and the updates for these components are not localized.
-
You must run the update rollup as an administrator.
-
If you do not want to restart the computer after you apply the console update, close the console before you apply the update for the Console role.
-
To start a new instance of Microsoft Silverlight, clear the browser cache in Silverlight, and then restart Silverlight.
-
Do not install the update rollup package immediately after you install the System Center 2012 SP1 server. Otherwise, the Health Service state may not be initialized.
-
If User Account Control is enabled, run the .msp update files from an elevated command prompt.
-
You must have System Administrator rights on the database instances for the Operational Database and Data warehouse to apply updates to these databases.
-
After you install the web console update, add the following line to the %windir%\Microsoft.NET\Framework64\v2.0.50727\CONFIG\web.config file:
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
911722 You may receive an error message when you access ASP.NET Web pages that have ViewState enabled after you upgrade from ASP.NET 1.1 to ASP.NET 2.0
-
The fix for the data warehouse BULK insert commands time-out issue described in the Update Rollup 5 for System Center 2012 Service Pack 1 article adds a registry key that can be used to set the time-out value (in seconds) for the data warehouse BULK insert commands. The following are the commands that insert new data into the data warehouse.
Registry location:HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Operations Manager\3.0\Data Warehouse
DWORD name: Bulk Insert Command Timeout Seconds DWORD Value: 40 Note For example, the value name should be set to 40 for a 40 second timeout.
Supported installation order
We recommend that you install the update rollup package by following these steps in the given order.
-
Install the available update rollup package on the following server infrastructure:
-
Management server or servers
-
Gateway servers
-
ACS
-
Web console server role computers
-
Operations console role computers
-
-
Manually import the management packs.
-
Apply the agent update to manually installed agents, or push the installation from the Pending view in the Operations console.
Notes
-
Install the update rollup package on agents either before or after you install the update rollup package on the server infrastructure.
-
If the Connected MG/Tiering feature is enabled, you should first update the top tier of the Connected MG/Tiering feature.
-
Update Rollup 6 files have a version number of 9538.1109.
Installation information
To download the update rollup package and extract the files that are contained in the update rollup package, follow these steps:
-
Download the update packages that Microsoft Update provides for each computer. Microsoft Update provides the appropriate updates according to the components that are installed on each computer.
-
Apply the appropriate MSP files on each computer.
Note MSP files are included in the update rollup package. Apply all MSP files that relate to a specific computer. For example, if the Web Console and Console roles are installed on a management server, apply the MSP files on the management server. Apply one MSP file on a server for each specific role that the server holds. -
Run the following Datawarehouse SQL script on the Datawarehouse Server against the OperationsManagerDW database:
-
UR_Datawarehouse.sql
%SystemDrive%\Program Files\System Center 2012 SP1\Operations Manager\Server \SQL Script for Update Rollups
-
-
Run the following Database SQL script on the Database server against the OperationsManagerDB database:
-
Update_rollup_mom_db.sql
-
-
Import the following management pack:
-
Microsoft.SystemCenter.AlertAttachment.mpb
-
Microsoft.SystemCenter.IntelliTraceProfiling.mpb, which has the following dependencies:
-
Microsoft.SystemCenter.IntelliTraceCollectorInstallation.mpb (which should be installed from SCOM 2012 SP1 Media)
-
Microsoft.Windows.InternetInformationServices.Common.mpb (which should be installed from the online catalog)
-
-
Microsoft.SystemCenter.Visualization.Library.mpb
-
Microsoft.SystemCenter.Image.Library.mp
-
Microsoft.SystemCenter.Advisor.Internal.mpb
-
Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.mp
-
Microsoft.SystemCenter.Apm.Infrastructure.mpb
-
Microsoft.SystemCenter.Apm.Library.mpb
-
Microsoft.SystemCenter.DataWarehouse.Report.Library.mp
-
Microsoft.SystemCenter.DataWarehouse.Reports.mp
-
Microsoft.SystemCenter.DataWarehouse.ServiceLevel.Report.Library.mp
-
Microsoft.SystemCenter.TFSWISynchronization.mpb
-
Microsoft.SystemCenter.Visualization.Component.Library.mpb
-
How to Import an Operations Manager Management Pack. Note Management packs are included in the Server component updates in the following path:
Learn about%SystemDrive%\Program Files\System Center 2012 SP1\Operations Manager\Server\Management Packs for Update Rollups
Uninstall information
To uninstall an update, run the following command:
msiexec /uninstall PatchCodeGuid /package RTMProductCodeGuid Note In this command, PatchCodeGuid is a placeholder that represents one of the following GUIDs.
PatchCodeGuid |
Component |
Architecture |
Language |
---|---|---|---|
{3E2A915C-5DD7-4187-9EDF-09E27736ED3D} |
Agent |
AMD64 |
EN |
{95FCCE1E-CFCE-4DE2-A4F7-1C4BFA7BEC25} |
Server |
AMD64 |
EN |
{D796E244-521C-4B29-AEC2-E43CB46CC0DB} |
Gateway |
AMD64 |
EN |
{DC372CA1-A6E9-457F-9C91-04977477ACF5} |
WebConsole |
AMD64 |
EN |
{548D70A9-0ED8-4460-93A7-1B23F949388E} |
Console |
AMD64 |
EN |
{8A1A8312-5BA1-4CDF-B927-E4F0EAE3A284} |
ACS |
AMD64 |
EN |
{32FD8BE9-5FFA-4072-8C84-47B4AD61C6F3} |
Agent |
IA-64 |
EN |
{16CCFCE1-7FDF-4E8A-9129-88813BEB51A3} |
Agent |
x86 |
EN |
{7BAD7062-00A6-467E-A21B-F2A74F714AA3} |
Console |
x86 |
EN |
{CFEFB1B1-AB32-4B61-9ED3-3A2F2AA66DA3} |
Console |
AMD64 |
CN |
{C22FB230-72E7-4A15-AC75-EA989E413859} |
WebConsole |
AMD64 |
CN |
{CFEFB1B1-AB32-4B61-9ED3-3A2F2AA66DA3} |
ACS |
AMD64 |
CN |
{2723F121-2753-44BF-87F5-FECCC3CC745C} |
WebConsole |
AMD64 |
CS |
{B1CCCA52-3B97-4CCA-95BA-3F7FE77270F3} |
Console |
AMD64 |
CS |
{E765288E-B1D9-4939-BF8B-0507CDDB771A} |
ACS |
AMD64 |
CS |
{7228E822-864E-45E4-B48C-09827B11C8ED} |
Console |
AMD64 |
DE |
{6EF34949-80DC-4A94-A796-D84D036B0A08} |
WebConsole |
AMD64 |
DE |
{A03149FE-D8A4-4C0E-B2D5-03D6D27F1386} |
ACS |
AMD64 |
DE |
{2C4C6052-7C9F-447F-9E29-FB6B629F0774} |
Console |
AMD64 |
ES |
{4FFF65BE-0606-475A-B9A8-714995CB5593} |
WebConsole |
AMD64 |
ES |
{2F242A84-66A0-4C7C-A89E-0A8C2A8C3F59} |
ACS |
AMD64 |
ES |
{1FA250AC-04EC-41E8-AE9A-19F73EA63157} |
Console |
AMD64 |
FR |
{31D80AE0-6674-49E4-8566-8D8CB4AF7B2C} |
WebConsole |
AMD64 |
FR |
{A8F48A72-0D5A-4AD3-9668-681FCDFB70A6} |
ACS |
AMD64 |
FR |
{FB03B9C7-1AEE-437B-BBDF-4B345D013042} |
Console |
AMD64 |
HU |
{73604E4D-BDD3-4CFB-A1DF-BF852A39D32A} |
WebConsole |
AMD64 |
HU |
{D6F36BE7-E5B1-436F-B06A-5CD78D6B1DD2} |
ACS |
AMD64 |
HU |
{07F5F9DF-6AB4-4A07-8712-011EC7E66EBA} |
Console |
AMD64 |
IT |
{9E667253-45CB-4679-B174-F68F831A32C0} |
WebConsole |
AMD64 |
IT |
{C4A01548-03B9-4DDC-8555-DDFE8ABD4B21} |
ACS |
AMD64 |
IT |
{FAE571A2-C31B-4F06-8592-9642E8856BBB} |
Console |
AMD64 |
JA |
{6E0200A0-433F-4010-A3C7-1918372B9D91} |
WebConsole |
AMD64 |
JA |
{2DDFA903-4D31-4122-9CC3-C46F838C431D} |
ACS |
AMD64 |
JA |
{C5650098-53C4-4387-9916-3AC73B45F7D9} |
Console |
AMD64 |
KO |
{3198F87C-70FA-4BDC-BC59-B0F24C93B8CC} |
WebConsole |
AMD64 |
KO |
{5338D1F2-400B-4713-941C-4CA3C70AB7CC} |
ACS |
AMD64 |
KO |
{4AB387CF-1DE7-4049-B29A-89848B2F0215} |
Console |
AMD64 |
NL |
{49C7875C-A9FB-4941-BBC8-8E09811EAA7A} |
WebConsole |
AMD64 |
NL |
{FA97260C-27B4-424A-B460-00AE9372F03B} |
ACS |
AMD64 |
NL |
{60039314-1071-41D6-BD3B-DCBF47AB7F88} |
Console |
AMD64 |
PL |
{524DF1D6-FE47-4284-841E-37DEF3244F87} |
WebConsole |
AMD64 |
PL |
{DFCD60B9-EE32-4EFC-8006-0C1D5746E52D} |
ACS |
AMD64 |
PL |
{81FFCE89-6718-468C-B470-2885D41BA7A2} |
Console |
AMD64 |
PT-BR |
{EF6BC989-51BC-4467-94D5-F1749EC50DD4} |
WebConsole |
AMD64 |
PT-BR |
{61BCD312-2283-448F-8678-629A1ACA0E55} |
ACS |
AMD64 |
PT-BR |
{9EBFB1C3-B42A-4B39-8408-E528024D3967} |
Console |
AMD64 |
PT-PT |
{2961FC2C-5ACE-4DD5-9E2D-6D1EAA2B918E} |
WebConsole |
AMD64 |
PT-PT |
{F4EE6AFE-1797-4AA1-A454-A6E6E13CC2C7} |
ACS |
AMD64 |
PT-PT |
{F9359D9F-2855-476F-A7CB-82A7B8CB05AA} |
ACS |
AMD64 |
RU |
{6EC0ACAF-63F0-4205-A47F-7265BE728F74} |
Console |
AMD64 |
RU |
{D5FA44E7-3C7F-485E-BD6F-8AF61098B4A9} |
WebConsole |
AMD64 |
RU |
{DDB1A676-12C7-4772-A14D-27B1BD1EAA8B} |
ACS |
AMD64 |
SV |
{EB8B7BA6-E3BB-4F58-8B0B-136D2F83A0A7} |
Console |
AMD64 |
SV |
{976DEDB2-8F12-44AC-9F8B-6A8ACA35906C} |
WebConsole |
AMD64 |
SV |
{3D64DF07-AD15-470A-84B7-F10624846F9D} |
Console |
AMD64 |
TR |
{108494D0-41DD-4A47-ACA5-EE2B1E53E80E} |
WebConsole |
AMD64 |
TR |
{272C24D4-916C-4459-B1C7-91C5270DB300} |
ACS |
AMD64 |
TR |
{87A9E5AF-4F2B-4D5C-8D83-ECC6EFDF53B3} |
Console |
AMD64 |
TW |
{9534C2A7-BC7E-45C8-ABED-7C390291231F} |
WebConsole |
AMD64 |
TW |
{A0EE4EF8-44D2-4E00-A7A0-15D217734D29} |
ACS |
AMD64 |
TW |
{1528A33A-3EEB-4F7D-85F5-4F1A4C94D59E} |
Console |
AMD64 |
ZH-HK |
{B0270876-3A72-41CC-BC84-079D24A02909} |
WebConsole |
AMD64 |
ZH-HK |
{D02E2CCA-F8D4-4803-AC10-504737559781} |
ACS |
AMD64 |
ZH-HK |
{F5C22DDD-045C-4148-AFFF-60BF8565EE87} |
Console |
x86 |
CN |
{CDD86914-C45B-45B1-AA6E-C7E8CC61B35E} |
Console |
x86 |
CS |
{DE4D6418-683E-46D5-A00E-6CC08FC9BABE} |
Console |
x86 |
DE |
{36224DF7-B770-40C1-8E7E-6246C7A425F5} |
Console |
x86 |
ES |
{068CED55-50B6-4C50-A0F5-2B322F3A2837} |
Console |
x86 |
FR |
{1331393E-530A-4208-B8FF-9BBCD7A30FA9} |
Console |
x86 |
HU |
{863D99FC-30EE-4852-8CDE-C45ABF59E966} |
Console |
x86 |
IT |
{B96FFE7B-FF32-4ACC-98C9-4E4162BD1E72} |
Console |
x86 |
JA |
{5D15A4D1-B09A-4BE1-A266-00E49C6636A0} |
Console |
x86 |
KO |
{91B49B8E-ACC3-45E3-AB14-3056E8EE3593} |
Console |
x86 |
NL |
{8458CD5A-93C9-4C15-A6F3-F6296FD22102} |
Console |
x86 |
PL |
{C8B1E9DA-5669-4942-9DE9-7F1F07C65B88} |
Console |
x86 |
PT-BR |
{6ACC8488-35F0-41FF-AB11-3FC0E4D30C87} |
Console |
x86 |
PT-PT |
{3C41325E-212D-48A8-BFD8-BDACFD6B1ED2} |
Console |
x86 |
RU |
{A8091280-7C76-495C-BEFF-0E9E9EEBA700} |
Console |
x86 |
SV |
{EB393110-D694-4096-B38C-599CD1642FB7} |
Console |
x86 |
TR |
{03347D7C-066B-4724-AD98-30A67A1158F2} |
Console |
x86 |
TW |
{F931D66B-44BC-44B0-9D0C-4802184EA843} |
Console |
x86 |
ZH-HK |
Additionally, RTMProductCodeGuid is a placeholder that represents one of the following GUIDs.
Component |
RTMProductCodeGuid |
---|---|
Server |
{8070C91C-7D7C-4DAD-88B1-0966EEA9A8FE} |
Console (AMD64) |
{5142AB0B-73E3-4AD3-9D0F-65B3D9026769} |
Console (x86) |
{358C8AF0-25BB-425A-A4E6-7ADE54ED4736} |
Reporting |
{A2D27C0E-181D-4955-B95D-D3FB651E6AF7} |
WebConsole (AMD64) |
{5ED945BA-2BDD-4567-804E-8D3D2DB5CC9B} |
ACS |
{3E7464F7-A468-44E1-9A95-58349E022EAE} |
Agent (AMD64) |
{8B21425D-02F3-4B80-88CE-8F79B320D330} |
Agent (x86) |
{387306D9-78CE-4E0E-B952-28A50CC8B3EE} |
Agent (IA-64) |
{F3DDB021-89BC-464F-9107-69E2547D08FD} |
Gateway |
{80C2A57A-4193-4800-AA27-CD79553FE9DF} |
SCX-ACS (AMD64) |
{B30F4F71-2AF3-4542-855B-E1C7A31AC9A5} |
SCX-ACS (x86) |
{B30F4F71-2AF3-4542-855B-E1C7A31AC9A5} |
Installation instructions for Operations Manager - UNIX and Linux Monitoring (Management Pack Update)
To install the updated monitoring packs and agents for UNIX and Linux operating systems, follow these steps:
-
Download the updated management packs from the following Microsoft website:
System Center Monitoring Pack for UNIX and Linux Operating Systems
-
Install the management pack update package to extract the management pack files.
-
Import the updated Microsoft.Unix.Library management pack (from the \2012 SP1\ folder), Microsoft.ShellCommand.Library management pack bundle, Microsoft.Process.Library management pack bundle, and platform library management packs relevant to the Linux or UNIX platforms that you are monitoring in your environment.
-
Import the updated management pack for each version of Linux or UNIX that you are monitoring in your environment.
-
Restart the "System Center Management Service" on each Management Server or Gateway that is used to manage UNIX/Linux agents.
-
Upgrade each agent to the latest version by using either the Update-SCXAgent Windows PowerShell cmdlet or the UNIX/Linux Agent Upgrade Wizard in the Administration pane of the Operations Console.
Note The management pack bundle files for each UNIX and Linux operating system version contain the management pack and agent files. You may have to wait several minutes after you import the management pack bundle before the agent files are available for agent upgrades.
Files updated in Update Rollup 6 packages
Files that are changed |
File size |
Version |
---|---|---|
Microsoft.EnterpriseManagement.Presentation.Controls.dll |
1,782,488 bytes |
7.0.9538.1109 |
Microsoft.EnterpriseManagement.Monitoring.Components.dll |
1,136,856 bytes |
7.0.9538.1109 |
Microsoft.EnterpriseManagement.Presentation.Controls.dll(Silverlight) |
1,644,760 bytes |
7.0.9538.1109 |
Microsoft.EnterpriseManagement.Monitoring.Components.dll(Silverlight) |
829,656 bytes |
7.0.9538.1109 |
Microsoft.SystemCenter.Visualization.Component.Library.mpb |
290,816 bytes |
-- |
Microsoft.SystemCenter.GTM.Tool.Widgets.dll |
57,048 bytes |
7.0.9538.1109 |
Microsoft.EnterpriseManagement.DataAccessLayer.dll |
2,501,320 bytes |
7.5.2905.166 |
Microsoft.Mom.UI.Components.dll |
6,142,680 bytes |
7.0.9538.1109 |
UR_Datawarehouse.sql |
290,050 bytes |
-- |
HealthService.dll |
3,306,200 bytes |
7.0.9538.1109 |
Files that are changed |
File size |
Version |
---|---|---|
Microsoft.AIX.5.3.mpb |
16,715KB |
7.4.4339.0 |
Microsoft.AIX.6.1.mpb |
16,718KB |
7.4.4339.0 |
Microsoft.AIX.7.mpb |
15,934KB |
7.4.4339.0 |
Microsoft.AIX.Library.mp |
31KB |
7.4.4339.0 |
Microsoft.HPUX.11iv2.mpb |
39,303KB |
7.4.4339.0 |
Microsoft.HPUX.11iv3.mpb |
39,387KB |
7.4.4339.0 |
Microsoft.HPUX.Library.mp |
31KB |
7.4.4339.0 |
Microsoft.Linux.Library.mp |
31KB |
7.4.4339.0 |
Microsoft.Linux.RedHat.Library.mp |
15KB |
7.4.4339.0 |
Microsoft.Linux.RHEL.4.mpb |
35,542KB |
7.4.4339.0 |
Microsoft.Linux.RHEL.5.mpb |
34,874KB |
7.4.4339.0 |
Microsoft.Linux.RHEL.6.mpb |
33,067KB |
7.4.4339.0 |
Microsoft.Linux.SLES.9.mpb |
16,749KB |
7.4.4339.0 |
Microsoft.Linux.SLES.10.mpb |
33,695KB |
7.4.4339.0 |
Microsoft.Linux.SLES.11.mpb |
22,982KB |
7.4.4339.0 |
Microsoft.Linux.SUSE.Library.mp |
15KB |
7.4.4339.0 |
Microsoft.Linux.Universal.Library.mp |
16KB |
7.4.4339.0 |
Microsoft.Linux.Universal.Monitoring.mp |
83KB |
7.4.4339.0 |
Microsoft.Linux.UniversalD.1.mpb |
64,757KB |
7.4.4339.0 |
Microsoft.Linux.UniversalR.1.mpb |
67,694KB |
7.4.4339.0 |
Microsoft.Solaris.9.mpb |
8,504KB |
7.4.4339.0 |
Microsoft.Solaris.10.mpb |
16,153KB |
7.4.4339.0 |
Microsoft.Solaris.11.mpb |
17,282KB |
7.4.4339.0 |
Microsoft.Solaris.Library.mp |
22KB |
7.4.4339.0 |
Microsoft.Unix.ConsoleLibrary.mp |
23KB |
7.4.4339.0 |
Microsoft.Unix.Library.mp |
83KB |
7.4.4339.0 |
Microsoft.Unix.LogFile.Library.mpb |
86KB |
7.4.4339.0 |
Microsoft.Unix.Process.Library.mpb |
98KB |
7.4.4339.0 |
Microsoft.Unix.ShellCommand.Library.mpb |
68KB |
7.4.4339.0 |