1MYPROXY-REPLICATE(8) User Contributed Perl Documentation MYPROXY-REPLICATE(8)
2
3
4
6 myproxy-replicate - Stores data from the MyProxy master repository to
7 all the slave servers.
8
10 myproxy-replicate [options] ...
11
12 Options:
13 [-verbose⎪-v] Print copious output
14 [-help⎪-h] Print usage
15 [-storage⎪-r]=<path to repository> Directory of the MyProxy repository.
16 [-config⎪-c]=<path to config file> Directory of the MyProxy Server
17 configuration file.
18 [-debug⎪-d] Run in debug mode
19
21 myproxy-replicate Replicates data.
22
23 This utility will read a specified MyProxy repository and send any new
24 or changed data to a slave MyProxy server. The slave servers are spec‐
25 ified in the myproxy-server.config(5) file.
26
27 This utility will need to run at some specified interval in order to
28 keep the slave repositories semi current with the Master repository.
29 This can best be accomplished using cron, or some similar mechanism.
30
32 -v, -verbose
33 Enables verbose debugging output to the terminal.
34
35 -h, -help
36 Displays command usage text and exits.
37
38 -u, -usage
39 Displays command usage text and exits.
40
41 -r dir, -storage dir
42 Specifies the location of the credential storage directory.
43 The directory must be accessible only by the user running the
44 myproxy-server process for security reasons. Default:
45 /var/lib/myproxy or /var/myproxy or $GLOBUS_LOCA‐
46 TION/var/myproxyA
47
48 -c file, -config file
49 Specifies the location of the myproxy-server configuration
50 file. Default: /etc/myproxy-server.config or
51 $GLOBUS_LOCA-TION/etc/myproxy-server.config
52
54 myproxy-init(1) myproxy-store(1) myproxy-retrieve(1) myproxy-dele‐
55 gate(1) myproxy-server(8) myproxy-server.config(5)
56
58perl v5.8.4 2005-05-3 MYPROXY-REPLICATE(8)