nwVolMounted
NetWare-Server-MIB ·
.1.3.6.1.4.1.23.2.28.2.14.1.8
Object
column mandatory
r/w
Enumeration
The mount state of the volume. Note that if the
volume is not mounted, all the other values in the
table, except nwVolName, are invalid.
Writing a value of mounted(1) to this object will cause
the volume to be mounted if it is currently dismounted.
Writing a value of dismounted(2) to this object will
cause the volume to be dismounted if the volume is
currently mounted.
Context
- MIB
- NetWare-Server-MIB
- OID
.1.3.6.1.4.1.23.2.28.2.14.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nwFSVolEntry
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 'NetWare-Server-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-MIB::nwVolMounted'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NetWare-Server-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-MIB::nwVolMounted.<nwVolID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NetWare-Server-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NetWare-Server-MIB::nwVolMounted'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | mounted |
2 | dismounted |