Hello, I have a problem with /etc/ha.d/resource.d/Ipaddr. When heartbeat tries to bring up the ip address it fails if there is no route the network the ip address is in, or if no other interface on the box are configured within the same network (which I guess in the end is the same as having this ip create a route to that subnet). As implied it works ok if I add an interface in the same subnet first, or if I add a default gw (even if this GW is not accesible with the current routes ifaces configured on the box).
Here is the log: /etc/ha.d/resource.d/IPaddr 1.2.3.4 start No route to 1.2.3.4 2007/06/04_11:52:42 ERROR: /usr/lib/heartbeat/findif -C 1.2.3.4 failed [1]. 2007/06/04_11:52:42 ERROR: IPaddr Generic error ERROR: IPaddr Generic error We see here that findif fails to find the right interface. Is there a way to get around that ? (like specifying the iface somewhere) That wouldn't be a problem if the IPs woudn't be public ones. Public IPs are rare thing, I would like to avoid wasting one just to make findif finding its way. Thanks for your help ! Henri PS : I am runnning 2.0.7 on centos 4 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
