HPE VMware IDE ATA Disk degraded.

HewlettPackard.ProLiant.Monitored.VMware.SNMP.IDE_ATA_Disk_degraded.Rule (Rule)

Knowledge Base article:

Summary

An IDE ATA disk has degraded.

Causes

This could be caused by the following:

Resolutions

If the physical drive status is smartError(3), failed(4) or ssdWearOut(5) 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

14004

HPE Device Monitor

HPE Common Services - SNMP

ATA Disk Drive Status Change (14004) ATA Disk Status Change. This trap signifies that the agent has detected a change in the status of an ATA disk drive. The variable cpqIdeAtaDiskStatus indicates the current disk drive status. User Action: If the physical drive status is smartError(3), failed(4) or ssdWearOut(5) replace the drive. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; ATA Disk Controller Index: '%5'; ATA Disk Index: '%6'; ATA Disk Model: '%7'; ATA Disk Firmware Revision: '%8'; ATA Disk Serial Number: '%9'; ATA Disk Status: '%10'; (1=other, 2=ok, 3=smartError, 4=failed) ATA Disk Channel: '%11'; (1=other, 2=channel0, 3=channel1, 4=serial) ATA Disk Number: '%12'; (1=other, 2=device0, 3=device1, 4=sataDevice0, 5=sataDevice1, 6=sataDevice2, 7=sataDevice3, 8=sataDevice4, 9=sataDevice5, 10=sataDevice6, 11=sataDevice7, 21=bay1, 22=bay2, 23=bay3, 24=bay4, 25=bay5, 26=bay6, 27=bay7, 28=bay8) [SNMP TRAP: 14004 in CPQIDE.MIB]

Related Links

See the latest information about the HPE ProLiant VMware Management Pack:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE ProLiant VMware Management Pack

Element properties:

TargetHewlettPackard.ProLiant.Monitored.VMware.HPESXServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogHP Device Monitor

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.ProLiant.Monitored.VMware.SNMP.IDE_ATA_Disk_degraded.Rule" Enabled="true" Target="HewlettPackard.ProLiant.Monitored.VMware.HPESXServer">
<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>HP Device Monitor</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Common Services - SNMP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">14004</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="HPSC!HewlettPackard.Servers.HPDMServer"]/SystemUUID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>HPE VMware IDE ATA Disk degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>