Red Hat GFS 5.2.1 Administrator's Manual page 163

Table of Contents

Advertisement

Appendix B. Basic GFS Examples
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 {
}
}
}
d. Create the
method(s) used by the GFS cluster. The file should look like the following:
fence_devices {
apc {
agent = "fence_apc"
ipaddr = "10.0.1.10"
login = "apc"
passwd = "apc"
}
}
e. The GFS license file should have been downloaded with the GFS RPMs. Rename the
license file to
n01# mv license.ccs /root/alpha
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
}
}
file. This file contains information required for the fencing
fence.ccs
and move it into the CCS directory:
license.ccs
149

Advertisement

Table of Contents
loading

Table of Contents