<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
    * I disconnect primary node from the ethernet<br>
<blockquote cite="mid:46FB9402.4030000@arx.gr" type="cite">
  <blockquote type="cite">    * secondary ----&gt; primary  (ok)
    <br>
    <br>
  </blockquote>
If you only disconnected the ethernet interface and this happened,
apparently your serial heartbeat is not working.
  <br>
Because if it was, heartbeat would understand that this is a
communications channel failure, not node failure so it should not
migrate resources
  <br>
</blockquote>
<br>
Mhh.....but in my configuration I use "ipfail" because I want the
ethernet interface up for my system, so I think that the heartbeat
behavior is correct...or no??<br>
<br>
<br>
My ha.cf:<br>
<br>
<i>logfile /var/log/ha-log<br>
logfacility     local0<br>
keepalive 2<br>
deadtime 30<br>
warntime 7<br>
initdead 120<br>
serial /dev/ttyS0<br>
baud 19200<br>
udpport 694<br>
bcast   eth0<br>
auto_failback off<br>
node OV-HA1<br>
node OV-HA2<br>
ping 192.168.0.254<br>
respawn hacluster /usr/lib/heartbeat/ipfail<br>
apiauth ipfail gid=haclient uid=hacluster<br>
deadping 15</i><br>
<br>
Thanks,<br>
Matteo<br>
<br>
</body>
</html>