Red Hat GFS 6.0 Administrator's Manual page 165

Hide thumbs Also See for GFS 6.0:
Table of Contents

Advertisement

Appendix C. Basic GFS Examples
Note
This step must be performed every time a node is rebooted. If it is not, the pool devices will not
be accessible.
Activate the pools using the
n01# pool_assemble -a
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
n02# pool_assemble -a
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
n03# pool_assemble -a
alpha_cca assembled
pool_gfs01 assembled
pool_gfs02 assembled
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"]
}
}
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 {
pool_assemble -a
<-- Activate pools
<-- Activate pools
<-- Activate pools
/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
}
}
command for each node as follows:
on node
as follows:
n01
151

Advertisement

Table of Contents
loading

Table of Contents