Check job status

In a flexible management environment, we can check the overall status of jobs, the status of specific job nodes, and the job history of nodes. We can suspend, resume, or delete jobs on the Job Status collection page.

Before we can check the job status, have registered at least one node with the job manager and submitted a job for the node. To suspend a started job, resume a suspended job, or delete selected jobs, the ID must be authorized for the operator role.

After you submit a job using the job manager administrative console, the Job status collection page is displayed. The page contains information about only the job that you submitted. The page shows the unique job ID; for example, 122763380912576341. Use the job ID to query, suspend, resume, or delete the job. The page also shows the job description, state, time of activation, time of expiration, and status.

If you access the Job status collection page by selecting Jobs > Status in the job manager admin console navigation, we can use the Find option to limit the number of jobs that are displayed based on the criteria you specify. The first time you access the Job status collection, no jobs are listed. You must enter parameters for the Find option to obtain a list of jobs based on the parameter information that you provide. The next time you select Jobs > Status, a list of jobs is displayed based on the parameters you last specified on the Find option for this job manager admin console page. We can then optionally modify the Find option criteria to display a different set of jobs. After at least one job displays, we can check the status of the displayed jobs, the status of specific job nodes, and the job history for nodes of a particular job. This page describes how to use the job manager console to check job status. Instead of using the console, we can run a getJobTargetStatus wsadmin command; for example:

AdminTask.getJobTargetStatus('[-jobToken 122763380912576341]')
The job token is the job ID for the submitted job. Run the Jython script command from the bin directory of the job manager profile.

See the AdministrativeJobs command group for AdminTask topic.

 

 

Results

We might have run a Find operation to display job status based on criteria that you specify, checked the status of jobs at their nodes, checked the jobs history of nodes, suspended a job, resumed a job, or deleted a job.

 

Next steps

We can continue to check job status and do other job management tasks such as submit other jobs, create node groups for job submission, view node resources, or view nodes.



Subtopics
Job status collection

Related concepts
Job manager

Related tasks
Set up a job manager environment
Administer nodes remotely using the job manager
Administrative roles

Related reference
Job status detail settings
Job status history settings
AdministrativeJobs command group for AdminTask using wsadmin scripting

   



Last updated Nov 10, 2010 8:23:07 PM CST