All MIBs › CHECKPOINT-MIB › raidDiskState
raidDiskState
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::raidDiskState
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.7.2.1.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Raid disk state (can get more then one): ONLINE(0x00), MISSING(0x01), NOT_COMPATIBLE(0x02), DISC_FAILED(0x03), INITIALIZING(0x04), OFFLINE_REQUESTED(0x05), FAILED_REQUESTED(0x06), UNCONFIGURED_GOOD_SPUN_UP(0x07), UNCONFIGURED_GOOD_SPUN_DOWN (0x08), UNCONFIGURED_BAD(0x09), HOTSPARE(0x0A), DRIVE_OFFLINE(0x0B), REBUILD(0x0C), FAILED(0x0D), COPYBACK(0x0F), OTHER_OFFLINE(0xFF) or UNKNOWN (other)
What is raidDiskState?
This INTEGER reports the operational state of the physical disk from a detailed enumerated list including ONLINE, MISSING, DISC_FAILED, REBUILD, and others, per its lengthy description. This is the single most operationally important field in the RAID disk table, since it's what actually tells an admin whether a specific disk needs replacement (DISC_FAILED), is currently rebuilding after a replacement (REBUILD), or is a designated spare (HOTSPARE) waiting to take over. A disk reporting DISC_FAILED (0x03) on a RAID-5 volume already missing one other member disk would mean that array has now lost all redundancy and any further failure means data loss.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.7.2.1.9 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::raidDiskState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.7.2.1.9.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::raidDiskState.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::raidDiskState OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (10 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.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6.7 | svnPerf | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.7.7 | raidInfo | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2 | raidDiskTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2.1 | raidDiskEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2.1.9 | raidDiskState | CHECKPOINT-MIB |