cpqScsiLogDrvStatus

CPQSCSI-MIB · .1.3.6.1.4.1.232.5.2.3.1.1.5

Object

column mandatory Enumeration
SCSI Logical Drive Status.
              
The logical drive can be in one of the following states:
              
other(1)
  The management agent does not recognize the status.
  You may need to upgrade your software.
              
ok(2)
  Indicates that the logical drive is in normal operation mode.
  No user action is required.
              
failed(3)
  Indicates that more physical drives have failed than the fault
  tolerance mode of the logical drive can handle without data loss.
              
unconfigured(4)
  Indicates that the logical drive is not configured.  Insure all
  of the drive switches are properly set and run the configuration
  utility.
              
recovering(5)
  Indicates that the logical drive is using Interim Recovery Mode.
  In Interim Recovery Mode, at least one physical drive has
  failed, but the logical drive`s fault tolerance mode lets the
  logical drive continue to operate with no data loss.
  You should replace the failed drive as soon as possible.
              
readyRebuild(6)
  Indicates that the logical drive is ready for Automatic Data
  Recovery.  The physical drive that failed has been replaced,
  but the logical drive is still operating in Interim Recovery
  Mode.
              
rebuilding(7)
  Indicates that the logical drive is currently resynchronizing
  the data accross the physical drives in the logical drive.
              
wrongDrive(8)
  Indicates that the wrong physical drive was replaced after a
  physical drive failure.  You need to return the drive
  incorrectly replaced and replace the failed drive.
              
badConnect(9)
  Indicates that a physical drive is not responding.  Check the
  cables connected to it.
              
degraded(10)
  Indicates that the logical drive is in a degraded state.
              
disabled(11)
  Indicates that the logical drive is disabled. The logical drive
  configuration utility can enable or disable the logical drive.
  You should enable the logical drive using the configuration
  utility.

Context

MIB
CPQSCSI-MIB
OID
.1.3.6.1.4.1.232.5.2.3.1.1.5
Type
column
Access
readonly
Status
mandatory
Parent
cpqScsiLogDrvEntry

Walk 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 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiLogDrvStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiLogDrvStatus.<cpqScsiLogDrvCntlrIndex>.<cpqScsiLogDrvBusIndex>.<cpqScsiLogDrvIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSCSI-MIB::cpqScsiLogDrvStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2ok
3failed
4unconfigured
5recovering
6readyForRebuild
7rebuilding
8wrongDrive
9badConnect
10degraded
11disabled