A rack enclosure is overheating.

HewlettPackard.OneView.Enclosure.Rack_Enclosure_Overheating_Rule (Rule)

Knowledge Base article:

Summary

A rack enclosure is overheating.

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

22006

HP OneView Management

HP OneView Event Manager-Enclosure

Enclosure temperature degraded (22006)
The enclosure temperature status has been set to degraded. This trap signifies that an enclosure temperature sensor has been tripped indicating a possible 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.
Appliance IP: '%1';
Host Name: '%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: 22006 in CPQRACK.MIB]

Related Links

See the latest information about Hewlett Packard Enterprise OneView Enclosure Management Pack:

HPE Microsoft Management Integration Solution

Management Pack Information

Hewlett Packard Enterprise OneView Enclosure Management Pack

Element properties:

TargetHewlettPackard.OneView.Enclosure.HPEnclosure
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogHP OneView Management

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.OneView.Enclosure.Rack_Enclosure_Overheating_Rule" Target="HewlettPackard.OneView.Enclosure.HPEnclosure" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<LogName>HP OneView Management</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP OneView Event Manager-Enclosure</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">22006</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[8]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HewlettPackard.OneView.Enclosure.HPEnclosure"]/SerialNumber$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>A rack enclosure is overheating.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[7]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>