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

NAME

6       arcresume - ARC Resume
7
8

DESCRIPTION

10       The  arcresume command is used for resuming a job that was submitted to
11       grid enabled resources and then subsequently failed. The  job  will  be
12       resumed at the last ok state reported by the cluster.
13
14

SYNOPSIS

16       arcresume [options] [job ...]
17
18

OPTIONS

20       -a, --all
21              all jobs
22
23       -j, --joblist=filename
24              the   file   storing  information  about  active  jobs  (default
25              ~/.arc/jobs.xml)
26
27       -i, --jobids-from-file=filename
28              a file containing a list of jobIDs
29
30       -c, --cluster=name
31              select one or more computing elements: name can be an alias  for
32              a single CE, a group of CEs or a URL
33
34       -r, --rejectmanagement=URL
35              skip jobs which are on a computing element with a given URL
36
37       -s, --status=statusstr
38              only select jobs whose status is statusstr
39
40       -P, --listplugins
41              list the available plugins
42
43       -t, --timeout=seconds
44              timeout in seconds (default 20)
45
46       -z, --conffile=filename
47              configuration file (default ~/.arc/client.conf)
48
49       -d, --debug=debuglevel
50              FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
51
52       -v, --version
53              print version information
54
55       -?, --help
56              print help
57

ARGUMENTS

59       job ...
60              list of jobids and/or jobnames
61

EXTENDED DESCRIPTION

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

FILES

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

ENVIRONMENT VARIABLES

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

AUTHOR

125       ARC    software   is   developed   by   the   NorduGrid   Collaboration
126       (http://www.nordugrid.org), please consult the AUTHORS file distributed
127       with    ARC.    Please    report   bugs   and   feature   requests   to
128       http://bugzilla.nordugrid.org
129
130

SEE ALSO

132       arccat(1), arcclean(1), arccp(1),  arcget(1),  arcinfo(1),  arckill(1),
133       arcls(1), arcmkdir(1), arcproxy(1), arcrenew(1), arcresub(1), arcrm(1),
134       arcstat(1), arcsub(1), arcsync(1), arctest(1)
135
136
137
138
139NorduGrid ARC 6.11.0              2021-04-24                      ARCRESUME(1)
Impressum