HPE Linux Fan degraded.

HewlettPackard.ProLiant.Monitored.Linux.SNMP.Fan_degraded.Rule (Rule)

Knowledge Base article:

Summary

A fan has degraded.

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

Log File

Publisher

Log Message

6021

HPE Device Monitor

HPE Common Services - SNMP

System Fan Degraded (6021) The system fan status has been set to degraded. An optional system fan is not operating normally. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; [SNMP TRAP: 6021 in CPQHLTH.MIB]

6035

HPE Device Monitor

HPE Common Services - SNMP

Fan Degraded (6035) The Fault Tolerant Fan condition has been set to degraded for the specified chassis and fan. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; Index: '%6'; [SNMP TRAP: 6035 in CPQHLTH.MIB]

6037

HPE Device Monitor

HPE Common Services - SNMP

Fan Redundancy Lost (6037) The Fault Tolerant Fans have lost redundancy for the specified chassis. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; [SNMP TRAP: 6037 in CPQHLTH.MIB]

Related Links

See the latest information about the HPE ProLiant Linux Management Pack:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant Linux Management Pack

Element properties:

TargetHewlettPackard.ProLiant.Monitored.Linux.HPLinuxServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
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.ProLiant.Monitored.Linux.SNMP.Fan_degraded.Rule" Enabled="true" Target="HewlettPackard.ProLiant.Monitored.Linux.HPLinuxServer">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(6021|6035|6037)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HPSC!HewlettPackard.Servers.HPDMServer"]/SystemUUID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>HPE Linux Fan degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>