1GLOBUS-JOB-GET-OU(1) Grid Community Toolkit Manual GLOBUS-JOB-GET-OU(1)
2
3
4
6 globus-job-get-output - Retrieve the output and error streams from a
7 GRAM job
8
10 globus-job-get-output [ -r RESOURCE | -resource RESOURCE ] [OPTIONS]
11 JOBID
12
13 globus-job-get-output [-help | -usage | -version | -versions ]
14
16 The globus-job-get-output program retrieves the output and error
17 streams of the job named by JOBID. By default, globus-job-get-output
18 will retrieve all output and error data from the job and display them
19 to its own output and error streams. Other behavior can be controlled
20 by using command-line options. The data retrieval is implemented by
21 submitting another job which simply displays the contents of the first
22 job’s output and error streams. By default this retrieval job is
23 submitted to the default GRAM resource running on the same host as the
24 job. This behavior can be controlled by specifying a particular
25 resource manager contact string as the RESOURCE parameter to the -r or
26 -resource option.
27
29 -help, -usage
30 Display a help message to standard error and exit.
31
32 -version
33 Display the software version of the globus-job-get-output program
34 to standard output.
35
36 -versions
37 Display the software version of the globus-job-get-output program
38 including DiRT information to standard output.
39
40 -resource RESOURCE, -r RESOURCE
41 Submit the retrieval job to the resource named by RESOURCE instead
42 of the default GRAM service on the same host as the job contact.
43
44 -out
45 Retrieve only the standard output stream of the job. The default is
46 to retrieve both standard output and standard error.
47
48 -err
49 Retrieve only the standard error stream of the job. The default is
50 to retrieve both standard output and standard error.
51
52 -tail LINES, -t LINES
53 Print only the last LINES count lines of output from the data
54 streams being retrieved. By default, the entire output and error
55 file data is retrieved. This option can not be used along with the
56 -f or -follow options.
57
58 -follow LINES, -f LINES
59 Print the last LINES count lines of output from the data streams
60 being retrieved and then wait until canceled, printing any
61 subsequent job output that occurs. By default, the entire output
62 and error file data is retrieved. This option can not be used along
63 with the -t or -tail options.
64
66 The following variables affect the execution of globus-job-get-output.
67
68 X509_USER_PROXY
69 Path to proxy credential.
70
71 X509_CERT_DIR
72 Path to trusted certificate directory.
73
75 Copyright © 1999-2014 University of Chicago
76
77
78
79Grid Community Toolkit 6 03/31/2018 GLOBUS-JOB-GET-OU(1)