- 论坛徽章:
- 0
|
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.
GOOD LUCK |
|