volDrForceNvfail
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.5.8.1.30
Object
column Boolean
Indicates whether dr-force-nvfail option is enabled on this volume. If true, volume would be put in a special state called 'in-nvfailed-state' by switchover operation. The option has no effect for negotiated or an automatic switchover operation. The protocol access on the volume in 'in-nvfailed-state' is blocked. This will cause the client applications to crash and thus prevent access to data on the volume. To get out of this situation, admin needs to manually clear the 'in-nvfailed-state' on the volume. By default, dr-force-nvfail option value is false.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.5.8.1.30- Type
- column
- Access
- readonly
- Status
- current
- Parent
- volEntry
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 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::volDrForceNvfail'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::volDrForceNvfail.<volIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::volDrForceNvfail'