1GLOBUS-JOB-GET-OU(1)            GRAM5 Commands            GLOBUS-JOB-GET-OU(1)
2
3
4

NAME

6       globus-job-get-output - Retrieve the output and error streams from a
7       GRAM job
8

SYNOPSIS

10       globus-job-get-output [-r RESOURCE | -resource RESOURCE]
11                             [-out | -err] [-t LINES | -tail LINES]
12                             [-follow LINES | -f LINES] JOBID
13
14       globus-job-get-output [-help] [-usage] [-version] [-versions]
15

DESCRIPTION

17       The globus-job-get-output program retrieves the output and error
18       streams of the job named by JOBID. By default, globus-job-get-output
19       will retrieve all output and error data from the job and display them
20       to its own output and error streams. Other behavior can be controlled
21       by using command-line options. The data retrieval is implemented by
22       submitting another job which simply displays the contents of the first
23       jobĀ“s output and error streams. By default this retrieval job is
24       submitted to the default GRAM resource running on the same host as the
25       job. This behavior can be controlled by specifying a particular
26       resource manager contact string as the RESOURCE parameter to the -r or
27       -resource option.
28

OPTIONS

30       The full set of options to globus-job-get-output are:
31
32       -help, -usage
33           Display a help message to standard error and exit.
34
35       -version
36           Display the software version of the globus-job-get-output program
37           to standard output.
38
39       -version
40           Display the software version of the globus-job-get-output program
41           including DiRT information to standard output.
42
43       -resource RESOURCE, -r RESOURCE
44           Submit the retrieval job to the resource named by RESOURCE instead
45           of the default GRAM service on the same host as the job contact.
46
47       -out
48           Retrieve only the standard output stream of the job. The default is
49           to retrieve both standard output and standard error.
50
51       -err
52           Retrieve only the standard error stream of the job. The default is
53           to retrieve both standard output and standard error.
54
55       -tail LINES, -t LINES
56           Print only the last LINES count lines of output from the data
57           streams being retrieved. By default, the entire output and error
58           file data is retrieved. This option can not be used along with the
59           -f or -follow options.
60
61       -follow LINES, -f LINES
62           Print the last LINES count lines of output from the data streams
63           being retrieved and then wait until canceled, printing any
64           subsequent job output that occurs. By default, the entire output
65           and error file data is retrieved. This option can not be used along
66           with the -t or -tail options.
67

ENVIRONMENT

69       If the following variables affect the execution of
70       globus-job-get-output.
71
72       X509_USER_PROXY
73           Path to proxy credential.
74
75       X509_CERT_DIR
76           Path to trusted certificate directory.
77
78
79
80University of Chicago             03/18/2010              GLOBUS-JOB-GET-OU(1)
Impressum