Category Archives: Windows Server 2008 R2

Windows Kernel Power Event ID 41 Error

Windows 7 or Windows Server 2008 R2 may restart unexpectedly, you may get a brief glimpse of a BSOD (Blue Screen of Death) and then find yourself back at the Windows login prompt.  When you inspect the Windows Event Log you will find the following event logged

Log Name: System
Source: Microsoft-Windows-Kernel-Power
Event ID: 41
Level: Critical
Description:
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

The additional info under the event is important because the various bug check codes can indicate different causes.

EventData
BugcheckCode          0
BugcheckParameter1    0x0
BugcheckParameter2    0x0
BugcheckParameter3    0x0
BugcheckParameter4    0x0

Having faced this error recently it eventually turned out that the problem was due to incompatible memory (not faulty memory).  The batch of machines in question were all branded but due to an error with the manufacturers memory compatability matrix had been supplied with the wrong additional memory modules.  When we reverted the machines to the standard 2GB module that was already installed they operated perfectly, we eventually arranged for the additional modules to be swapped and that was the end of the issue.

An important thing to remember is that a memory checker will not show that your memory is faulty if it just incompatible with your particular system or mainboard.

Your system or mainboard manufacturers support should be able to confirm memory compatability and advise on the correct upgrade/type for your system

HP ProLiant ML Tower and DL RackMount Server – SNMP RAID and Health Checks

My second post is going to be about SNMP checks that apply to the HP ProLaint ML Tower or DL Rack Server, you need to install/configure the Windows SNMP Service, HP Insight Management Agents and the HP ProLiant Array Configuration Utility before these OIDs will work.

Drive Array Health Status = 1.3.6.1.4.1.232.3.1.3.0
1 = other, 2= ok, 3 = degraded, 4 = failed

CPU Fans = .1.3.6.1.4.1.232.6.2.6.5.0 (Usually only appliacble to ML350 G5 as the ML350 G6 Variant does not have CPU Fans)
1 = other, 2= ok, 3 = degraded, 4 = failed

ECC Memory Errors Reported = .1.3.6.1.4.1.232.6.2.3.3.0
0 = No Errors, 1 = 1 Error, etc

Power Supply Status = .1.3.6.1.4.1.232.6.2.9.1.0
1 = other, 2= ok, 3 = degraded, 4 = failed

System Fans = .1.3.6.1.4.1.232.6.2.6.4.0
1 = other, 2= ok, 3 = degraded, 4 = failed

System Temperature = .1.3.6.1.4.1.232.6.2.6.1.0
1 = other, 2= ok, 3 = degraded, 4 = failed

HP ML110 G5 – SNMP RAID Checks

My first post is going to be about SNMP for the HP ML110 G5 Server, you need to install/configure the Windows SNMP Service and the HP Storage Manager before these OIDs will work.

ML110 G5 – Controller Status = 1.3.6.1.4.1.795.14.1.201.1.1.15.1

Status Codes: 1 = other, 2 = unknown, 3 = ok, 4 = non-critical, 5 = critical, 6 = nonrecoverable

ML110 G5 – Logical Drive Status (Array 1) = 1.3.6.1.4.1.795.14.1.400.1.1.11.1

Status Codes: 1 = other, 2 = unknown, 3 = ok, 4 = non-critical, 5 = critical, 6 = nonrecoverable

ML110 G5 – Logical Drive Status (Array 2) = 1.3.6.1.4.1.795.14.1.400.1.1.11.2

Status Codes: 1 = other, 2 = unknown, 3 = ok, 4 = non-critical, 5 = critical, 6 = nonrecoverable

ML110 G5 – Array Type (Array 1) = 1.3.6.1.4.1.795.14.1.1000.1.1.4.1

Status Codes: 1 = unknown, 2 = other, 3 = raid 0, 4 = raid 1, 10 = raid 10

ML110 G5 – Array Type (Array 2) = 1.3.6.1.4.1.795.14.1.1000.1.1.4.2

Status Codes: 1 = unknown, 2 = other, 3 = raid 0, 4 = raid 1, 10 = raid 10

Hope you find my first post helpful.