1
2ccsd(8) System Manager's Manual ccsd(8)
3
4
5
7 ccsd - The daemon used to access CCS cluster configuration files.
8
9
11 ccsd [OPTION]..
12
13
15 ccsd is part of the Cluster Configuration System (CCS). It is the dae‐
16 mon which accesses cluster the configuration file for other cluster
17 applications. It must be run on each node that wishes to join a clus‐
18 ter.
19
20
22 -4 Use IPv4 for inter-node communication. By default, IPv6 is
23 tried, then IPv4.
24
25 -6 Use IPv6 for inter-node communication. By default, IPv6 is
26 tried, then IPv4.
27
28 -I Force use of IP for local communication (disables use of UNIX
29 domain sockets). If set, ccsd will use the specified inter-node
30 communication protocol (see the -4 and -6 options). If one is
31 not specified, IPv6 is tried, then IPv4. For backward compati‐
32 bility, IP connections are still allowed even when UNIX domain
33 sockets are available.
34
35 -h Help. Print out the usage syntax.
36
37 -m <multicast address>
38 Used to specify the multicast address. The keyword "default"
39 can be used, in which case "ff02::3:1" is used for IPv6 and
40 "224.0.2.5" is used for IPv4.
41
42 If you are using IPv4, the default action is to use broadcast.
43 Specifying this option will cause multicast to be used in that
44 instance.
45
46 -n No daemon. Run in the foreground.
47
48 -P <port identifier>:<port number>
49 You have the option of specifying the port numbers used by ccsd.
50 The port identifier is either: b, c, or f. "b" is the port
51 which ccsd attempts to communicate with ccsd processes on other
52 machines, via broadcast/multicast, to obtain or validate its
53 config file (cluster.conf). This is known as the backend port.
54 "c" is the base port number of two consecutive ports used by
55 ccsd processes to communicate cluster membership information.
56 This is known as the cluster base port. "f" is the port number
57 that listens for information requests from the CCS library (or
58 programs using it). This is known as the frontend port.
59
60 So, to change the frontend port one might specify -P f:60000.
61
62 -t <ttl>
63 Set the multicast threshold (aka time to live).
64
65 -V Print the version information.
66
67
69 ccs(7), ccs_tool(8), ccs_test(8), cluster.conf(5)
70
71
72
73 ccsd(8)