All MIBs › SCSI-MIB › scsiLuStatus
scsiLuStatus
Module: SCSI-MIB
OID (symbolic): SCSI-MIB::scsiLuStatus
OID (numeric): 1.3.6.1.2.1.139.2.4.1.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This object represents the status of this logical unit: - unknown(1): The status of this logical unit cannot be determined. - available(2): The logical unit is fully operational (i.e., accepts media access SCSI commands and has no state information to report). - notAvailable(3): The logical unit is capable of being supported but is not available (i.e., no logical unit is currently present or the logical unit is present but not configured for use). - broken(4): The logical unit has failed and cannot respond to SCSI commands. - readying(5): The logical unit is being initialized and
access is temporarily limited. - abnormal(6): The logical unit has state information available that indicates it is operating with limits. The scsiLuState indicates what those limits are.
What is scsiLuStatus?
Reports this logical unit's operational status, such as available, notAvailable, broken, readying, or abnormal. An admin polling this after provisioning a new LUN would expect 'available'; seeing 'broken' or 'abnormal' signals a failure needing attention, and scsiLuState gives more detail for the abnormal case.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.139.2.4.1.1.8 snmpwalk -v2c -c public <target> SCSI-MIB::scsiLuStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.139.2.4.1.1.8.1 snmpget -v2c -c public <target> SCSI-MIB::scsiLuStatus.1
Start monitoring vendor-neutral, standards-based MIB, storage controller/HBA, SAN/storage array (SCSI-layer identity/status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SCSI-MIB::scsiLuStatus OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, storage controller/HBA, SAN/storage array (SCSI-layer identity/status) from a single console.
OID Breakdown
Upper-level ancestors (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.139 | scsiMIB | SCSI-MIB |
| 1.3.6.1.2.1.139.2 | scsiObjects | SCSI-MIB |
| 1.3.6.1.2.1.139.2.4 | scsiLogicalUnit | SCSI-MIB |
| 1.3.6.1.2.1.139.2.4.1 | scsiLuTable | SCSI-MIB |
| 1.3.6.1.2.1.139.2.4.1.1 | scsiLuEntry | SCSI-MIB |
| 1.3.6.1.2.1.139.2.4.1.1.8 | scsiLuStatus | SCSI-MIB |