Tag Archives: SCOM

Set processor affinity for scom agent

Problem SCOM agent tasks are consuming 100% processor time causing a slow reaction time on servers. Solution Force SCOM agent processes to run on one CPU-core so other tasks get processor time. To achieve this add a scheduled task running … Continue reading

Posted in Fix IT | Tagged , | Comments Off on Set processor affinity for scom agent

SCOM, find stucked agents

Some times agents start to stop collecting data without stopping completely . this is often when client are overloaded or management servers are for a while unavailable. In my case most times disk space counters stopped working as on of the first … Continue reading

Posted in Fix IT, Information Technology | Tagged | Comments Off on SCOM, find stucked agents

SCOM Exchange Managment Pack Error ‘Count’

Problem: Scom error from Exchange 2010 Managementpack , can’t create System.PropertyBagData pointing to HotFixValidation.vbs C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 284\5106\HotFixValidation.vbs(117, 10) Microsoft VBScript runtime error: Subscript out of range: ‘count’ Reason: The script is only checking … Continue reading

Posted in Fix IT, Information Technology | Tagged , | Comments Off on SCOM Exchange Managment Pack Error ‘Count’

Scom SQL 2012 Discovery Managment Pack error . Variable not defined

Problem: Alert: message is Variable not defined ‘EVENT_TYPE_ERROR’ C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 104\4529\SQLAgentJobDiscovery.vbs(293, 9) Microsoft VBScript runtime error: Variable is undefined: ‘EVENT_TYPE_ERROR’ Reason: The variable is really not defined inside the management pack and Option … Continue reading

Posted in Fix IT | Tagged , , | Comments Off on Scom SQL 2012 Discovery Managment Pack error . Variable not defined

Disk full on Microsoft Reporting Server

Problem: Disk Drive C: on Reporting Server is filling up every day by 40MB Reason: Microsoft Reporting Server is installed by default on C:. The configuration file C:\Program Files\Microsoft SQL Server\MSRS10.SQL1\Reporting Services\ReportServer\bin\ReportingServicesService.exe.config is showing <add name=”KeepFilesForDays” value=”14″ /> but no … Continue reading

Posted in Fix IT | Tagged , | Comments Off on Disk full on Microsoft Reporting Server

Get installed SCOM Managementpacks

Use Powershell to get all installed Management Packs SCOM 2007 Get-ManagementPack | select displayname,version | export-csv c:\temp\mpk-2007.txt  SCOM 2012 Get-SCOMManagementPack | select displayname,version | export-csv c:\temp\mpk-2012.txt

Posted in Information Technology | Tagged | Comments Off on Get installed SCOM Managementpacks

SCOM 2012 Gateway installation error

Problem: Running > MICROSOFT.ENTERPRISEMANAGEMENT.GATEWAYAPPROVALTOOL.EXE /ManagementServerName=msserver.domain /GatewayName=gwserver.domain /action=create < is ending in an error Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.EnterpriseManagement.DataAccessLayer, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.File name: ‘Microsoft.EnterpriseManagement.DataAccessLayer, … Continue reading

Posted in Fix IT | Tagged | Comments Off on SCOM 2012 Gateway installation error