66
Chapter 6. Creating the Cluster Configuration System Files
nodes {
n01 {
ip_interfaces {
hsi0 = "10.0.0.1"
}
fence {
power {
apc1 {
port = 6
switch = 2
}
}
}
}
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
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: ......