Hi, On Mon, Jun 07, 2010 at 11:07:05AM +0530, Satish Burnwal (sburnwal) wrote: > Hi All, > > I am little new to Linux HA library and I am having this problem in my > HA setup. Node1 has correct info about node2's hostname but wrong info > about node2's ip address. From node1, I am trying to use 'cl_status > nodestatus node2-hostname' and it returns me the status as 'active' but > when I use 'cl_status nodestatus node2-ip-address', it returns as > 'Error. May be due to incorrect node name'. Heartbeat test from node1 to > node2 is failing as shown in /var/log/messages logs since that is ip > based. I want to know by hostname based 'cl_status nodestatus > <node2-hostname> is giving me as 'active' if at all heartbeat is > actually failing. Any help is appreciated.
You can supply only the node name, not the IP address. The IP address is irrelevant in this case. Thanks, Dejan > > > > Thanks > > -Satish > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
