systemFileOperationStatus
IBM-BCCUSTOM-MIB ·
ibm variant
·
.1.3.6.1.4.1.2.6.215.4.2.7
Object
scalar Enumeration
The status of the system file operation: 0: No operation pending. 1-100: the percentage of completion of the operation. 101: success. 201: failed
Context
- MIB
- IBM-BCCUSTOM-MIB
- OID
.1.3.6.1.4.1.2.6.215.4.2.7- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- systemFileCmd
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 'IBM-BCCUSTOM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-BCCUSTOM-MIB::systemFileOperationStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-BCCUSTOM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-BCCUSTOM-MIB::systemFileOperationStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noOperation |
50 | inprogress |
101 | success |
201 | failed |