1GLOBUS-JOB-STATUS(1) Grid Community Toolkit Manual GLOBUS-JOB-STATUS(1)
2
3
4
6 globus-job-status - Check the status of a GRAM5 job
7
9 globus-job-status JOBID
10
11 globus-job-status -help | -usage | -version | -versions
12
14 The globus-job-status program checks the status of a GRAM job by
15 sending a status request to the job manager contact for that job
16 specified by the JOBID parameter. If successful, it will print the job
17 status to standard output. The states supported by globus-job-status
18 are:
19
20 PENDING
21 The job has been submitted to the LRM but has not yet begun
22 execution.
23
24 ACTIVE
25 The job has begun execution.
26
27 FAILED
28 The job has failed.
29
30 SUSPENDED
31 The job is currently suspended by the LRM.
32
33 DONE
34 The job has completed.
35
36 UNSUBMITTED
37 The job has been accepted by GRAM, but not yet submitted to the
38 LRM.
39
40 STAGE_IN
41 The job has been accepted by GRAM and is currently staging files
42 prior to being submitted to the LRM.
43
44 STAGE_OUT
45 The job has completed execution and is currently staging files from
46 the service node to other http, GASS, or GridFTP servers.
47
49 The full set of options to globus-job-status are:
50
51 -help, -usage
52 Display a help message to standard error and exit.
53
54 -version
55 Display the software version of the globus-job-status program to
56 standard output.
57
58 -versions
59 Display the software version of the globus-job-status program
60 including DiRT information to standard output.
61
63 If the following variables affect the execution of globus-job-status.
64
65 X509_USER_PROXY
66 Path to proxy credential.
67
68 X509_CERT_DIR
69 Path to trusted certificate directory.
70
72 The globus-job-status program can not distinguish between the case of
73 the job manager terminating for any reason and the job being in the
74 DONE state.
75
77 globusrun(1)
78
80 Copyright © 1999-2014 University of Chicago
81
82
83
84Grid Community Toolkit 6 03/31/2018 GLOBUS-JOB-STATUS(1)