1globus-rls-admin(8) System Manager's Manual globus-rls-admin(8)
2
3
4
6 globus-rls-admin - Replica Location Service Administration
7
9 globus-rls-admin -A|-a|-C option value|-c
10 option|-D|-d|-e|-p|-q|-r|-S|-s|-t timeout|-u|-v [ rli ] [ pattern ] [
11 server ]
12
14 The program globus-rls-admin performs administrative operations on a
15 RLS server (see globus-rls-server(8)).
16
18 -A Add rli to list of RLI servers updated by an LRC server using
19 Bloom filters. Note that partitions are not supported with
20 Bloom filters, the LRC server maintains one Bloom filter for all
21 LFNs in its database, which is sent to all RLI servers config‐
22 ured to receive Bloom filter updates with this option.
23
24 -a Add rli and optionally pattern to the list of RLI servers that
25 the LRC server sends updates to (using a list of LFNs). If pat‐
26 tern is specified then only LFNs matching it will be sent to
27 rli. If rli is added with no patterns, then it is sent all
28 updates. Pattern matching is done using standard Unix file
29 globbing (see fnmatch(3) or sh(1)).
30
31 -C option value
32 Set server option to value. Note this does not update the con‐
33 figuration file, the next time the server is restarted the con‐
34 figuration change will be lost.
35
36 -c option
37 Retrieve configuration value for specified option from server.
38 If option is "all" then all options are retrieved.
39
40 -D Remove rli and pattern from list of RLI servers that the RLI
41 server sends updates to. If pattern is not specified then all
42 entries for rli are removed. Note if all patterns are removed
43 separately then rli is sent all updates. To stop any updates
44 from being sent to rli do not specify pattern
45
46 -d Remove rli and pattern from list of RLI servers that the LRC
47 server sends updates to. If pattern is not specified then all
48 entries for rli are removed. Note if all patterns are removed
49 separately then rli is sent all updates. To stop any updates
50 from being sent to rli do not specify pattern
51
52 -e Clear LRC database. Removes all lfn,pfn mappings.
53
54 -p Verifies that the server is responding.
55
56 -q Cause RLS server to exit.
57
58 -r Add rli and optionally pattern to the list of RLI servers that
59 the RLI server sends updates to. If pattern is specified then
60 only LFNs matching it will be sent to rli. If rli is added with
61 no patterns, then it is sent all updates. Pattern matching is
62 done using standard Unix file globbing (see fnmatch(3) or
63 sh(1)).
64
65 -S Show statistics and other information gathered by RLS server.
66 Intended to be input into GRIS.
67
68 -s Show list of RLI servers and patterns being sent updates by the
69 LRC server. If rli or pattern are not specified they are con‐
70 sidered wildcards.
71
72 -t timeout
73 Set timeout (in seconds) for RLS server requests. Default is 30
74 seconds.
75
76 -u Cause LRC server to immediately start full softstate updates to
77 any RLI servers previously added with the -a option.
78
79 -v Show version and exit.
80
82 globus-rls-server(8), globus_rls_client man pages
83
84
85
86 23 Apr 02 globus-rls-admin(8)