1GLITE-LB-MSG-BROKERS(8) Logging&Bookkeeping GLITE-LB-MSG-BROKERS(8)
2
3
4
6 glite-lb-msg-brokers - manipulate messaging brokers information
7
9 glite-lb-msg-brokers [OPTIONS] find|list
10
12 glite-lb-msg-brokers has two different modes of operation. In all
13 cases, it manipulates information about messaging brokers and reports a
14 (possibly empty) list of broker URIs, one per line.
15
16 list
17 list all the URIs declared in the BDII, optionally filtered by
18 network
19
20 find
21 the list functionality described above plus filter by
22 GlueServiceStatus
23
24 A fatal error (e.g. cannot contact the BDII) will halt the program. A
25 warning (e.g. a given URI cannot be contacted) will be reported unless
26 --quiet is used. Both will be sent to STDERR.
27
28 The exit status will be 0 on success (with or without warnings) or
29 different from 0 in case of a fatal error.
30
32 --bdii string
33 specify the name or name:port of the BDII to contact; this can also
34 be a list, separated by commas or semicolons; if not set, it
35 defaults to $LCG_GFAL_INFOSYS
36
37 --cache path
38 specify the path of a file to update with the list of URIs; if this
39 is set, nothing will be printed on STDOUT; note: if the list is
40 empty, the file will not be updated
41
42 --debug, -d
43 report debugging information; can be used multiple times for
44 increased verbosity
45
46 --help, -h, -?
47 show some help
48
49 --manual, -m
50 show the complete man page
51
52 --network string
53 consider only the brokers for this network (for example PROD or
54 TEST-NWOB)
55
56 --quiet, -q
57 suppress the printing of warnings
58
59 --sort, -s
60 sort the brokers per elapsed time to perform the test
61
63 LCG_GFAL_INFOSYS
64 host[:port] of the BDII to contact
65
67 Please report all bugs to CESNET gLite L&B issue tracker available at
68 https://github.com/CESNET/glite-lb/issues
69
71 Lionel Cons <http://cern.ch/lionel.cons>
72
73 L&B Product Team, CESNET <http://cesnet.cz>
74
76 Net::STOMP::Client
77
78
79
80CESNET June 2014 GLITE-LB-MSG-BROKERS(8)