Rack power subsystem degraded.

HewlettPackard.Oneview.Server.HPProliantServer.Rack_power_subsystem_degraded.Rule (Rule)

Knowledge Base article:

Summary

The rack power subsystem has degraded.

Causes

This could be caused by the following:

Resolutions

Check the power input for the power supply or replace any failed power supplies as soon as possible.

Replace any failed power supplies as soon as possible to return the system to a redundant state.

Connect the load balancing wire.

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

22019

HP OneView Management

HP OneView Event Manager-Server

Rack power supply input voltage problem (22019) The rack power supply detected an input line voltage problem. User Action: Check the power input for the power supply or replace any failed power supplies as soon as possible. Source IP Address: '%1'; Source System GUID: '%2'; Rack Name: '%5'; Rack UID: '%6'; Rack Power Supply Enclosure Name: '%7'; Rack Power Supply Position: '%8'; Rack Power Supply Firmware Revision: '%9'; Rack Power Supply Input Line Status: '%10'; (1=noError, 2=lineOverVoltage, 3=lineUnderVoltage, 4=lineHit, 5=brownOut, 6=linePowerLoss) Rack Power Supply Spare Part Number: '%11'; Rack Enclosure Serial Number: '%12'; Rack Enclosure Trap Sequence Number: '%13'; [SNMP TRAP: 22019 in CPQRACK.MIB]

22020

HP OneView Management

HP OneView Event Manager-Server

Rack power subsystem overload condition (22020) The rack power subsystem overload condition. User Action: Replace any failed power supplies as soon as possible to return the system to a redundant state. Source IP Address: '%1'; Source System GUID: '%2'; Rack Name: '%5'; Rack UID: '%6'; Rack Power Enclosure Name: '%7'; Rack Enclosure Spare Part Number: '%8'; Rack Enclosure Serial Number: '%9'; Rack Enclosure Trap Sequence Number: '%10'; [SNMP TRAP: 22020 in CPQRACK.MIB]

22034

HP OneView Management

HP OneView Event Manager-Server

Power subsystem load balancing wire missing (22034) Power subsystem load balancing wire missing. The power subsystem load balancing wire missing. User Action: Connect the load balancing wire. Source IP Address: '%1'; Source System GUID: '%2'; Rack Name: '%5'; Rack UID: '%6'; Rack Enclosure Name: '%7'; Rack Enclosure Serial Number: '%8'; Rack Enclosure Spare Part Number: '%9'; Rack Enclosure Trap Sequence Number: '%10'; [SNMP TRAP: 22034 in CPQRACK.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.Rack_power_subsystem_degraded.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>^(22019|22020|22034)$</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>Rack power subsystem degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>