All MIBs › CPQIDA-MIB › cpqDaLogDrvFaultTol
cpqDaLogDrvFaultTol
Module: CPQIDA-MIB
OID (symbolic): CPQIDA-MIB::cpqDaLogDrvFaultTol
OID (numeric): 1.3.6.1.4.1.232.3.2.3.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Logical Drive Fault Tolerance.
This shows the fault tolerance mode of the logical drive. The following values are valid for the Logical Drive Fault Tolerance:
None (2) Fault tolerance is not enabled. If a physical drive reports an error, the data cannot be recovered by the drive array controller.
Mirroring - RAID 1/RAID 1+0 (3) For each physical drive, there is a second physical drive containing identical data. If a drive fails, the data can be retrieved from the mirror drive.
Data Guard - RAID 4 (4) One of the physical drives is used as a data guard drive and contains the exclusive OR of the data on the remaining drives. If a failure is detected, the drive array controller rebuilds the data using the data guard information plus information from the other drives.
Distributed Data Guard - RAID 5 (5) Distributed Data Guarding, sometimes referred to as RAID 5, is similar to Data Guarding, but instead of storing the parity information on one drive, the information is distributed across all of the drives. If a failure is detected, the drive array controller rebuilds the data using the data guard information from all the drives.
Advanced Data Guarding - RAID 6 (7) Advanced Data Guarding (RAID ADG) is the fault tolerance method that provides the highest level of data protection. It 'stripes' data and parity across all the physical drives in the configuration to ensure the uninterrupted availability of uncorrupted data. This fault-tolerance method is similar to distributed data guard (RAID 5) in that parity data is distributed across all drives in the array, except in RAID ADG the capacity of multiple drives is used to store parity data. Assuming the capacity of 2 drives is used for parity data, this allows continued operation despite simultaneous failure of any 2 drives in the array, whereas RAID 4 and RAID 5 can only sustain failure of a single drive.
RAID 50 (8) Distributed data guarding (RAID 5) with multiple parity groups.
RAID 60 (9) Advanced data guarding (RAID 6) with multiple parity groups.
RAID 1 ADM (10) - Advanced Data Mirroring - For each physical drive, there are two or more physical drives containing identical data. If a drive fails, the data can be retrieved from any of the mirrored drives.
RAID 10 ADM (11) - Advanced Data Mirroring with Striping - For each physical drive, there are two or more physical drives containing identical data in addition to data being striped across multiple drives. If a drive fails, the data can be retrieved from any of the mirrored drives.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.3.2.3.1.1.3 snmpwalk -v2c -c public <target> CPQIDA-MIB::cpqDaLogDrvFaultTol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.3.2.3.1.1.3.1 snmpget -v2c -c public <target> CPQIDA-MIB::cpqDaLogDrvFaultTol.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqDaLogDrvFaultTol.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| 1.3.6.1.4.1.232.3 | cpqDriveArray | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2 | cpqDaComponent | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.3 | cpqDaLogDrv | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.3.1 | cpqDaLogDrvTable | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.3.1.1 | cpqDaLogDrvEntry | CPQIDA-MIB |
| 1.3.6.1.4.1.232.3.2.3.1.1.3 | cpqDaLogDrvFaultTol | CPQIDA-MIB |