Appendix B. Basic GFS Examples
157
Note
The lock server node,
lcksrv
, was specified in the
cluster.ccs
file earlier.
9. Create the GFS file systems.
Create the first file system on
pool_gfs01
and the second on
pool_gfs02
. The names of the
two file systems are
gfs01
and
gfs02
, respectively, as shown in the example:
n01#
gfs_mkfs -p lock_gulm -t alpha:gfs01 -j 3 /dev/pool/pool_gfs01
Device: /dev/pool/pool_gfs01
Blocksize: 4096
Filesystem Size:1963216
Journals: 3
Resource Groups:30
Locking Protocol:lock_gulm
Lock Table: alpha:gfs01
Syncing...
All Done
n01#
gfs_mkfs -p lock_gulm -t alpha:gfs02 -j 3 /dev/pool/pool_gfs02
Device: /dev/pool/pool_gfs02
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
B.5. LOCK_GULM, SLM External, and GNBD
This example configures a cluster with three GFS nodes and two GFS file systems. It will require three
nodes for the GFS cluster, one node to run a LOCK_GULM server, and another node for a GNBD
server. (A total of five nodes are required in this example.)
This section provides the following information about the example:
•
Section B.5.1
Key Characteristics
•
Section B.5.2
Prerequisites
•
Section B.5.3
Setup Process
Содержание GFS 5.2.1 -
Страница 1: ...Red Hat GFS 5 2 1 Administrator s Guide...
Страница 8: ......
Страница 14: ...vi Introduction...
Страница 24: ...10 Chapter 1 GFS Overview...
Страница 36: ...22 Chapter 4 Initial Configuration...
Страница 84: ...70 Chapter 6 Creating the Cluster Configuration System Files...
Страница 96: ...82 Chapter 8 Using Clustering and Locking Systems...
Страница 126: ...112 Chapter 10 Using the Fencing System...
Страница 132: ...118 Chapter 11 Using GNBD...
Страница 144: ...130 Appendix A Upgrading GFS...
Страница 184: ...170 Appendix B Basic GFS Examples...
Страница 190: ......
Страница 192: ...178...