cpqDaPhyDrvErrDesc
CPQIDA-MIB ·
.1.3.6.1.4.1.232.3.2.5.2.1.15
Object
column mandatory
Enumeration
The index used to display an error associated with a physical drive.
This number refers to an entry in a list of error strings
enumerating the possible physical drive errors associated with
a particular physical disk drive.
The valid values are:
DriveFailure (1)
The Management Station should display the following string:
`Drive Failure`.
CommFailure(2)
The Management Station should display the following string:
`Communication Failure`.
DriveIOError(3)
The Management Station should display the following string:
`Drive I/O Error`.
SCSICommError(4)
The Management Station should display the following string:
`SCSI Communication Error`.
UpgradeRequired(5)
The Management Station should display the following string:
`Configuration Utility or OS upgrade required`.
DriveWriteProtected(6)
The Management Station should display the following string:
`Drive Write Protected - Check Drive Jumpers`.
InvalidRequest(7)
The Management Station should display the following string:
`Invalid Request`.
SCSIMessageError(8)
The Management Station should display the following string:
`SCSI Message Error`.
ControllerFailure(9)
The Management Station should display the following string:
`Controller Failure`.
InternalExternalConflict(10)
The Management Station should display the following string:
`Internal/External Conflict on Port 1`.
InternalDriveFailure(11)
The Management Station should display the following string:
`Internal Drive Failure`.
SCSIErrorOutOfRange(12)
The Management Station should display the following string:
`SCSI Error, Sense Code = %xh` where %x is the value of the
cpqDaPhyDrvSenseCode object. This index will only be provided
if the specified object exceeds the valid range.
CAMErrorOutOfRange(13)
The Management Station should display the following string:
`CAM Error, CAM status =%xh` where %x is the value of the
cpqDaPhyDrvCamStatus object. This index will only be provided
if the specified object exceeds the valid range.
ErrorTypeOutOfRange(14)
The Management Station should display the following string:
`Error type =%xh` where %x is the value of the
cpqDaPhyDrvErrType object. This index will only be provided
if the specified object exceeds the valid range.
Context
- MIB
- CPQIDA-MIB
- OID
.1.3.6.1.4.1.232.3.2.5.2.1.15- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqDaPhyDrvErrEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQIDA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDA-MIB::cpqDaPhyDrvErrDesc'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQIDA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDA-MIB::cpqDaPhyDrvErrDesc.<cpqDaPhyDrvErrCntlrIndex>.<cpqDaPhyDrvErrIDIndex>.<cpqDaPhyDrvErrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQIDA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQIDA-MIB::cpqDaPhyDrvErrDesc'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.