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

NAME

6       arcsync - ARC Synchronize
7
8

DESCRIPTION

10       The arcsync command synchronizes your local jobs list with the informa‐
11       tion at a given cluster or index server.
12
13

SYNOPSIS

15       arcsync [options]
16
17

OPTIONS

19       -c, --cluster=[-]name
20              explicitly select or reject a specific cluster
21
22       -g, --index=[-]name
23              explicitly select or reject an index server
24
25       -j, --joblist=filename
26              the  file  storing  information  about  active   jobs   (default
27              ~/.arc/jobs.xml)
28
29       -f, --force
30              don't ask for verification
31
32       -T, --truncate
33              truncate the joblist before synchronizing
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

EXTENDED DESCRIPTION

54       The  ARC  user interface keeps a local list of active jobs in the users
55       home directory (see arcsub(1)). If this file is lost, or the user wants
56       to recreate the file on a different computer,the arcsync command can be
57       used to recreate the file from the information available the  specified
58       cluster or index server.
59
60       Since  the  information  about  a  job  retrieved from a cluster can be
61       slightly out of date if the user very recently submitted or  removed  a
62       job  a  warning  is  issued when this command is run. The -force option
63       disables this warning.
64
65       The --cluster options can be used to select  or  reject  clusters  that
66       should  be  considered  in  the  synchronization.  This  options can be
67       repeated several times.  See arcsub(1) for a discussion of  the  format
68       of arguments to this option.
69
70       If  the joblist is not empty when invoking synchronization the old jobs
71       will be merged with the new  jobs,  unless  the  --truncate  option  is
72       given,  in  which case the joblist will first be truncated and then the
73       new jobs will be added.
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  is  a  local list of the user's active jobs. When a job is
86              successfully 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),  arcre‐
126       sume(1), arcrm(1), arcstat(1), arcsub(1), arctest(1)
127
128
129
130
131NorduGrid ARC 1.1.0                  @DATE                          ARCSYNC(1)
Impressum