aixProcStatus
IBM-AIX-MIB ·
.1.3.6.1.4.1.2.6.191.7.2.1.9
Object
column Enumeration
For processes: (1)O Nonexistent (2)A Active (3)W Swapped (4)I Idle (waiting for startup) : (5)Z Canceled (6)T Stopped
Context
- MIB
- IBM-AIX-MIB
- OID
.1.3.6.1.4.1.2.6.191.7.2.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aixProcEntry
- 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 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-AIX-MIB::aixProcStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-AIX-MIB::aixProcStatus.<aixProcPID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-AIX-MIB::aixProcStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | nonexistentPS |
2 | activePS |
3 | swappedPS |
4 | idlePS |
5 | canceledPS |
6 | stoppedPS |
7 | other |
Conformance
Member of