HP BladeSystem rack enclosure fan has failed.

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

A HP BladeSystem enclosure fan has failed and less than the minimum number of fans in the redundant fan group are operating. This may result in overheating of the enclosure.

Knowledge Base article:

Summary

A rack enclosure fan has failed.

Causes

This could be caused by the following:

Resolutions

Replace the fan as soon as possible.

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

22008

HP BladeSystem

Blade Enclosure

Rack Enclosure Fan Failed.
This trap signifies that an enclosure fan has failed and less than the minimum number of fans in the redundant fan group are operating. This may result in overheating of the enclosure.
User Action: Replace the fan as soon as possible.

Source IP Address: '%1';
Source Name: '%2';
Rack Name: '%4';
Rack Unique ID: '%5';
Enclosure Name '%6';
Enclosure Serial Number '%7';
Fan Location '%8';
Fan Spare Part Number '%9';
Trap Sequence Number '%10'

[SNMP TRAP: 22008 in CPQRACK.MIB]

Related Links

See the latest information about HP ProLiant Server and BladeSystem Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HP BladeSystem Management Pack

Element properties:

TargetHewlettPackard.Servers.BladeSystem.HPBladeSystemEnclosureMonitorService
CategoryAlert
EnabledTrue
Event_ID22008
Event SourceBlade Enclosure
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogHP BladeSystem

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_Fan_Failed_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 BladeSystem</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Blade Enclosure</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">22008</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HP BladeSystem Rack enclosure fan failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[7]$</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>