All MIBs › CPQIDE-MIB › cpqIdeLogicalDriveRaidLevel
cpqIdeLogicalDriveRaidLevel
Module: CPQIDE-MIB
OID (symbolic): CPQIDE-MIB::cpqIdeLogicalDriveRaidLevel
OID (numeric): 1.3.6.1.4.1.232.14.2.6.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: IDE Logical Drive RAID Level.
The following RAID levels are defined:
other(1) The agent cannot determine the RAID level of this logical drive.
raid0(2) The logical drive is configured with RAID level 0.
raid1(3) The logical drive is configured with RAID level 1.
raid0plus1(4) The logical drive is configured with RAID level 0 plus 1.
raid5(5) The logical drive is configured with RAID level 5.
raid15(6) The logical drive is configured with RAID level 1 plus 5.
volume(7) The logical drive is configured as a volume set.
What is cpqIdeLogicalDriveRaidLevel?
This enumerated value reports the RAID level (0, 1, 0+1, 5, 15, or a plain volume) configured for the logical drive. An admin needs this to understand the fault-tolerance characteristics of the array, since a RAID 0 volume has no redundancy while RAID 1/5/15 can survive a disk failure. For example, seeing raid5(5) tells the admin this array can tolerate a single disk failure and rebuild without data loss, unlike a raid0(2) array.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.14.2.6.1.1.3 snmpwalk -v2c -c public <target> CPQIDE-MIB::cpqIdeLogicalDriveRaidLevel
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.14.2.6.1.1.3.1 snmpget -v2c -c public <target> CPQIDE-MIB::cpqIdeLogicalDriveRaidLevel.1
Start monitoring HP/Compaq ProLiant server (IDE/ATA disk drives) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQIDE-MIB::cpqIdeLogicalDriveRaidLevel OID value, configure state conditions and alerts, and monitor any HP/Compaq ProLiant server (IDE/ATA disk drives) 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.14 | cpqIde | CPQIDE-MIB |
| 1.3.6.1.4.1.232.14.2 | cpqIdeComponent | CPQIDE-MIB |
| 1.3.6.1.4.1.232.14.2.6 | cpqIdeLogicalDrive | CPQIDE-MIB |
| 1.3.6.1.4.1.232.14.2.6.1 | cpqIdeLogicalDriveTable | CPQIDE-MIB |
| 1.3.6.1.4.1.232.14.2.6.1.1 | cpqIdeLogicalDriveEntry | CPQIDE-MIB |
| 1.3.6.1.4.1.232.14.2.6.1.1.3 | cpqIdeLogicalDriveRaidLevel | CPQIDE-MIB |