[linux-ha] problem when starting an IP address

Fbelliar Francois.Belliard at elios-informatique.fr
Tue Oct 10 07:45:36 MDT 2006


Hello,

I installed Heartbeat 2.0.7 on 2 FreeBSD 6.1 servers. Since then , I have some problems to start correctly heartbeat.
When I configure an "IPaddr" resource, the interface never comes up.
The following start message are :

  # ./heartbeat.sh start
  Starting High-Availability services:
  2006/10/10_15:20:57 INFO: IPaddr Resource is stopped
  Done.

I configured a "test" resource which just logs a message in a logfile. This resource starts correctly and can be taken over by the secondary or vice-versa.
By putting some message in scripts, I could see that an "IPaddr status" is processed, but the interface is not started.
It looks like there is a bug in "IPaddr" management or maybe my configuration below is wrong :

ha.cf :
-----
  logfile /var/log/ha-log         #Log file
  debugfile /var/log/ha-debug     #Debug file
  #use_logd yes
  keepalive 2                     #How long between heartbeats?
  deadtime 5                      #How long-to-declare-host-dead?
  udpport 694                     #Port UDP
  bcast rl0                       #What interfaces to broadcast heartbeats over?
  auto_failback off               #Does primary take over after recovery ?
  node synope.elios-informatique.fr
  node elara.elios-informatique.fr
  #crm yes

haresources :
-----------
  #synope.elios-informatique.fr test
  synope.elios-informatique.fr 192.168.8.8 test

Any help welcome,

Francois




More information about the Linux-HA mailing list