Hi, On Fri, Jan 22, 2010 at 02:05:23PM -0800, fpineda wrote: > > Hi, everibody! > > I have some problems with my Heartbeat: I have configurated a cluster with > heartbeat-1.2.5_6, The array works fine but sometimes the secondary node > presents some problems that I have not identified. For example: at specific > time, the secondary node detects to the primary node like dead, initiates > the execution of STONITH but it fails when trying to reset the primary node. > After this, the local service restart and automatically the process of mysql > server finishes. I think this problem is for network communication, in > particular in the cron configuration I found the execution of peridic daily > maintenance at the same time and within this is a process is executed that > reviews the network interfaces. Periodic daily was commented and it is not > executed, nevertheless today happen the same: the secondary node detect to > primary node like dead, it executes STONITH without success and restart > local heartbeat and kiil mysql sever. That it can be happening? What is > wrong? > > Thanks in advance! > > Here is my ha.cf configuration: > > #watchdog /usr/sbin/watchdog > bcast le1 > keepalive 3 > warntime 45 > deadtime 120 > initdead 300 > auto_failback off > udpport 694 > debug 0 > node mynodend1.mysite.net > node mynodend2.mysite.net > respawn hacluster /usr/local/lib/heartbeat/ipfail > stonith external /usr/local/etc/ha.d/st_shutdown_rest.cfg
There is no "external" stonith plugin. Thanks, Dejan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
