SAS/SATA Physical Drive degraded.

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

Knowledge Base article:

Summary

A SAS/SATA physical drive has degraded.

Causes

This could be caused by the following:

Resolutions

If cpqSasPhyDrvStatus is 'predictiveFailure(3)', 'failed(5)', 'ssdWearOut(10)' or 'notAuthenticated(12)', replace the drive.

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

5022

HP OneView Management

HP OneView Event Manager-Server

SAS/SATA Physical Drive Status Change (5022) Physical Drive Status Change. The Storage Agent has detected a change in the status of a SAS or SATA physical drive. The current physical drive status is indicated in the cpqSasPhyDrvStatus variable. User Action: If cpqSasPhyDrvStatus is 'predictiveFailure(3)', 'failed(5)', 'ssdWearOut(10)' or 'notAuthenticated(12)', replace the drive. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; SAS HBA Hardware Location: '%4'; Location String: '%5'; Adapter: '%6'; Index: '%7'; Status: '%8'; (1=other, 2=ok, 3=predictiveFailure, 4=offline, 5=failed, 6=missingWasOk, 7=missingWasPredictiveFailure, 8=missingWasOffline, 9=missingWasFailed, 10=ssdWearOut, 11=missingWasSSDWearOut, 12=notAuthenticated, 13=missingWasNotAuthenticated) Type: '%9'; (1=other, 2=sas, 3=sata) Model: '%10'; Firmware: '%11'; Serial Number: '%12'; SAS Address: '%13'; [SNMP TRAP: 5022 in CPQSCSI.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.SAS_SATA_Physical_Drive_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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5022</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>1</Severity>
<AlertName>SAS/SATA Physical Drive degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>