このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 5 / 昨日: 0
総計: 684
- Dokuwiki.fl8.jp(472)
- 13 CentOS6メール設定(23)
- FreeBSD カーネル再構築(22)
- 34 UnboundでHA構成(20)
最近の更新
このページへのアクセス
今日: 5 / 昨日: 0
総計: 684
# yum install heartbeat
※2系側のIPアドレスと、利用するインタフェース(bond0)を指定
logfile /var/log/ha-log logfacility local0 keepalive 2 deadtime 30 initdead 120 udpport 694 ucast eth1 192.168.10.2 auto_failback off node test1 node test2
※host名と、VIPを指定
test1 IPaddr::192.168.10.10/24/eth1
# vi /etc/ha.d/authkeys auth 2 2 sha1 cluster-1 # chmod 600 /etc/ha.d/authkeys
以下追加
192.168.10.1 test1 192.168.10.2 test2
※1系側のIPアドレスと、利用するインタフェース(eth1)を指定
logfile /var/log/ha-log logfacility local0 keepalive 2 deadtime 30 initdead 120 udpport 694 ucast eth1 192.168.10.1 auto_failback off node test1 node test2
※host名と、VIPを指定
test2 IPaddr::192.168.10.10/24/eth1
# vi /etc/ha.d/authkeys auth 2 2 sha1 cluster-1 # chmod 600 /etc/ha.d/authkeys
以下追加
192.168.10.1 test1 192.168.10.2 test2