A rack power subsystem input has a voltage problem.

HewlettPackard.OneView.Enclosure.Rack_Power_Subsystem_Input_Voltage_Problem_Rule (Rule)

Knowledge Base article:

Summary

A rack power subsystem input has a voltage problem.

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.

For additional troubleshooting, the following tasks are available:

Related Events

The rule monitors the following NT Event Log entries:

Event ID

Log File

Publisher

Log Message

22019

HP OneView Management

HP OneView Event Manager-Enclosure

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.

Appliance IP: '%1';
Host Name: '%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]

Related Links

See the latest information about Hewlett-Packard OneView Enclosure Management Pack:

HP Microsoft Management Integration Solution

Management Pack Information

Hewlett-Packard OneView Enclosure Management Pack

Element properties:

TargetHewlettPackard.OneView.Enclosure.HPEnclosure
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
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.OneView.Enclosure.Rack_Power_Subsystem_Input_Voltage_Problem_Rule" Target="HewlettPackard.OneView.Enclosure.HPEnclosure" 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-Enclosure</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">22019</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[12]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HewlettPackard.OneView.Enclosure.HPEnclosure"]/SerialNumber$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>A rack power subsystem input has a voltage problem.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[11]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>