このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 03 Zed editor 設定 [Windowsでビルド]
- 09 ↷ 50_dialy:2025:09:09 から 50_dialy:2025:09:08 へページを名称変更しました。
- 06 ↷ 50_dialy:2025:06 から 50_dialy:2025:09:06 へページを移動しました。
最近の更新
# 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