All MIBs › XEROX-JOB-MONITORING-EXT-MIB › xcmJmxJobAdminGroup
xcmJmxJobAdminGroup
Module: XEROX-JOB-MONITORING-EXT-MIB
OID (symbolic): XEROX-JOB-MONITORING-EXT-MIB::xcmJmxJobAdminGroup
OID (numeric): 1.3.6.1.4.1.253.8.83.3.2.2
Node type: OBJECT-GROUP
Description:
The job administration group.
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.253 | xerox | XEROX-COMMON-MIB |
| 1.3.6.1.4.1.253.8 | xeroxCommonMIB | XEROX-COMMON-MIB |
| 1.3.6.1.4.1.253.8.83 | xcmJmxMIB | XEROX-COMMON-MIB |
| 1.3.6.1.4.1.253.8.83.3 | xcmJmxMIBConformance | XEROX-COMMON-MIB |
| 1.3.6.1.4.1.253.8.83.3.2 | xcmJmxMIBObjectGroups | XEROX-COMMON-MIB |
| 1.3.6.1.4.1.253.8.83.3.2.2 | xcmJmxJobAdminGroup | XEROX-JOB-MONITORING-EXT-MIB |
FAQ
What can I do with the objects in xcmJmxJobAdminGroup?
This conformance group bundles the objects needed to administer a job remotely: xcmJmxJobAdminOperation to request an action like cancel, pause, or resume, xcmJmxJobAdminStatus to see the result, and xcmJmxJobAdminInProgress to check whether an admin action is still being processed. Together they let a management application control a job's lifecycle over SNMP.
I issued a cancel operation via xcmJmxJobAdminOperation but the job is still printing — what should I check?
Poll xcmJmxJobAdminInProgress first — if it's still true, the device hasn't finished processing your request yet, since large jobs or busy print engines can take a few seconds. Once it clears, check xcmJmxJobAdminStatus to confirm whether the cancel actually succeeded, since some devices reject a cancel request if the job has already moved past the point where it can be safely stopped.