gLite Job Output Retrieval
Retrieving Job Output:
glite-wms-job-output jobID --dir outdir
- Retrieves output files for job denoted by jobID.
Job must be finished (status DONE).
- Stores output files in directory outdir
- Job output is then removed from Resource Broker (RB).
- If not retrieved, job output is automatically
removed (e.g. after 10 days).
Checking Job Status:
glite-wms-job-status jobID
- Shows job status.
e.g. DONE for jobs whose output can be retrieved.
Before retrieving the job output, the job status should be checked.
|