1GLOBUS-JOB-CLEAN(1) GRAM5 Commands GLOBUS-JOB-CLEAN(1)
2
3
4
6 globus-job-clean - Cancel and clean up a GRAM batch job
7
9 globus-job-clean [-r RESOURCE | -resource RESOURCE]
10 [-f | -force] [-q | -quiet] JOBID
11
12 globus-job-clean [-help] [-usage] [-version] [-versions]
13
15 The globus-job-clean program cancels the job named by JOBID if it is
16 still running, and then removes any cached files on the GRAM service
17 node related to that job. In order to do the file clean up, it submits
18 a job which removes the cache files. By default this cleanup job is
19 submitted to the default GRAM resource running on the same host as the
20 job. This behavior can be controlled by specifying a resource manager
21 contact string as the parameter to the -r or -resource option.
22
23 By default, globus-job-clean prompts the user prior to canceling the
24 job. This behavior can be overridden by specifying the -f or -force
25 command-line options.
26
28 The full set of options to globus-job-clean are:
29
30 -help, -usage
31 Display a help message to standard error and exit.
32
33 -version
34 Display the software version of the globus-job-clean program to
35 standard output.
36
37 -version
38 Display the software version of the globus-job-clean program
39 including DiRT information to standard output.
40
41 -resource RESOURCE, -r RESOURCE
42 Submit the clean-up job to the resource named by RESOURCE instead
43 of the default GRAM service on the same host as the job contact.
44
45 -force, -f
46 Do not prompt to confirm job cancel and clean-up.
47
48 -quiet, -q
49 Do not print diagnostics for succesful clean-up. Implies -f
50
52 If the following variables affect the execution of globus-job-clean.
53
54 X509_USER_PROXY
55 Path to proxy credential.
56
57 X509_CERT_DIR
58 Path to trusted certificate directory.
59
60
61
62University of Chicago 03/18/2010 GLOBUS-JOB-CLEAN(1)