1ARC-INFOINDEX-SERVER(8) NorduGrid Users Manual ARC-INFOINDEX-SERVER(8)
2
3
4
6 arc-infoindex-server - ARC Information Index Server
7
8
10 The arc-infoindex-server accepts registrations about local information
11 systems and other arc-infoindex-servers creating an hierarcical inforā
12 mation system for discovering Grid resources
13
14
16 arc-infoindex-relay -c conffile -f fifo
17
18
20 -c conffile
21 The configuration file, usually /etc/arc.conf
22
23 -f fifo
24 The FIFO on which the server will accept queries
25
27 arc-infoindex-server accepts registrations with information about local
28 information systems and other arc-infoindex-servers. It also responds
29 to status queries returning the list of registered resources and their
30 registration status (valid, invalid or purged).
31
32 Queries are accepted on a FIFO and are normally forwarded from a slapd
33 server through an arc-infoindex-relay process. The first line of a
34 query should contain the name of a FIFO on which the response should be
35 returned. The remaining part of the query should be a Globus MDS query
36 in LDIF format.
37
38 To stop arc-infoindex-server write the special query "STOP" to the
39 server FIFO.
40
41
43 /etc/arc.conf
44 Several resource indices can be kept in the same server. Each of
45 them should have an [infosys/index] block in the configuration
46 file. The set of resoures that are allowed to register to each
47 index can be limited using allowreg keys.
48
49 Here is an example configuration:
50
51 [infosys/index/Sweden]
52 allowreg="*.uu.se:2135"
53 allowreg="*.lu.se:2135"
54 allowreg="*.liu.se:2135"
55 allowreg="*.umu.se:2135"
56 allowreg="*.chalmers.se:2135"
57 allowreg="*.kth.se:2135"
58
60 APACHE LICENSE Version 2.0
61
62
64 Mattias Ellert <mattias.ellert@fysast.uu.se>
65
66
68 arc-infoindex-relay(8), arc.conf(5)
69
70
71
72NorduGrid ARC 5.4.4 2019-03-16 ARC-INFOINDEX-SERVER(8)