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