All MIBs › CPQSCSI-MIB › cpqScsiLogDrvStatus
cpqScsiLogDrvStatus
Module: CPQSCSI-MIB
OID (symbolic): CPQSCSI-MIB::cpqScsiLogDrvStatus
OID (numeric): 1.3.6.1.4.1.232.5.2.3.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is cpqScsiLogDrvStatus?
This read-only INTEGER reports the logical drive's operating state, with defined values including ok, failed, unconfigured, recovering, readyForRebuild, rebuilding, and additional states, giving a detailed picture of exactly what phase of normal operation or recovery the drive is in. Admins use this fine-grained status to know whether a drive needing attention is actively rebuilding versus stuck waiting to start a rebuild. For example, a drive reporting readyForRebuild rather than rebuilding tells an admin the replacement physical drive is in place but the rebuild process still needs to be triggered or is queued.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.5.2.3.1.1.5 snmpwalk -v2c -c public <target> CPQSCSI-MIB::cpqScsiLogDrvStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.5.2.3.1.1.5.1 snmpget -v2c -c public <target> CPQSCSI-MIB::cpqScsiLogDrvStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqScsiLogDrvStatus.1
Start monitoring Compaq (HP) server (SCSI storage controller) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQSCSI-MIB::cpqScsiLogDrvStatus OID value, configure state conditions and alerts, and monitor any Compaq (HP) server (SCSI storage controller) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.5 | cpqScsi | CPQSCSI-MIB |
| 1.3.6.1.4.1.232.5.2 | cpqScsiComponent | CPQSCSI-MIB |
| 1.3.6.1.4.1.232.5.2.3 | cpqScsiLogDrv | CPQSCSI-MIB |
| 1.3.6.1.4.1.232.5.2.3.1 | cpqScsiLogDrvTable | CPQSCSI-MIB |
| 1.3.6.1.4.1.232.5.2.3.1.1 | cpqScsiLogDrvEntry | CPQSCSI-MIB |
| 1.3.6.1.4.1.232.5.2.3.1.1.5 | cpqScsiLogDrvStatus | CPQSCSI-MIB |