Chapter 11. Using GNBD
123
11.1.1.2. Examples
This example is for a GNBD server configured with GNBD multipath. It exports device
/dev/sdc2
as GNBD
gamma
. Cache is disabled by default.
gnbd_export -d /dev/sdc2 -e gamma
This example is for a GNBD server
not
configured with GNBD multipath. It exports device
/dev/sdb2
as GNBD
delta
with cache enabled.
gnbd_export -d /dev/sdb1 -e delta -c
11.1.2. Importing a GNBD on a Client
The
gnbd.o
kernel module must be loaded on a node before it can import GNBDs. When GNBDs
are imported, device nodes are created for them in
/dev/gnbd/
with the name assigned when they
were exported.
11.1.2.1. Usage
gnbd_import -i
Server
Server
Specifies a GNBD server by hostname or IP address from which to import GNBDs. All GNBDs
exported from the server are imported on the client running this command.
11.1.2.2. Example
This example imports all GNBDs from the server named
nodeA
.
gnbd_import -i nodeA
11.2. Considerations for Using GNBD Multipath
GNBD multipath allows you to configure multiple GNBD server nodes (nodes that export GNBDs to
GFS nodes) with redundant paths between the GNBD server nodes and storage devices. The GNBD
server nodes, in turn, present multiple storage paths to GFS nodes via redundant GNBDs. With GNBD
multipath, if a GNBD server node becomes unavailable, another GNBD server node can provide GFS
nodes with access to storage devices.
If you are using GNBD multipath, you need to take the following into consideration:
•
Linux page caching
•
Lock server startup
•
CCS file location
•
Fencing GNBD server nodes
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: ......