status
The status command displays the status of a job or job group instance.
The condition or state of a job occurrence varies throughout its life cycle.
When a job has entered the schedule and is waiting to run or is actively running, possible statuses include:
-
Active
-
Waiting on Children
-
Launched
-
Waiting on Resource
-
Waiting On Dependencies
-
Hel
-
Agent Unavailable
-
Agent Disabled
-
Waiting on Group
-
Timed Out for Day
-
Waiting on Operator
When a job completes, possible status values are:
-
Completed Normally
-
Completed Abnormally
-
Error Occurred
-
Orphaned
-
Skipped
-
Aborted
-
Cancelled
-
Timed Out
If the status of a job occurrence is Externally Defined, then TA is waiting for an external status update. For more information about job statuses, see Jobs and Job Groups in the TA User Guide.
SACmd status -i ID|-a alias -o Inst
status -options
Option |
Description |
---|---|
-i ID |
The occurrence ID of the job or job group. Either this option or -a alias -o Inst is required. |
-a alias |
The alias of the job or job group instance. Either this option or -i ID is required. If this option is used, the -o Inst option must also be used. |
-o Inst |
The job or job group occurrence. |
Examples
-
Display the status of the job with the job ID of 9.
Example: status -i 9
-
Display the status of the second occurrence of the job alias 34.
Example: status -a 34 -o 2