HPE Windows (WMI) SCSI storage system power supply degraded.

HewlettPackard.Servers.ProLiant.WMI.SCSI_Power_Supply_status_Non_Redundant_Rule (Rule)

A Storage Enclosure Power Supply status has changed to non-redundant.

Knowledge Base article:

Summary

A power supply status has changed to Non-Redundant.

Causes

This could be caused by the following:

Resolutions

Check the status of all enclosure power supplies to ensure that the power supplies have not failed. Add or replace power supplies as necessary.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Publisher

Log Message

301

HPE SCSI

A Storage Enclosure Power Supply status has changed to non-redundant.

User Action

Check status of all enclosure power supplies. Ensure that power supplies have not failed. Add or replace power supplies as necessary.

(WBEM Indication Properties)

303

HPE SCSI

A Storage Enclosure Power Supply status has changed to Degraded Redundancy.

User Action

Check status of all enclosure power supplies. Ensure that power supplies have not failed. Add or replace power supplies as necessary.

(WBEM Indication Properties)

Related Links

See the latest information about HPE ProLiant Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant Servers WMI Management Pack

Element properties:

TargetHewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIServerStorage
CategoryAlert
EnabledTrue
Event SourceHP SCSI
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Servers.ProLiant.WMI.SCSI_Power_Supply_status_Non_Redundant_Rule" Target="HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIServerStorage" Enabled="true">
<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>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP SCSI</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">301</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">303</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>HPE Windows (WMI) SCSI storage system power supply degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>