142
Appendix C. Basic GFS Examples
Blocksize: 4096
Filesystem Size:1963416
Journals: 3
Resource Groups:30
Locking Protocol:lock_gulm
Lock Table: alpha:gfs02
Syncing...
All Done
10. Mount the GFS file systems on all the nodes.
Mount points
/gfs01
and
/gfs02
are used on each node:
n01#
mount -t gfs /dev/pool/pool_gfs01 /gfs01
n01#
mount -t gfs /dev/pool/pool_gfs02 /gfs02
n02#
mount -t gfs /dev/pool/pool_gfs01 /gfs01
n02#
mount -t gfs /dev/pool/pool_gfs02 /gfs02
n03#
mount -t gfs /dev/pool/pool_gfs01 /gfs01
n03#
mount -t gfs /dev/pool/pool_gfs02 /gfs02
C.2. LOCK_GULM, RLM External
This example sets up a GFS cluster with three nodes, two GFS file systems, and three lock server nodes
that are external to the GFS nodes. The lock server nodes are dedicated to running LOCK_GULM
only.
This section provides the following information about the example:
•
Section C.2.1
Key Characteristics
•
Section C.2.2
Kernel Modules Loaded
•
Section C.2.3
Setup Process
C.2.1. Key Characteristics
This example configuration has the following key characteristics:
•
Fencing device — An APC MasterSwitch (single-switch configuration). Refer to Table C-4 for
switch information.
•
Number of GFS nodes — 3. Refer to Table C-5 for node information.
•
Number of lock server nodes — 3. The lock server nodes are dedicated to running as lock server
nodes only, and are external to the GFS nodes. Refer to Table C-6 for node information.
•
Locking protocol — LOCK_GULM. The LOCK_GULM server is run on each lock server node.
•
Number of shared storage devices — 2. Refer to Table C-7 for storage device information.
•
Number of file systems — 2.
•
File system names —
gfs01
and
gfs02
.
•
File system mounting — Each GFS node mounts the two file systems.
•
Cluster name —
alpha
.
Содержание 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: ......