1ARCCLEAN(1)                 NorduGrid Users Manual                 ARCCLEAN(1)
2
3
4

NAME

6       arcclean - ARC Clean
7
8

DESCRIPTION

10       The arcclean command removes a job from the remote cluster.
11
12

SYNOPSIS

14       arcclean [options] [job ...]
15
16

OPTIONS

18       -a, --all
19              all jobs
20
21       -j, --joblist=filename
22              the   file   storing  information  about  active  jobs  (default
23              ~/.arc/jobs.xml)
24
25       -i, --jobids-from-file=filename
26              a file containing a list of jobIDs
27
28       -c, --cluster=[-]name
29              explicitly select or reject a specific cluster
30
31       -s, --status=statusstr
32              only select jobs whose status is statusstr
33
34       -f, --force
35              removes the job from the local list of jobs even if the  job  is
36              not found in the cluster's information system
37
38       -P, --listplugins
39              list the available plugins
40
41       -t, --timeout=seconds
42              timeout in seconds (default 20)
43
44       -z, --conffile=filename
45              configuration file (default ~/.arc/client.conf)
46
47       -d, --debug=debuglevel
48              FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
49
50       -v, --version
51              print version information
52
53       -?, --help
54              print help
55

ARGUMENTS

57       job ...
58              list of jobids and/or jobnames
59

EXTENDED DESCRIPTION

61       The  arcclean  command removes a job from the remote cluster. Only jobs
62       that have finished can be removed. The job can be referred to either by
63       the  jobid  that was returned by arcsub(1) at submission time or by its
64       jobname if the job description that was submitted contained  a  jobname
65       attribute.
66
67       More  than  one jobid and/or jobname can be given. If several jobs were
68       submitted with the same jobname all those  jobs  are  removed.  If  the
69       --joblist  option is used the list of jobs is read from a file with the
70       specified filename. By specifying the --all option, all active jobs can
71       be removed.
72
73       The  --cluster  option can be used to select or reject jobs at specific
74       clusters. See arcsub(1) for a discussion of the format of arguments  to
75       this  option.  The --status option can be used to select jobs in a spe‐
76       cific state. These options can be repeated several times.
77
78       The --force option removes the job from your local list of jobs even if
79       the job can not be found in the remote clusters information system.
80
81

FILES

83       ~/.arc/client.conf
84              Some  options  can be given default values by specifying them in
85              the ARC client  configuration  file.  By  using  the  --conffile
86              option  a  different  configuration  file  can  be used than the
87              default.
88
89
90       ~/.arc/jobs.xml
91              This a local list of the user's active jobs. When a job is  suc‐
92              cessfully  submitted  it  is  added  to this list and when it is
93              removed from the remote cluster it is removed  from  this  list.
94              This  list  is used as the list of all active jobs when the user
95              specifies the --all option to the  various  NorduGrid  ARC  user
96              interface  commands.  By  using the --joblist option a different
97              file can be used than the default.
98
99

ENVIRONMENT VARIABLES

101       X509_USER_PROXY
102              The location of the user's grid proxy  file.  Shouldn't  be  set
103              unless the proxy is in a non-standard location.
104
105
106       ARC_LOCATION
107              The  location  where  ARC  is installed can be specified by this
108              variable. If not specified the install location will  be  deter‐
109              mined  from  the path to the command being executed, and if this
110              fails a WARNING will be given stating the location which will be
111              used.
112
113
114       ARC_PLUGIN_PATH
115              The  location  of ARC plugins can be specified by this variable.
116              Multiple locations can be specified by separating them by  :  (;
117              in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
118              Windows).
119
120
122       APACHE LICENSE Version 2.0
123
124

AUTHOR

126       Mattias Ellert <mattias.ellert@fysast.uu.se>
127
128

SEE ALSO

130       arccat(1),  arccp(1),  arcget(1),  arcinfo(1),  arckill(1),   arcls(1),
131       arcmigrate(1),  arcproxy(1),  arcrenew(1),  arcresub(1),  arcresume(1),
132       arcrm(1), arcstat(1), arcsub(1), arcsync(1), arctest(1)
133
134
135
136
137NorduGrid ARC 1.1.0               2011-10-24                       ARCCLEAN(1)
Impressum