System Battery Failed.

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

Knowledge Base article:

Summary

The system battery condition has been set to failed.

Causes

This could be caused by the following:

Resolutions

Replace the failed battery.

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

6070

HP OneView Management

HP OneView Event Manager-Server

System Battery Failed (6070) The system battery condition has been set to failed for the specified chassis and index location. User Action: Replace the failed battery. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chasis: '%6'; Index: '%7'; Status: '%8'; (1=noError, 2=generalFailure, 3=shutdownHighResistance, 4=shutdownLowVoltage, 5=shutdownShortCircuit, 6=shutdownChargeTimeout, 7=shutdownOverTemperature, 8=shutdownDischargeMinVoltage, 9=shutdownDischargeCurrent, 10=shutdownLoadCountHigh, 11=shutdownEnablePin, 12=shutdownOverCurrent, 13=shutdownPermanentFailure, 14=shutdownBackupTimeExceeded) Battery Model: '%9'; Serial Number: '%10'; Spare Part Number: '%11' [SNMP TRAP: 6070 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 SeverityError
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.System_Battery_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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6070</Value>
</ValueExpression>
</SimpleExpression>
</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>2</Severity>
<AlertName>System Battery Failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>