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

NAME

6       arcrenew - ARC Proxy Renewal
7
8

DESCRIPTION

10       The  arcrenew  command is used for renewing the proxy of jobs that have
11       been submitted to grid enabled resources.
12
13

SYNOPSIS

15       arcrenew [options] [job ...]
16
17

OPTIONS

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

ARGUMENTS

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

EXTENDED DESCRIPTION

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

FILES

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

ENVIRONMENT VARIABLES

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

AUTHOR

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

SEE ALSO

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