CPQCR-MIB :: cpqCrPartitionRAIDLevel

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCPQCR-MIBcpqCrPartitionRAIDLevel

cpqCrPartitionRAIDLevel

Module: CPQCR-MIB

OID (symbolic): CPQCR-MIB::cpqCrPartitionRAIDLevel

OID (numeric): 1.3.6.1.4.1.232.141.2.9.1.1.3

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: Logical Drive RAID Level.

This shows the RAID level of the logical drive. To change the RAID level, run the CR3500 Array Configuration Utility.

The following values are valid for the logical drive RAID Level:

JBOD (2) Just a Bunch of Drives. Fault tolerance is not enabled. This logicl drive is made up of one device. Does not provide extended data redundancy, availability or protection, and does not use striping for performance enhancements. Good for applications requiring high device capacity. Requires one and only one device.

RAID0 (3) A logical drive using device striping and write-back caching. Data is spread across many devices, offering faster read/write performance than a single device. Does not provide extended data redundancy, availability or protection. Good for applications with large files needing high I/O performance. Requires a minimum of two devices.

RAID1 (4) A logical drive using device mirroring. Any time data is written to a device, a duplicate write is also made to a second device. Reading from multiple devices is usually faster than reading from a single device. Provides extended data redundancy, availability and protection. Good for read-intensive applications needing high availability. Requires a minimum of two devices.

RAID0PLUS1 (5) A logical drive where data is striped across devices and duplicated on an equivalent number of devies. Provides extended data redundancy, availability and protection. Good for applications requiring high availability, high performance and capacity. Requires an even number of devices, and a minimum of four devices.

RAID4 (6) A logical drive using device striping, with one device assigned for parity. Provides extended data redundancy, availability and protection. Good for applications such as graphics and imaging that call for writing huge, sequential blocks of data. Requires a minimum of three devices.

RAID5(7) A logical drive using device striping, with parity distributed across devices. Provides extended data redundancy, availability and protection. Good for transaction processing, applications requiring many, small I/O operations scattered randomly and widely across the devices. Requires a minimum of three devices.

What is cpqCrPartitionRAIDLevel?

This read-only enumerated value reports the RAID level, such as JBOD, RAID 0, RAID 1, RAID 0+1, RAID 4, or RAID 5, configured for a specific logical drive, and notes that changing it requires the CR3500 Array Configuration Utility rather than this MIB. An administrator checks it to confirm a given OS-visible volume has the fault tolerance level expected for its workload. Seeing raid0(3) on a logical drive meant to be redundant would alert an admin that volume has no protection against a single drive failure.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.141.2.9.1.1.3
snmpwalk -v2c -c public <target> CPQCR-MIB::cpqCrPartitionRAIDLevel

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.232.141.2.9.1.1.3.1
snmpget -v2c -c public <target> CPQCR-MIB::cpqCrPartitionRAIDLevel.1

Start monitoring Compaq/HP ProLiant server (component registry) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQCR-MIB::cpqCrPartitionRAIDLevel OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server (component registry) from a single console.

OID Breakdown

Upper-level ancestors (7 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.232compaqCOMPAQ-ID-REC-MIB
Numeric OIDNameModule
1.3.6.1.4.1.232.141cpqClusteredRAIDCPQCR-MIB
1.3.6.1.4.1.232.141.2cpqCrComponentCPQCR-MIB
1.3.6.1.4.1.232.141.2.9cpqCrPartitionCPQCR-MIB
1.3.6.1.4.1.232.141.2.9.1cpqCrPartitionTableCPQCR-MIB
1.3.6.1.4.1.232.141.2.9.1.1cpqCrPartitionEntryCPQCR-MIB
1.3.6.1.4.1.232.141.2.9.1.1.3cpqCrPartitionRAIDLevelCPQCR-MIB