Related Articles
SCOM 2012 Linux Monitoring (Lab) – Part 2 Configure SCOM 2012
In part 1 we installed LINUX and now it is time to get SCOM 2012 ready for LINUX monitoring. There are several steps we need to do: Set up a Resource Pool Import the management packs Setup name resolution Configure the RunAs accounts Assign the RunAs accounts to profiles.
Fixing Citrix WMI errors 0x80041001 / 0x80041002 – XenApp 6
I am sure during your Operations Manager career you already faced some WMI errors while installing e.g. Active Directory or XenApp management packs. A few days ago I installed the XenApp 6.0 MP in SCOM 2007 R2. Suddenly errors 0x80041001 and 0x80041002 appeared in Active Alerts view. WMI errors are always kind of pain in […]
PowerShell – Comparing Management Pack Version
I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]