Hi, On Sat, Jan 22, 2011 at 12:36:34AM +0100, Lars Ellenberg wrote: > On Fri, Jan 21, 2011 at 03:20:16PM +0200, Julian Gordon wrote: > > > > I am running a two node system, both running Ubuntu 10.4 with Heartbeat > > 3.0.2. The system starts fine. But when I check the status: > > > > > > root@server1:~# crm status > > ============ > > Last updated: Fri Jan 21 15:15:59 2011 > > Stack: Heartbeat > > Current DC: julian-gordon-20 (683483f3-0538-4d1f-852d-3011d6db2087) - > > partition with quorum > > Version: 1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd > > 3 Nodes configured, 2 expected votes > > 0 Resources configured. > > ============ > > > > Node julian-gordon-13: UNCLEAN (offline) > > Online: [ julian-gordon-13 julian-gordon-20 ] > > > > This is the primary node: julian-gordon-13... > > > > My question is why does it appear both UNCLEAN (offline) and Online? > > cibadmin -Q -o nodes > > > How do I fix that? > > My guess is: delete the zombie... > from the cib: cibadmin -D -X ...
This should take care of all the details: # crm node delete ... If it doesn't, let us know. Thanks, Dejan > possibly from the heartbeat hostcache > > > BTW - I am not an egotist and name all my computers after myself. It is > > the name the institution gives to us when requesting ip's. > > ;-) > > -- > : Lars Ellenberg > : LINBIT | Your Way to High Availability > : DRBD/HA support and consulting http://www.linbit.com > > DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. > _______________________________________________ > 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
