- 论坛徽章:
- 0
|
二:保证两台电脑以下文件必须相同
/etc/hosts
/etc/host.conf
/etc/resolv.conf
#vi /etc/hosts
node1的hosts内容如下:
ip地址 域名 机器名
192.168.0.65 node1.example.com node1
10.0.0.3 node1
192.168.0.66 node2.example.com node2
10.0.0.4 node2
(保证机器名和参数uname -n输出一致)
#vi /etc/host.conf
order hosts,bind
#vi /etc/resolv.conf
nameserver 202.96.209.133(DNS地址如果为空可以根据当地dns输入)
+++++++++++++
可以参考:
http://www.linuxdiyf.com/viewarticle.php?id=85157
++++++++++++++++
配置文件一定要一致, 如: ha.cf authkeys, haresources.cf ( 如果使用 R2 功能, cib.xml 必须一致. ) |
|