在/etc/cmcluster/pkghlrdb/pkghlrdb.sh.log中看到有can not find 129.0.24.138和can not find 129.0.0.0的记录,网络连接正常。
请指点,不胜感激!!作者: hetorry 时间: 2006-06-14 09:27
浮动ip是在.cntl里面配置的吧,.conf配置的是网段.作者: iamu 时间: 2006-06-14 10:08
Check your /etc/cmcluster/pkghlrdb/pkghlrdb.conf, make sure this line is there:
SUBNET 129.0.0.0
in your /etc/cmcluster/pkghlrdb/pkghlrdb.sh ( I think you mean HP called /etc/cmcluster/pkghlrdb/pkghlrdb.cntl), better use:
IP[0]="129.0.24.138"
SUBNET[0]="129.0.0.0"
You'd better halt your pakage, before you modify these two files.
If you need to modify .conf file, make sure you use:
cmcheckconf -v -P /etc/cmcluster/pkghlrdb/pkghlrdb.conf
and
cmapplyconf -v -P /etc/cmcluster/pkghlrdb/pkghlrdb.conf
/etc/cmcluster/pkghlrdb/pkghlrdb.sh needs to be copy to all of your nodes.
I am assuming that you are using class B IP, netmask is 255.255.0.0 which you need to check.
129.0.24 are public IPs. I can not find out who these IPs belong to from ARIN.
Besides, make sure your routing table is correct in your servers, and double check your switch to server conncetions.