HPE Windows (SNMP) Fan failed.

HewlettPackard.Servers.ProLiant.SNMP.Fan_failed._5_Rule (Rule)

Fan failed. A fault tolerant fan, CPU fan or system fan has been failed.

Knowledge Base article:

Summary

A fan has failed.

Causes

This could be caused by the following:

Resolutions

Replace the fan.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Publisher

Log Message

1085

Server Agents

System Information Agent: Health: A System Fan Condition has been set to failed. The system may be shutdown due to this thermal condition.
[SNMP TRAP: 6020 in CPQHLTH.MIB]

1088

Server Agents

System Information Agent: Health: A Processor Fan Condition has been set to failed. The system will be shutdown due to this condition.
[SNMP TRAP: 6023 in CPQHLTH.MIB]

1130

Server Agents

System Information Agent: Health: The Fan Sub-system is in a failed state. Replace the fan.
Chassis: '%4'; Fan: '%5'
[SNMP TRAP: 6036 in CPQHLTH.MIB]

Related Links

See the latest information about HPE ProLiant Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant Servers SNMP Management Pack

Element properties:

TargetHewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPCooling
CategoryAlert
EnabledTrue
Event SourceServer Agents
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogSystem
CommentMom2005ID='{96831856-1438-4117-BF60-8E486E30310E}'

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.Servers.ProLiant.SNMP.Fan_failed._5_Rule" Target="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPCooling" Enabled="true" Comment="Mom2005ID='{96831856-1438-4117-BF60-8E486E30310E}'">
<Category>Alert</Category>
<DataSources>
<DataSource ID="_907D4578_146C_11D3_AB21_00A0C98620CE_" Comment="{907D4578-146C-11D3-AB21-00A0C98620CE}" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Server Agents</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(1085|1088|1130)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HPE Windows (SNMP) Fan failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>