Red Hat GFS 5.2.1 Administrator's Manual page 149

Table of Contents

Advertisement

Appendix B. Basic GFS Examples
5. Create CCS files.
a. Create a directory called
n01# mkdir /root/alpha
n01# cd /root/alpha
b. Create the
the nodes where the LOCK_GULM server is run. The file should look like the following:
cluster {
name = "alpha"
lock_gulm {
servers = ["n01", "n02", "n03"]
}
}
c. Create the
node-specific I/O fencing parameters. The file should look like the following:
nodes {
n01 {
ip_interfaces {
}
fence {
}
}
n02 {
ip_interfaces {
}
fence {
}
}
n03 {
ip_interfaces {
}
fence {
}
}
}
/root/alpha
file. This file contains the name of the cluster and the name of
cluster.ccs
file. This file contains the name of each node, its IP address, and
nodes.ccs
eth0 = "10.0.1.1"
power {
apc {
port = 1
}
}
eth0 = "10.0.1.2"
power {
apc {
port = 2
}
}
eth0 = "10.0.1.3"
power {
apc {
port = 3
}
}
on node
as follows:
n01
135

Advertisement

Table of Contents
loading

Table of Contents