componentServiceDataDumpInProgress
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.23.15.1.1.6
Object
column mandatory
Enumeration
An indicator as to whether a component dump is in progress for the specified component. This object ONLY applies to dumps that can be triggered by the MM and where the dump file is transferred to the MM filesystem upon completion. See the componentServiceDataDumpCapabilityMask object for support levels. The flag that this MIB object represents will be set on when the IPMI command is sent to the component indicating 'init dump' and will be cleared upon receiving the valid dump file from the component or the creation of the text file indicating the problem encountered. If it cannot be determined if the dump is in progress, the unknown(255) value is returned.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.23.15.1.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- componentServiceDataEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentServiceDataDumpInProgress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentServiceDataDumpInProgress.<componentServiceDataTopologyPath>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::componentServiceDataDumpInProgress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | notInProgress |
255 | unknown |