Operating System - HP-UX
1831420 Members
3173 Online
110025 Solutions
New Discussion

serviceguard - problem with local loopback interface

 

serviceguard - problem with local loopback interface

I getting this error msg

cmclconfd[9497]: Local loopback interface on hquxvp01. Incorrect hostname hquxvp01.dart.org specified by client

can someone tell me whats going on..
4 REPLIES 4
Paul Wasik
Frequent Advisor

Re: serviceguard - problem with local loopback interface

hi, I would need to troubleshoot more. the cmcheckconf and cmquerycl commands should be helpfull to see if the 'cluster networking' is fine. should you have a loopback issue (specific to server), you need to check server's networking; /etc/hosts, /etc/rc.config.d/netconf, and ....

some examples:

cmquerycl -v -f line -w local -l net -n herself -n himself

cmcheckconf -v -C /etc/cmcluster/themselves/themsleves.conf
Matti_Kurkela
Honored Contributor

Re: serviceguard - problem with local loopback interface

Please run "grep -i localhost /etc/hosts" and post the output.

MK
MK

Re: serviceguard - problem with local loopback interface

Do you have hostname and hostname.domainname for your own IP in /etc/hosts ?
Stephen Doud
Honored Contributor

Re: serviceguard - problem with local loopback interface

I have seen this message before.
First, verify that the following line is in /etc/hosts:
127.0.0.1 localhost loopback

If this is good, insure that you do NOT assign multiple domain for a single IP in /etc/hosts.
Test this by removing the secondary domain for each/every IP assigned to a NIC on each node, from /etc/hosts on all nodes in the cluster, and run the Serviceguard command.