Red Hat GFS 6.0 Administrator's Manual page 87

Hide thumbs Also See for GFS 6.0:
Table of Contents

Advertisement

Chapter 6. Creating the Cluster Configuration System Files
nodes {
n01 {
ip_interfaces {
hsi0 = "10.0.0.1"
}
fence {
power { <------------- APC MasterSwitch fencing device
apc1 {
port = 6
switch = 2
}
}
}
n02 {
.
.
.
}
}
Example 6-25. GNBD Server Node Defined for APC Fencing, Single Power Supply
nodes {
n01 {
ip_interfaces {
wizzy = "10.0.0.1"
}
usedev = "wizzy"
fence {
.
.
.
}
}
n02 {
.
.
.
}
}
Example 6-26. Optional
<-- Must be an IP address; not a name
<-- Optional parameter usedev set to "wizzy"
Parameter
usedev
73

Advertisement

Table of Contents
loading

Table of Contents