Lights-Out for Windows Server Solutions 2011/2012
ContentsIndexHome
PreviousUpNext
Monitoring error(s)

Handling unrecoverable monitoring errors.

Description
Problem:

When Lights-Out detects an unrecoverable monitoring error, a message is displayed in the status page tab and the faulting monitor is marked in red. 

This indicates most often internal server problems like corrupt event logs or corrupt performance counters.

Monitoring errors (created by corrupt performance counters)
 
No monitoring errors
 
Fix:
  • First reboot your server. Watch if the problem reappears.
  • When the problem reappears try to repair the performance counters (see below) or run Lights-Out Problem Analyzer LoPa.

 

How to repair damaged performance counters

Log into your server. Open a command prompt (cmd.exe), on Small Business Server 2011 Essentials run cmd.exe with administrative rights. 

Then execute the command:

cd c:\windows\system32
lodctr /R:PerfStringBackup.ini

This command restores your performance counters from an existing backup. Reboot your server. Should the problem reappear, recreate the performance counters and enter:

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R

Resyncing the counters with Windows Management Instrumentation (WMI):

WINMGMT.EXE /RESYNCPERF

and finally reboot your server. 

 

Enable disabled performance counters 

Another problem may result from disabled performance counters. To enable these counters download Microsoft Resource Kit Tool Exctrlst.exe

Install and run the utility with administrative rights: 

C:\Program Files (x86)\Resource Kit on x64 

C:\Program Files\Resource Kit on x86 

Verify that the counters are enabled. More information is found here: 

http://blogs.technet.com/b/askperf/archive/2010/03/05/two-minute-drill-disabled-performance-counters-and-exctrlst-exe.aspx 

and here http://support.microsoft.com/kb/2554336

Group
Copyright (c) Martin Rothschink, AxoNet Software GmbH 2008-2015
What do you think about this topic? Send feedback!