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 have been submit‐
11       ted to grid enabled resources. The job will be resumed at the  last  ok
12       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              explicitly select or reject a specific cluster
32
33       -s, --status=statusstr
34              only select jobs whose status is statusstr
35
36       -P, --listplugins
37              list the available plugins
38
39       -t, --timeout=seconds
40              timeout in seconds (default 20)
41
42       -z, --conffile=filename
43              configuration file (default ~/.arc/client.conf)
44
45       -d, --debug=debuglevel
46              FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
47
48       -v, --version
49              print version information
50
51       -?, --help
52              print help
53

ARGUMENTS

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

EXTENDED DESCRIPTION

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

FILES

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

ENVIRONMENT VARIABLES

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

AUTHOR

120       Mattias Ellert <mattias.ellert@fysast.uu.se>
121
122

SEE ALSO

124       arccat(1),  arcclean(1),  arccp(1),  arcget(1), arcinfo(1), arckill(1),
125       arcls(1),   arcmigrate(1),   arcproxy(1),   arcrenew(1),   arcresub(1),
126       arcrm(1), arcstat(1), arcsub(1), arcsync(1), arctest(1)
127
128
129
130
131NorduGrid ARC 1.1.0               2011-10-24                      ARCRESUME(1)
Impressum