Chapter 3. Installing System Software
17
Note
The GFS kernel modules need to be loaded every time a GFS node is started. It is recommended
that you use a startup script to automate loading the GFS kernel modules.
Note
The procedures in this section are for a GFS configuration that uses LOCK_GULM. If you are using
LOCK_NOLOCK, refer to Appendix B
Basic GFS Examples
for information about which GFS kernel
modules you should load.
Note
When loading the GFS kernel modules you may see warning messages indicating missing or non-
GPL licenses. The messages are not related to the GFS license and can be ignored.
To load the GFS kernel modules, follow the steps in Table 3-3. The steps in Table 3-3 use
modprobe
commands to load the GFS kernel modules; all dependent modules will be loaded automatically.
Alternatively, you can load the GFS kernel modules by following the steps in Table 3-4 . The steps in
Table 3-4 use
insmod
commands to load the GFS kernel modules.
Step
Command
Description
1.
depmod -a
Run this only once after RPMs are installed.
2.
modprobe pool
Loads
pool.o
and dependent files.
3.
modprobe lock_gulm
Loads
lock_gulm.o
and dependent files.
4.
modprobe gfs
Loads
gfs.o
and dependent files.
5.
lsmod
Verifies that all GFS kernel modules are loaded. This
shows a listing of currently loaded modules. It
should display all the modules loaded in the previous
steps and other system kernel modules.
Table 3-3. Loading GFS Kernel Modules
Step
Command
Description
1.
insmod ccs
Loads the
ccs.o
module.
2.
insmod pool
Loads the
pool.o
module.
3.
insmod lock_harness
Loads the
lock_harness.o
module.
Summary of Contents for GFS 5.2.1 -
Page 1: ...Red Hat GFS 5 2 1 Administrator s Guide...
Page 8: ......
Page 14: ...vi Introduction...
Page 24: ...10 Chapter 1 GFS Overview...
Page 36: ...22 Chapter 4 Initial Configuration...
Page 84: ...70 Chapter 6 Creating the Cluster Configuration System Files...
Page 96: ...82 Chapter 8 Using Clustering and Locking Systems...
Page 126: ...112 Chapter 10 Using the Fencing System...
Page 132: ...118 Chapter 11 Using GNBD...
Page 144: ...130 Appendix A Upgrading GFS...
Page 184: ...170 Appendix B Basic GFS Examples...
Page 190: ......
Page 192: ...178...