138
Appendix C. Basic GFS Examples
Host Name
IP Address
Login Name
Password
apc
10.0.1.10
apc
apc
Table C-1. APC MasterSwitch Information
Host Name
IP Address
APC Port Number
n01
10.0.1.1
1
n02
10.0.1.2
2
n03
10.0.1.3
3
Table C-2. GFS and Lock Server Node Information
Major
Minor
#Blocks
Name
8
16
8388608
sda
8
17
8001
sda1
8
18
8377897
sda2
8
32
8388608
sdb
8
33
8388608
sdb1
Table C-3. Storage Device Information
Notes
For shared storage devices to be visible to the nodes, it may be necessary to load an appropriate
device driver. If the shared storage devices are not visible on each node, confirm that the device
driver is loaded and that it loaded without errors.
The small partition (
/dev/sda1
) is used to store the cluster configuration information. The two re-
maining partitions (/
dev/sda2
,
sdb1
) are used for the GFS file systems.
You can display the storage device information at each node in your GFS cluster by running the follow-
ing command:
cat /proc/partitions
. Depending on the hardware configuration of the GFS nodes,
the names of the devices may be different on each node. If the output of the
cat /proc/partitions
command shows only entire disk devices (for example,
/dev/sda
instead of
/dev/sda1
), then the
storage devices have not been partitioned. To partition a device, use the
fdisk
command.
C.1.2. Kernel Modules Loaded
Each node must have the following kernel modules loaded:
•
gfs.o
•
lock_harness.o
•
lock_gulm.o
•
pool.o
Summary of Contents for GFS 6.0 -
Page 1: ...Red Hat GFS 6 0 Administrator s Guide...
Page 8: ......
Page 88: ...74 Chapter 6 Creating the Cluster Configuration System Files...
Page 98: ...84 Chapter 7 Using the Cluster Configuration System...
Page 102: ...88 Chapter 8 Using Clustering and Locking Systems...
Page 128: ...114 Chapter 9 Managing GFS...
Page 134: ...120 Chapter 10 Using the Fencing System...
Page 144: ...130 Chapter 12 Using GFS init d Scripts...
Page 148: ...134 Appendix A Using Red Hat GFS with Red Hat Cluster Suite...
Page 184: ...170 Appendix C Basic GFS Examples...
Page 190: ......