File: globus-job-status.txt

package info (click to toggle)
globus-gram-client-tools 12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,528 kB
  • sloc: sh: 12,385; ansic: 1,520; makefile: 111
file content (86 lines) | stat: -rw-r--r-- 2,365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
GLOBUS-JOB-STATUS(1)
====================
:doctype:      manpage
:man source:   Grid Community Toolkit
:man version:  6
:man manual:   Grid Community Toolkit Manual
:man software: Grid Community Toolkit

NAME
----
globus-job-status - Check the status of a GRAM5 job

[[globus-job-status-SYNOPSIS]]
SYNOPSIS
--------
*globus-job-status* 'JOBID'

*globus-job-status* -help | -usage | -version | -versions

[[globus-job-status-DESCRIPTION]]
DESCRIPTION
-----------
The *globus-job-status* program checks the status of a GRAM job by sending a
status request to the job manager contact for that job specified by the 'JOBID'
parameter. If successful, it will print the job status to standard output. The
states supported by *globus-job-status* are:

*PENDING*::
    The job has been submitted to the LRM but has not yet begun execution.
*ACTIVE*::
    The job has begun execution.
*FAILED*::
    The job has failed.
*SUSPENDED*::
    The job is currently suspended by the LRM.
*DONE*::
    The job has completed.
*UNSUBMITTED*::
    The job has been accepted by GRAM, but not yet submitted to the LRM.
*STAGE_IN*::
    The job has been accepted by GRAM and is currently staging files prior to
    being submitted to the LRM.
*STAGE_OUT*::
    The job has completed execution and is currently staging files from the
    service node to other http, GASS, or GridFTP servers.

[[globus-job-status-OPTIONS]]
OPTIONS
-------
The full set of options to *globus-job-status* are:

*-help, -usage*::
    Display a help message to standard error and exit.
*-version*::
    Display the software version of the *globus-job-status* program to standard
    output.
*-versions*::
    Display the software version of the *globus-job-status* program including
    DiRT information to standard output.

[[globus-job-status-ENVIRONMENT]]
ENVIRONMENT
-----------
If the following variables affect the execution of *globus-job-status*.

*X509_USER_PROXY*::
    Path to proxy credential.
*X509_CERT_DIR*::
    Path to trusted certificate directory.

[[globus-job-status-BUGS]]
BUGS
----
The *globus-job-status* program can not distinguish between the case of the job
manager terminating for any reason and the job being in the
+DONE+ state.

[[globus-job-status-SEEALSO]]
SEE ALSO
--------
globusrun(1)

[[globus-job-status-AUTHOR]]
AUTHOR
------
Copyright (C) 1999-2014 University of Chicago