Chapter 5: Configuring Equalizer Operation
102
Equalizer Installation and Administration Guide
# cp /var/eq/eq.conf /tmp
3. Edit the file
/tmp/eq.conf
:
# ee /tmp/eq.conf
[The
vi
editor may also be used.]
4. Remove the
interface
stanza from the file -- that is, remove all the text between the
interface
keyword at
the top of the file and the curly brace that ends the interface stanza. An example
interface
stanza is shown
below, in
bold
, with some detail removed (
...
). This section can be quite long, since it contains the VLAN
configuration for both failover peers:
interface {
if_flags = !disable;
sibling eq140 {
switch sw01 {
...
}
intaddr = "192.168.0.140";
extaddr = "172.16.0.140";
sysid = "00:30:48:66:a9:66";
fingerprint = "E99041C0FD010BA6084E8C01042EC7563270A83DAC10008C";
flags = preferred_primary;
}
sibling eq_172.16.0.230 {
switch sw01 {
...
}
intaddr = "192.168.0.230";
extaddr = "172.16.0.230";
sysid = "00:30:48:d3:ee:b6";
fingerprint = "2698C0ED8E67FB2C3C48E489C88185F534EAF7B7AC1000E6";
flags = !preferred_primary;
}
}
(remove everything above this line)
sequence = 283;
strikeout_threshold = 3;
sticky_netmask = "255.255.255.255";
...
5. Save your changes to the file.
6. Enter the following two commands:
# cp /tmp/eq.conf /var/eq/eq.conf
# shadow /var/eq/eq.conf
7. Reboot Equalizer:
# shutdown -r now
After Equalizer comes back up, you can re-create your failover configuration.
Содержание E350GX
Страница 18: ...Chapter Preface 18 Equalizer Installation and Administration Guide ...
Страница 38: ...Chapter 1 Equalizer Overview 38 Equalizer Installation and Administration Guide ...
Страница 50: ...Chapter 2 Installing and Configuring Equalizer Hardware 50 Equalizer Installation and Administration Guide ...
Страница 62: ...Chapter 3 Using the Administration Interface 62 Equalizer Installation and Administration Guide ...
Страница 80: ...Chapter 4 Equalizer Network Configuration 80 Equalizer Installation and Administration Guide ...
Страница 110: ...Chapter 5 Configuring Equalizer Operation 110 Equalizer Installation and Administration Guide ...
Страница 208: ...Chapter 7 Monitoring Equalizer Operation 208 Equalizer Installation and Administration Guide ...
Страница 240: ...Chapter 8 Using Match Rules 238 Equalizer Installation and Administration Guide ...
Страница 258: ...Chapter 9 Administering GeoClusters 254 Equalizer Installation and Administration Guide Envoy Configuration Worksheet ...
Страница 262: ...Appendix A Server Agent Probes 258 Equalizer Installation and Administration Guide ...
Страница 274: ...Appendix B Timeout Configuration 270 Equalizer Installation and Administration Guide ...
Страница 280: ...Appendix D Regular Expression Format 276 Equalizer Installation and Administration Guide ...
Страница 296: ...Appendix E Using Certificates in HTTPS Clusters 292 Equalizer Installation and Administration Guide ...
Страница 310: ...Appendix F Equalizer VLB 306 Equalizer Installation and Administration Guide ...
Страница 318: ...Appendix G Troubleshooting 314 Equalizer Installation and Administration Guide ...