1DPM-REPLICATE(1) DPM Administrator Commands DPM-REPLICATE(1)
2
3
4
6 dpm-replicate - replicate a file given the SURL or the PFN
7
9 dpm-replicate [ --f_type file_type ] [ --space_token s_token ] [
10 --lifetime file_lifetime ] [ --help ] file
11
13 dpm-replicate replicates a file given the SURL or the PFN.
14
15 file_type
16 indicates the type of file desired for the new replica. It can
17 be V (for Volatile), D (for Durable) or P (for Permanent).
18
19 file_lifetime
20 specifies the requested file lifetime of the new replica rela‐
21 tive to the current time. It can be "Inf" (for infinite) or
22 expressed in years (suffix 'y'), months (suffix 'm'), days (suf‐
23 fix 'd'), hours (suffix 'h') or seconds (no suffix). If speci‐
24 fied the file_type and file_lifetime must be compatible.
25
26 s_token
27 specifies that the new replica should be allocated within a
28 space identified by the given token.
29
31 dpm-replicate --f_type P /dpm/cern.ch/home/dteam/afile
32
33 dpm-replicate --f_type V lxb1921.cern.ch:/storage/dteam/2005-12-14/afile.38215.0
34
36 This program returns 0 if the operation was successful or >0 if the
37 operation failed.
38
40 dpm(1), dpm_get(3), dpm_put(3)
41
42
43
44LCG $Date: 2008/08/27 12:43:28 $ DPM-REPLICATE(1)