Power subsystem degraded or failed.

HewlettPackard.Oneview.Server.HPProliantServer.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

HP OneView Management

HP OneView Event Manager-Server

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

HP OneView Management

HP OneView Event Manager-Server

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

HP OneView Management

HP OneView Event Manager-Server

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

HP OneView Management

HP OneView Event Manager-Server

Power Supply Degraded (6049) The fault tolerant power supply condition has been set to degraded for the specified chassis and bay location. User Action: Replace the failing power supply. 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, 17=noPowerInput) 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

HP OneView Management

HP OneView Event Manager-Server

Power Supply Failed (6050) The fault tolerant power supply condition has been set to failed for the specified chassis and bay location. User Action: Replace the failed power supply. 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, 17=noPowerInput) 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

HP OneView Management

HP OneView Event Manager-Server

Power Supply AC Power Loss (6069) The fault tolerant power supply reported AC power loss for the specified chassis and bay location. User Action: Check the power source for the specified power supply. 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, 17=noPowerInput) 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 Hewlett Packard Enterprise OneView Server Management Pack:

HPE Microsoft Management Integration Solution

Management Pack Information

Hewlett Packard Enterprise OneView Server Management Pack

Element properties:

TargetHewlettPackard.Oneview.Server.HPProliantServer
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
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Oneview.Server.HPProliantServer.Power_sub_system_degraded_or_failed.Rule" Target="HewlettPackard.Oneview.Server.HPProliantServer" 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-Server</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="HewlettPackard.Oneview.Server.HPProliantServer"]/ObjectID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>Power subsystem degraded or failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>