Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- Migrating from GT2
- Migrating from GT3
Reference
- PDF version
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces
- Resource Properties
- Samples
- Glossary
- Performance Studies
Common Runtime
Security
Data Mgt
Information Svcs
Execution Mgt
Name
globus-job-get-output-ws — Job output fetch script for GRAM4
Synopsis
globus-job-get-output-ws [-help] [-version] [-verbose] [[-out] | [-err]] [-z|authorization authz method] <EPR file>
Description
globus-job-get-output-ws is a
wrapper around
wsrf-get-property and
globus-url-copy. It is intended to
fetch either the stdout or stderr of a batch job submitted with
globus-job-submit-ws.
Command Options
- -help
HELP!
- -version
The script version.
- -verbose
Verbose script execution.
- -out, -err
Fetch either the stdout or stderr of the job.
- -authorization
Either "host", "self", or a cert subject (identity authz).
- EPR file
Specifies a path to a file containg a job EPR. This is usually the file written via the
-job-epr-output-fileargument toglobus-job-submit-ws.