On Thu, Jan 15, 2009 at 23:56, alexus <[email protected]> wrote: > Hello, > > Would someone help me try to understand the problem i'm having > I'm using: > > [r...@mail2 ~]# cat /etc/redhat-release > Red Hat Enterprise Linux Server release 5.2 (Tikanga) > [r...@mail2 ~]# uname -a > Linux uftwfmail2 2.6.18-92.el5xen #1 SMP Tue Apr 29 13:45:57 EDT 2008 > i686 i686 i386 GNU/Linux > [r...@mail2 ~]# rpm -q heartbeat > heartbeat-2.1.4-2.1 > [r...@mail2 ~]# > > both of machines have same cib.xml file, yet when I yank ethernet > cable from one of machines mail2 would only start ipaddr resource and > nothing else, yet if I do the other way around it works
First of all, you're creating a split brain condition which is _really_ bad. It means the resources will be active on _both_ machines. The only thing that saved you in this case was that sendmail failed to start: crmd[1411]: 2009/01/15_17:19:30 ERROR: process_lrm_event: LRM operation sendmail_start_0 (7) Timed Out (timeout=20000ms) And this is why the rest of the resources weren't started too - because they all require sendmail to be active. > > I'm attaching logs ha-log and ha-debug at the moment when it happenes > > seems like communication between them works, as ipaddr resource fails > over properly > > -- > http://alexus.org/ > > _______________________________________________ > 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
