HPE BladeSystem rack enclosure has overheated.

HewlettPackard.Servers.BladeSystem.SNMP.Rack_Enclosure_Overheated_Rule (Rule)

A HPE BladeSystem enclosure temperature sensor has been tripped indicating an overheat condition.

Knowledge Base article:

Summary

A rack enclosure has overheated.

Causes

This could be caused by the following:

Resolutions

Shutdown the enclosure and possibly the rack as soon as possible. Ensure all fans are working properly and that air flow in the rack has not been blocked.

For additional troubleshooting, the following tasks are available:

Related Events

This rule monitors the following NT Event Log entries:

Event ID

Log File

Publisher

Log Message

22005

HPE Device Monitor

HPE Common Services - SNMP

Enclosure temperature failed (22005)
The enclosure temperature status has been set to failed. This trap signifies that a enclosure temperature sensor has been tripped indicating an overheat condition.
User Action: Shutdown the enclosure and possibly the rack as soon as possible. Ensure all fans are working properly and that air flow in the rack has not been blocked.

Source IP Address: '%1';
Source System GUID: '%2';
Rack Name: '%5';
Rack UID: '%6';
Rack Enclosure Name: '%7';
Rack Enclosure Serial Number: '%8';
Rack Enclosure Temperature Location: '%9';
Rack Enclosure Spare Part Number: '%10';
Rack Enclosure Trap Sequence Number: '%11';

[SNMP TRAP: 22005 in CPQRACK.MIB]

Related Links

See the latest information about the HPE BladeSystem Management Pack:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE BladeSystem Management Pack

Element properties:

TargetHewlettPackard.Servers.BladeSystem.HPBladeSystemEnclosureMonitorService
CategoryAlert
EnabledTrue
Event_ID22005
Event SourceHP Common Services - SNMP
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogHP Device Monitor

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Servers.BladeSystem.SNMP.Rack_Enclosure_Overheated_Rule" Enabled="true" Target="HewlettPackard.Servers.BladeSystem.HPBladeSystemEnclosureMonitorService">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>HP Device Monitor</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Common Services - SNMP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">22005</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HPE BladeSystem Rack enclosure overheated.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
<Custom1>$Data/Params/Param[1]$</Custom1>
<Custom2>$Data/Params/Param[2]$</Custom2>
<Custom3>$Data/Params/Param[5]$</Custom3>
<Custom4>$Data/Params/Param[6]$</Custom4>
<Custom5>$Data/Params/Param[7]$</Custom5>
<Custom6>$Data/Params/Param[8]$</Custom6>
<Custom7>$Data/Params/Param[9]$</Custom7>
<Custom8>$Data/Params/Param[10]$</Custom8>
<Custom9>$Data/Params/Param[11]$</Custom9>
</WriteAction>
</WriteActions>
</Rule>