Red Hat GFS 6.0 Administrator's Manual page 80

Hide thumbs Also See for GFS 6.0:
Table of Contents

Advertisement

66
nodes {
n01 {
ip_interfaces {
hsi0 = "10.0.0.1"
}
fence {
power {
apc1 {
}
}
}
}
n02 {
.
.
.
}
}
Example 6-13. Node Defined for APC Fencing, Single Power Supply
nodes {
n01 {
ip_interfaces {
hsi0 = "10.0.0.1"
}
fence {
power {
apc1 { <----------- Fencing device for power supply 1
port = 6
switch = 1
option = "off" <-- Power down power supply 1
}
apc2 { <----------- Fencing device for power supply 2
port = 7
switch = 2
option = "off" <-- Power down power supply 2
}
apc1 { <----------- Fencing device for power supply 1
port = 6
switch = 1
option = "on" <--- Power up power supply 1
}
apc2 { <----------- Fencing device for power supply 2
port = 7
switch = 2
option = "on" <--- Power up power supply 2
}
}
}
}
n02 {
.
.
.
}
}
Example 6-14. Node Defined for APC Fencing, Dual Power Supplies
Chapter 6. Creating the Cluster Configuration System Files
port = 6
switch = 2

Advertisement

Table of Contents
loading

Table of Contents