rdbmsRelState
RDBMS-MIB ·
.1.3.6.1.2.1.39.1.9.1.1
Object
column Enumeration
The state of this server's access to this database. Active(2) means the server is actively using the database. Available(3) means the server could use the database if necessary. Restricted(4) means the database is in some administratively determined state of less-than-complete availability. Unavailable(5) means the database is not available through this server. Other(1) means the database/server is in some other condition, possibly described in the vendor private MIB.
Context
- MIB
- RDBMS-MIB
- OID
.1.3.6.1.2.1.39.1.9.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdbmsRelEntry
- Groups
- 1
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 'RDBMS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDBMS-MIB::rdbmsRelState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDBMS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDBMS-MIB::rdbmsRelState.<rdbmsDbIndex>.<applIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDBMS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDBMS-MIB::rdbmsRelState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | active |
3 | available |
4 | restricted |
5 | unavailable |
Conformance
Member of