1GLOBUS-JOB-GET-OU(1) Grid Community Toolkit Manual GLOBUS-JOB-GET-OU(1)
2
3
4
6 globus-job-get-output-helper - Display the output or error stream from
7 a GRAM job
8
10 globus-job-get-output-helper TAG JOBID { stdout | stderr } { no | LINES
11 } { no | LINES } URL
12
13 globus-job-get-output-helper -help | -h | -usage
14
16 The globus-job-get-output-helper program is an internal interface used
17 by the globus-job-get-output program to copy output back to a GASS
18 server. This program is submitted via the globusrun command and
19 executes globus-url-copy to transfer the data.
20
21 The invocation to this command is created in the RSL arguments by the
22 globus-job-get-output program. The arguments are positional and may
23 change in future releases. Their meaning is
24
25 1. GASS cache tag for the output file
26
27 2. GRAM job id
28
29 3. Stream to transfer (stdout or stderr)
30
31 4. Number of lines to include (from the end of the file) for one time
32 processing or no
33
34 5. Number of lines to include (from the end of the file) for tail -f
35 processing or literal no
36
37 6. GASS server URL to send the data to
38
40 The full set of options to globus-job-get-output-helper are:
41
42 -help, -h, -usage
43 Display a help message to standard output and exit.
44
46 The following variables affect the execution of
47 globus-job-get-output-helper.
48
49 X509_USER_PROXY
50 Path to proxy credential.
51
52 X509_CERT_DIR
53 Path to trusted certificate directory.
54
56 Copyright © 1999-2014 University of Chicago
57
58
59
60Grid Community Toolkit 6 03/31/2018 GLOBUS-JOB-GET-OU(1)