External Tape Drive degraded.

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

Knowledge Base article:

Summary

An external tape drive has degraded.

Causes

This could be caused by the following:

Resolutions

If the tape status is failed or offline, check the tape and all connections.

If the spare drive status is failed, 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

16023

HP OneView Management

HP OneView Event Manager-Server

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

16024

HP OneView Management

HP OneView Event Manager-Server

External Tape Drive Cleaning Required (16024) External Tape Drive Cleaning Required. The agent has detected a tape drive that needs to have a cleaning tape inserted and run. This will cause the tape drive heads to be cleaned. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; FC Tape Drive Controller Index: '%5'; FC Tape Drive SCSI Bus: '%6'; FC Tape Drive SCSI Target: '%7'; FC Tape Drive SCSI LUN: '%8'; FC Tape Drive Model: '%9'; FC Tape Drive Firmware Revision: '%10'; FC Tape Drive Serial Number: '%11'; FC Tape Drive Location: '%12'; [SNMP TRAP: 16024 in CPQFCA.MIB]

16002

HP OneView Management

HP OneView Event Manager-Server

External Array Spare Drive Status Change (16002) External Array Spare Drive Status Change. This trap signifies that the agent has detected a change in the status of a External Array spare drive. The variable cpqFcaSpareStatus indicates the current spare drive status. The variable cpqFcaSpareBusNumber indicates the SCSI bus number associated with this drive. User Action: If the spare drive status is failed, replace the drive. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; Chassis Name: '%5'; Chassis Time: '%6'; FCA Spare Bus Number: '%7'; FCA Spare Bay: '%8'; FCA Spare Status: '%9'; (1=other, 2=inactive, 3=failed, 4=building, 5=active) [SNMP TRAP: 16002 in CPQFCA.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.External_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>^(16023|16024|16002)$</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>External Tape Drive degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>