|
Answer» Autosys keeps track of the current STATUS of every job. Following are the statuses –
- INACTIVE (IN) - The job has not yet been processed. Either the job has never been run, or its status was intentionally altered to “turn off” its previous completion status.
- ACTIVATED (AC) - The top-level box job is in RUNNING state, but the job itself has not started yet.
- STARTING (ST) - The event processor has initiated the start job procedure with the Remote Agent.
- RUNNING (RU) - The job is executing. If the job is a box job, this value simply means that the jobs within the box may be started (other conditions permitting). If it is a command or FILE watcher job, the value means that the process is actually running on the remote MACHINE.
- SUCCESS (SU) - The job exited with an exit code equal to or less than the “maximum exit code for success.” By default, only the exit code “0” is interpreted as “success.”
- FAILURE (FA) - Job exited with an exit code greater than “maximum exit code for success.” Any number greater than zero is interpreted as “failure.” Autosys issues an alarm if a job fails.
- TERMINATED (TE) - The job terminated while in the RUNNING state. A job can be terminated if a user sends a KILLJOB event or if it was defined to terminate if the box it is in FAILED. A job may also be terminated if it has exceeded the maximum run time or if it was killed from command line through UNIX kill command. Autosys issues an alarm if a job is terminated.
- RESTART (RE) - Job was unable to start due to hardware or application problems, and has been scheduled to restart.
- QUE-WAIT (QU) - The job can logically run (that is, all the starting conditions have been met), but there are not enough machine resources available.
- ON_HOLD (OH) - This job is on hold and will not be run until it receives the JOB_OFF_HOLD event.
- ON_ICE (OI) - This job is removed from all conditions and logic, but is still defined to Autosys. Operationally, this condition is like DEACTIVATING the job. It will remain on ice until it receives the JOB_OFF_ICE event.
Autosys keeps track of the current status of every job. Following are the statuses –
|