hpicfJobSchedulerRunningStatus
HP-ICF-JOB-SCHEDULER-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.17
Object
column Enumeration
Indicates whether the job running status is Active, Inactive or Expired. If the job is running, the status becomes Active. If the count has Expired, the status becomes Expired and if the job is Disabled, the running status becomes Inactive.
Context
- MIB
- HP-ICF-JOB-SCHEDULER-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.105.1.1.1.17- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpicfJobSchedulerEntry
- Groups
- 2
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 'HP-ICF-JOB-SCHEDULER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-JOB-SCHEDULER-MIB::hpicfJobSchedulerRunningStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-JOB-SCHEDULER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-JOB-SCHEDULER-MIB::hpicfJobSchedulerRunningStatus.<hpicfJobSchedulerName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-JOB-SCHEDULER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-JOB-SCHEDULER-MIB::hpicfJobSchedulerRunningStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |
3 | expired |