h3cDiskPowerOffReason
H3C-DISK-MIB ·
.1.3.6.1.4.1.2011.10.10.3.1.1.1.14
Object
column Enumeration
This object describes the reason of disk poweroff. The value 'environmentUnstable' means disk poweroff and may poweron again. The value 'mediumError' means disk poweroff and never poweron. The value 'smartCheckError' means disk's SMART check failed and poweroff. The value 'generalError' means disk poweroff because of general error.
Context
- MIB
- H3C-DISK-MIB
- OID
.1.3.6.1.4.1.2011.10.10.3.1.1.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- h3cDiskEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'H3C-DISK-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DISK-MIB::h3cDiskPowerOffReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-DISK-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DISK-MIB::h3cDiskPowerOffReason.<h3cDiskIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-DISK-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-DISK-MIB::h3cDiskPowerOffReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | environmentUnstable |
2 | mediumError |
3 | smartCheckError |
4 | generalError |