Drive Array Tape Drive degraded.

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

Knowledge Base article:

Summary

A drive array tape drive has degraded.

Causes

This could be caused by the following:

Resolutions

If cpqDaTapeDrvStatus is 'failed(4)', check the tape and all SCSI connections.

If cpqDaTapeLibraryStatus is 'failed(4)', check the tape library front panel.

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

3043

HP OneView Management

HP OneView Event Manager-Server

Tape Drive Status Change (3043) Tape Drive Status Change. This trap signifies that the agent has detected a change in the status of a tape drive. The variable cpqDaTapeDrvStatus indicates the current tape status. The variable cpqDaTapeDrvScsiIdIndex indicates the the SCSI ID of the tape drive. User Action: If cpqDaTapeDrvStatus is 'failed(4)', check the tape and all SCSI connections. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Location: '%5'; Tape Drive Controller Index: '%6'; Tape Drive Bus Index: '%7'; Tape Drive SCSI ID Index: '%8'; Tape Drive LUN Index: '%9'; Tape Drive Name: '%10'; Tape Drive Firmware Revision: '%11'; Tape Drive Serial Number: '%12'; Tape Drive Status: '%13'; (1=other, 2=ok, 3=degraded, 4=failed, 5=offline, 6=missingWasOk, 7=missingWasOffline) [SNMP TRAP: 3043 in CPQIDA.MIBts]

3045

HP OneView Management

HP OneView Event Manager-Server

Tape Drive Cleaning Tape Needs Replacing (3045) Tape Drive Cleaning Tape Needs Replacing. The agent has detected that an autoloader tape unit has a cleaning tape that has been fully used and therefore needs to be replaced with a new cleaning tape. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Location: '%5'; Tape Drive Controller Index: '%6'; Tape Drive Bus Index: '%7'; Tape Drive SCSI ID Index: '%8'; Tape Drive LUN Index: '%9'; Tape Drive Name: '%10'; Tape Drive Firmware Revision: '%11'; Tape Drive Serial Number: '%12'; [SNMP TRAP: 3045 in CPQIDA.MIB]

3041

HP OneView Management

HP OneView Event Manager-Server

Tape Library Status Change (3041) Tape Library Status Change. This trap signifies that the agent has detected a change in the status of a tape library. The variable cpqDaTapeLibraryStatus indicates the current tape library status. The variable cpqDaTapeLibraryScsiTarget indicates the SCSI ID of the tape library. User Action: If cpqDaTapeLibraryStatus is 'failed(4)', check the tape library front panel. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Location: '%5'; Tape Library Controller Index: '%6'; Tape Library SCSI Bus: '%7'; Tape Library SCSI Target: '%8'; Tape Library SCSI LUN: '%9'; Tape Library Model: '%10'; Tape Library Firmware Revision: '%11'; Tape Library Serial Number: '%12'; Tape Library Status: '%13'; (1=other, 2=ok, 3=degraded, 4=failed, 5=offline) [SNMP TRAP: 3041 in CPQIDA.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.Drive_Array_Tape_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>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(3043|3045|3041)$</Pattern>
</RegExExpression>
</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>Drive Array Tape Drive degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>