166
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
12. 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.6. LOCK_NOLOCK
This example sets up a single node mounting two GFS file systems. Only a single node is required
because the file system will not be mounted in cluster mode.
This section provides the following information about the example:
•
Section C.6.1
Key Characteristics
•
Section C.6.2
Kernel Modules Loaded
•
Section C.6.3
Setup Process
C.6.1. Key Characteristics
This example configuration has the following key characteristics:
•
Number of GFS nodes — 1. Refer to Table C-20 for node information.
•
Locking protocol — LOCK_NOLOCK.
•
Number of shared storage devices — 1. One direct-attached storage device is used. Refer to
Table C-21for storage device information.
•
Number of file systems — 2.
•
File system names —
gfs01
and
gfs02
.
•
File system mounting — The GFS node mounts the two file systems.
Host Name
IP Address
n01
10.0.1.1
Table C-20. GFS Node Information
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: ......