sbiPersistStatus
TIMETRA-SYSTEM-MIB ·
.1.3.6.1.4.1.6527.3.1.2.1.5.2
Object
scalar Enumeration
The value of sbiPersistStatus indicates the state of the
rebuild of the SNMP persistent index database upon reboot of the
system.
persistOK (1) - The persistent index database was
successfully created. Persistent SNMP managed
objects were recreated with the same SNMP
indexes they had prior to the system reboot.
noPersistFile (2) - There was no persistent index file with
the same pathname as the configuration file.
persistMismatch (3) -The headers in the persistent index
file and the configuration file with the same name
do not match.
persistIndexFailure (4) - An error occurred while creating
the persistent index database.
persistDisabled (5) - The system was administratively
reconfigured without maintaining persistent SNMP index
values because sbiPersistIndex has a value of 'false'.
persistInvalid (6) - Persistent index database was not
initialized.
persistBoot(7) - The persistent index database was in the
pre-initial bootup state.
persistInit(8) - The persistent index database is initializing.
persistInProgress(9) - The initial bootup file is loading, using the
persist index database. Once complete, the
persist state will go to 'persistOk (1)' if
successful.
If sbiConfigStatus has a value of 'configOK' and
sbiPersistStatus has any value other than 'persistOK', the
system was reconfigured without maintaining persistent SNMP index
values. Unless sbiPersistIndex has a value of 'false',
sbiSnmpdOperStatus returns 'disabled' and the SNMP daemon will not
receive SNMP requests until sbiSnmpdAdminStatus variable has
been set to 'inService'.
Context
- MIB
- TIMETRA-SYSTEM-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.1.5.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- sysBootInfo
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SYSTEM-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SYSTEM-MIB::sbiPersistStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SYSTEM-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SYSTEM-MIB::sbiPersistStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | persistOK |
2 | noPersistFile |
3 | persistMismatch |
4 | persistIndexFailure |
5 | persistDisabled |
6 | persistInvalid |
7 | persistBoot |
8 | persistInit |
9 | persistInProgress |
Conformance
Member of