1man(1)                      fts-config-set man page                     man(1)
2
3
4

NAME

6       fts-config-set
7

SYNOPSIS

9       fts-config-set [options] CONFIG [CONFIG...]
10

DESCRIPTION

12       fts-config-set  is a tool for configuring SEs (storage elements) and SE
13       groups.  Each  configuration  is  in  JSON  format  (see   details   at
14       https://svnweb.cern.ch/trac/fts3/wiki/AdminGuide)
15

OPTIONS

17         -h [ --help ]         Print this help text and exit.
18         -q [ --quite ]        Quiet operation.
19         -v [ --verbose ]      Be more verbose.
20         -s [ --service ] arg  Use the transfer service at the specified URL.
21         -V [ --version ]      Print the version number and exit.
22
23         --bring-online              If  this  switch  is used the user should
24       provide
25                                    SE_NAME VALUE pairs in order  to  set  the
26       maximum
27                                    number  of  files  that are staged concur‐
28       rently for a
29                                    given SE.
30                                    (Example: --bring-online  $SE_NAME  $VALUE
31       ...)
32         --drain arg                If set to 'on' drains the given endpoint.
33                                    (Example: --drain on|off)
34         --retry  arg                 Sets the number of retries of each indi‐
35       vidual file
36                                    transfer (the value should be  greater  or
37       equal to
38                                    -1).
39                                    (Example: --retry $NB_RETRY)
40         --optimizer-mode  arg        Sets the optimizer mode (allowed values:
41       1, 2 or
42                                    3)
43                                    (Example: --optimizer-mode 1|2|3)
44         --queue-timeout arg        Sets the maximum time (in hours)  transfer
45       job is
46                                    allowed  to  be  in  the  queue (the value
47       should be
48                                    greater or equal to 0).
49                                    (Example: --queue-timeout $TIMEOUT)
50         --source arg               The source SE
51                                    (Example: --source $SE_NAME)
52         --destination arg          The destination SE
53                                    (Example: --destination $SE_NAME)
54         --max-bandwidth arg        The maximum bandwidth that can be used (in
55       MB/s)
56                                    for  the  given source or destination (see
57       --source
58                                    & --destination)
59                                    (Example: --max-bandwidth $LIMIT)
60         --protocol arg             Set protocol (UDT) for given SE
61                                    (Example: --protocol udt $SE_NAME on|off)
62         --max-se-source-active arg Maximum number  of  active  transfers  for
63       given
64                                    source SE (-1 means no limit)
65                                    (Example:  --max-se-source-active  $NB_ACT
66       $SE_NAME)
67         --max-se-dest-active arg   Maximum number  of  active  transfers  for
68       given
69                                    destination SE (-1 means no limit)
70                                    (Example:   --max-se-dest-active   $NB_ACT
71       $SE_NAME)
72         --global-timeout arg       Global transfer timeout
73                                    (Example: --global-timeout $TIMEOUT)
74         --max-per-link arg         Global limit per link
75                                    (Example: --max-per-link $MAXACTIVE)
76         --max-per-se arg           Global active limit per storage element
77                                    (Example: --max-per-se $MAXACTIVE)
78         --sec-per-mb arg           number of seconds per MB
79                                    (Example: --sec-per-mb $SEC_PER_MB)
80
81

SEE ALSO

83       http://fts3-service.web.cern.ch/
84
85
86
871.0                              09 July 2012                           man(1)
Impressum