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

NAME

6       arckill - ARC Kill
7
8

DESCRIPTION

10       The arckill command is used to kill running jobs.
11
12

SYNOPSIS

14       arckill [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       -k, --keep
35              keep files on the remote cluster (do not clean)
36
37       -P, --listplugins
38              list the available plugins
39
40       -t, --timeout=seconds
41              timeout in seconds (default 20)
42
43       -z, --conffile=filename
44              configuration file (default ~/.arc/client.conf)
45
46       -d, --debug=debuglevel
47              FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
48
49       -v, --version
50              print version information
51
52       -?, --help
53              print help
54

ARGUMENTS

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

EXTENDED DESCRIPTION

60       The arckill command kills a running job on an ARC enabled resource. The
61       job  can  be  referred to either by the jobid that was returned by arc‐
62       sub(1) at submission time or by its jobname if the job description that
63       was submitted contained a jobname attribute.
64
65       More  than  one jobid and/or jobname can be given. If several jobs were
66       submitted with the same jobname all  those  jobs  are  killed.  If  the
67       --joblist  option is used the list of jobs is read from a file with the
68       specified filename. By specifying the --all option,  all  jobs  can  be
69       killed.
70
71       The  --cluster  option can be used to select or reject jobs at specific
72       clusters. See arcsub(1) for a discussion of the format of arguments  to
73       this  option.  The --status option can be used to select jobs in a spe‐
74       cific state. These options can be repeated several times.
75
76       If the job was successfully killed the job will  be  removed  from  the
77       remote cluster unless the --keep option was specified.
78
79

FILES

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

ENVIRONMENT VARIABLES

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

AUTHOR

124       Mattias Ellert <mattias.ellert@fysast.uu.se>
125
126

SEE ALSO

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