Red Hat GFS 6.0 Administrator's Manual page 64

Hide thumbs Also See for GFS 6.0:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents