oraPrespawnedSrvState
ORALISTENER-MIB ·
.1.3.6.1.4.1.111.5.1.4.1.6
Object
column mandatory
Enumeration
indicates the current state of the prespawned server. 'blocked' indicates that the prespawned server is temporarily not accepting redirected connection requests. 'ready' indicates the prespawned server is ready to accept any redirected conenction requests.
Context
- MIB
- ORALISTENER-MIB
- OID
.1.3.6.1.4.1.111.5.1.4.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- oraPrespawnedSrvEntry
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 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORALISTENER-MIB::oraPrespawnedSrvState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORALISTENER-MIB::oraPrespawnedSrvState.<oraSIDName>.<oraPrespawnedSrvIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORALISTENER-MIB::oraPrespawnedSrvState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | blocked |
2 | ready |