On 10/9/07, Sripathi, Roopa (Roopa) <[EMAIL PROTECTED]> wrote: > Resending with correct subject... > > Thanks, > Roopa Sripathi > > > -----Original Message----- > From: Sripathi, Roopa (Roopa) > Sent: Tuesday, October 09, 2007 2:00 PM > To: '[email protected]' > Subject: RE: Linux-HA Digest, Vol 47, Issue 35 > > Hi, > > I see two uuids in cib.xml for the same node. > > And heartbeat is treating them as 3 nodes, as seen in ptest. > > How did heartbeat end up in this situation and how to avoid this.
did you re-install the node or remove the hb_uuid file? those are the two usual causes. to rectify the situation, shutdown heartbeat everywhere and remove the /var/lib/heartbeat/hostcache file in the future, you can either save the contents of that file or repopulate it with crm_uuid before starting heartbeat on the new machine (look in /var/lib/heartbeat/hostcache on the old machine to find the expected uuid) > ptest[6836]: 2007/09/30_12:53:22 debug: native_assign_node: Color > IPaddr_cluster, Node[0] roopa2: 0 > ptest[6836]: 2007/09/30_12:53:22 debug: native_assign_node: Color > IPaddr_cluster, Node[1] roopa1: 0 > ptest[6836]: 2007/09/30_12:53:22 debug: native_assign_node: Color > IPaddr_cluster, Node[2] roopa1: 0 > ptest[6836]: 2007/09/30_12:53:22 debug: native_assign_node: Assigning > roopa2 to IPaddr_cluster > > > > Part of cib.xml is below >>>>>>>>>>>>>> > > <nodes> > <node id="9bb16fe3-bc24-4e85-9abf-865605cb37fc" uname="roopa2" > type="normal"/> > <node id="30f7e2e3-a704-403b-a9f9-9b8c62740271" uname="roopa1" > type="normal"/> > <node id="993fed4a-cf1c-4a45-b561-2668b7baff05" uname="roopa1" > type="normal"/> > </nodes> > > > > Thanks, > > > Roopa Sripathi > _______________________________________________ > 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
