50
Chapter 6. Creating the Cluster Configuration System Files
fence_devices {
gnbdmp {
agent = "fence_gnbd"
server = "nodea"
server = "nodeb"
option = "multipath" <--
Additional entry
retrys = "5"
<--
Number of retries set to 5
wait_time = "3"
<--
Wait time between retries set to 3
}
}
This example shows a fencing device named
gnbdmp
with two servers:
nodea
and
nodeb
. Because
GNBD Multipath is employed, an additional configuration entry under gnbdmp is needed:
option =
"multipath"
. Also, for GNBD multipath, the example sets the number of retries to 5 with
retrys
= 5
, and sets the wait time between retries to 3 with
wait_time = 3
.
Example 6-8. GNBD Fencing Device Named
gnbdmp
, with GNBD Multipath
fence_devices {
riloe1 {
agent = "fence_rib"
ipaddr = "10.0.4.1"
login = "admin"
passwd = "password"
}
riloe2 {
agent = "fence_rib"
ipaddr = "10.0.4.2"
login = "admin"
passwd = "password"
}
}
In this example, two RILOE fencing devices are defined for two nodes.
Example 6-9. Two HP-RILOE-Card Fencing Device Named
riloe1
and
riloe2
fence_devices {
xcat {
agent = "fence_xcat"
rpower = "/opt/xcat/bin/rpower"
}
}
Example 6-10. xCAT Fencing Device Named
xcat
fence_devices {
egenera {
agent = "fence_egenera"
cserver = "c-blade1"
}
}
Example 6-11. Egenera BladeFrame Fencing Devices Named and
xcat2
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: ......