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
Содержание GFS 6.0 -
Страница 1: ...Red Hat GFS 6 0 Administrator s Guide...
Страница 8: ......
Страница 88: ...74 Chapter 6 Creating the Cluster Configuration System Files...
Страница 98: ...84 Chapter 7 Using the Cluster Configuration System...
Страница 102: ...88 Chapter 8 Using Clustering and Locking Systems...
Страница 128: ...114 Chapter 9 Managing GFS...
Страница 134: ...120 Chapter 10 Using the Fencing System...
Страница 144: ...130 Chapter 12 Using GFS init d Scripts...
Страница 148: ...134 Appendix A Using Red Hat GFS with Red Hat Cluster Suite...
Страница 184: ...170 Appendix C Basic GFS Examples...
Страница 190: ......