Operating System - HP-UX
1834007 Members
1773 Online
110063 Solutions
New Discussion

Re: hp 11.31 clustering - cmviewcl

 
abhijeet11160
New Member

hp 11.31 clustering - cmviewcl

showing message:

 

failed to load from configuration  database

1 REPLY 1
Uday_S_Ankolekar
Honored Contributor

Re: hp 11.31 clustering - cmviewcl

It may be due to host file. Update /etc/hosts with all fixed IPs listed in the cluster binary file and alias them to the simple hostname of the sponsoring node.

 

cmgetconf | grep _IP | grep -v ^#

and

strings /etc/cmcluster/cmclconfig | grep "ip/address/" | egrep -v \'lan|peers|subnet' | cut -d/ -f7- | sort -u

and then update hosts file accordingly

 

Hope this helps

 

-USA

Good Luck..