HPE VMware Power subsystem degraded or failed.

HewlettPackard.ProLiant.Monitored.VMware.SNMP.Power_sub_system_degraded_or_failed.Rule (Rule)

Knowledge Base article:

Summary

Power subsystem has degraded or failed.

Causes

This could be caused by the following:

Resolutions

Check power connections to restore power and replace the power supply as needed.

Check the power connection to the power supply.

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

6028

HPE Device Monitor

HPE Common Services - SNMP

Server Power Supply Degraded (6028) The fault tolerant power supply sub-system condition has been set to degraded. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; [SNMP TRAP: 6028 in CPQHLTH.MIB]

6032

HPE Device Monitor

HPE Common Services - SNMP

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

6034

HPE Device Monitor

HPE Common Services - SNMP

Power Supply Removed (6034) A Fault Tolerant Power Supply has been removed from the specified chassis and bay location. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; Bay: '%6'; [SNMP TRAP: 6034 in CPQHLTH.MIB]

6049

HPE Device Monitor

HPE Common Services - SNMP

Power Supply Degraded (6049) The fault tolerant power supply condition has been set to degraded for the specified chassis and bay location. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; Bay: '%6'; Status: '%7'; (1=noError, 2=generalFailure, 3=bistFailure, 4=fanFailure, 5=tempFailure, 6=interlockOpen, 7=epromFailed, 8=vrefFailed, 9=dacFailed, 10=ramTestFailed, 11=voltageChannelFailed, 12=orringdiodeFailed, 13=brownOut, 14=giveupOnStartup, 15=nvramInvalid, 16=calibrationTableInvalid) Model: '%8'; Serial Number: '%9'; Auto Revision Number: '%10'; Firmware: '%11'; Spare Part Number: '%12'; System ID: '%13'; [SNMP TRAP: 6049 in CPQHLTH.MIB]

6050

HPE Device Monitor

HPE Common Services - SNMP

Power Supply Failed (6050) The fault tolerant power supply condition has been set to failed for the specified chassis and bay location. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; Bay: '%6'; Status: '%7'; (1=noError, 2=generalFailure, 3=bistFailure, 4=fanFailure, 5=tempFailure, 6=interlockOpen, 7=epromFailed, 8=vrefFailed, 9=dacFailed, 10=ramTestFailed, 11=voltageChannelFailed, 12=orringdiodeFailed, 13=brownOut, 14=giveupOnStartup, 15=nvramInvalid, 16=calibrationTableInvalid) Model: '%8'; Serial Number: '%9'; Auto Revision Number: '%10'; Firmware: '%11'; Spare Part Number: '%12'; System ID: '%13'; [SNMP TRAP: 6050 in CPQHLTH.MIB]

6069

HPE Device Monitor

HPE Common Services - SNMP

Power Supply AC Power Loss (6069) The fault tolerant power supply reported AC power loss for the specified chassis and bay location. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis: '%5'; Bay: '%6'; Status: '%7'; (1=noError, 2=generalFailure, 3=bistFailure, 4=fanFailure, 5=tempFailure, 6=interlockOpen, 7=epromFailed, 8=vrefFailed, 9=dacFailed, 10=ramTestFailed, 11=voltageChannelFailed, 12=orringdiodeFailed, 13=brownOut, 14=giveupOnStartup, 15=nvramInvalid, 16=calibrationTableInvalid) Model: '%8'; Serial Number: '%9'; Auto Revision Number: '%10'; Firmware: '%11'; Spare Part Number: '%12'; System ID: '%13'; [SNMP TRAP: 6069 in CPQHLTH.MIB]

Related Links

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

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant VMware Management Pack

Element properties:

TargetHewlettPackard.ProLiant.Monitored.VMware.HPESXServer
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.VMware.SNMP.Power_sub_system_degraded_or_failed.Rule" Enabled="true" Target="HewlettPackard.ProLiant.Monitored.VMware.HPESXServer">
<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>^(6028|6032|6034|6049|6050|6069)$</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 VMware Power subsystem degraded or failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>