Chapter 7. Using the Cluster Configuration System
81
7.5.1.2.1. Usage
ccs_servd
or
ccs_servd -p
Path
Path
Specifies an alternative location of CCA files.
7.5.1.2.2. Examples
This example shows starting the CCS server normally; that is, using the default location for CCA files.
ccs_servd
This example shows starting the CCS server using a user-defined location for CCA files. In this case,
CCA files are saved in
/root/cca/
.
ccs_servd -p /root/cca/
7.5.1.3. Starting the CCS Daemon
When using a CCS server,
ccsd
must connect to it over the network, and requires two parameters on
the
ccsd
command line: the IP address (and optional port number) of the node running
ccs_servd
,
and the name of the cluster.
7.5.1.3.1. Usage
ccsd -s
IPAddress
[
:PortNumber
] -c
ClusterName
IPAddress
The IP address of the node running the CCS server.
:PortNumber
(Optional) The non-default port number. A colon and port number can optionally follow the
IPAddress to specify a non-default port number:
IPAddress:PortNumber
.
ClusterName
Specifies the name of the cluster. The CCS server uses this to pick the correct CCA file that is
named for the cluster.
7.5.1.3.2. Example
This example starts
ccsd
on a node for cluster
alpha
when using a CCS server with the IP address
shown.
ccsd -s 10.0.5.1 -c alpha
Summary of Contents for GFS 6.0 -
Page 1: ...Red Hat GFS 6 0 Administrator s Guide...
Page 8: ......
Page 88: ...74 Chapter 6 Creating the Cluster Configuration System Files...
Page 98: ...84 Chapter 7 Using the Cluster Configuration System...
Page 102: ...88 Chapter 8 Using Clustering and Locking Systems...
Page 128: ...114 Chapter 9 Managing GFS...
Page 134: ...120 Chapter 10 Using the Fencing System...
Page 144: ...130 Chapter 12 Using GFS init d Scripts...
Page 148: ...134 Appendix A Using Red Hat GFS with Red Hat Cluster Suite...
Page 184: ...170 Appendix C Basic GFS Examples...
Page 190: ......