Appendix C. Basic GFS Examples
145
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
n03#
pool_assemble -a
<--
Activate pools
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
lck01#
pool_assemble -a
<--
Activate pools
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
lck02#
pool_assemble -a
<--
Activate pools
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
lck03#
pool_assemble -a
<--
Activate pools
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
5. Create CCS files.
a. Create a directory called
/root/alpha
on node
n01
as follows:
n01#
mkdir /root/alpha
n01#
cd /root/alpha
b. Create the
cluster.ccs
file. This file contains the name of the cluster and the name of
the nodes where the LOCK_GULM server is run. The file should look like the following:
cluster {
name = "alpha"
lock_gulm {
servers = ["lck01", "lck02", "lck03"]
}
}
c. Create the
nodes.ccs
file. This file contains the name of each node, its IP address, and
node-specific I/O fencing parameters. The file should look like the following:
nodes {
n01 {
ip_interfaces {
eth0 = "10.0.1.1"
}
fence {
power {
apc {
port = 1
}
}
}
}
n02 {
ip_interfaces {
eth0 = "10.0.1.2"
}
fence {
power {
apc {
port = 2
}
Содержание 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: ......