Hi, On Fri, Oct 23, 2009 at 07:42:05PM +0800, Joe P.H. Chiang wrote: > I have some trouble setting this up. > > I have 3 Nodes > LB1 : listen to 10.10.10.1 > LB2 : listen to 10.10.10.2 > LB3 : backup node for lb1 & lb2 > > > Setup1 > if LB1 goes DOWN.. LB3(backup node) goes UP then, if LB3(backup node) DOWN > then LB2 will host (LB1+LB2) eth0:0 = 10.10.10.1 + eth0:1= 10.10.10.2
Not sure what do you mean with goes up/down. > same goes for LB2 > > Setup2 > if LB2 DOWN.. LB3(backup node) goes UP then, if LB3(backup node) DOWN then > LB1 will host (LB1+LB2) eth0:0 = 10.10.10.2 + eth0:1= 10.10.10.1 > > Problem: Setup1 > when LB1 goes DOWN then LB3 and LB2 will BOTH host the IP of LB1. > or > when LB2 goes DOWN then LB1 and LB3 will BOTH host the IP of LB2 You mean one non-cloned resource runs on two nodes? That shouldn't happen. It can happen on split-brain and quorum ignored. > hmm is there any reason why? > > kinda hard to explain this.. Kinda hard to help without logs and configuration. Thanks, Dejan > _______________________________________________ > 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
