Chapter 6. Creating the Cluster Configuration System Files
73
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" <--
Must be an IP address; not a name
}
usedev = "wizzy" <--
Optional parameter usedev set to "wizzy"
fence {
.
.
.
}
}
n02 {
.
.
.
}
}
Example 6-26. Optional
usedev
Parameter
Содержание GFS 6.0 -
Страница 1: ...Red Hat GFS 6 0 Administrator s Guide...
Страница 8: ......
Страница 88: ...74 Chapter 6 Creating the Cluster Configuration System Files...
Страница 98: ...84 Chapter 7 Using the Cluster Configuration System...
Страница 102: ...88 Chapter 8 Using Clustering and Locking Systems...
Страница 128: ...114 Chapter 9 Managing GFS...
Страница 134: ...120 Chapter 10 Using the Fencing System...
Страница 144: ...130 Chapter 12 Using GFS init d Scripts...
Страница 148: ...134 Appendix A Using Red Hat GFS with Red Hat Cluster Suite...
Страница 184: ...170 Appendix C Basic GFS Examples...
Страница 190: ......