[Linux-HA] ipfail fails to run, 'bad request'

Kevin Dwyer kevin at pheared.net
Fri Aug 12 15:23:43 MDT 2005


On Fri, Aug 12, 2005 at 04:18:19PM -0500, Guochun Shi wrote:
> >then a few seconds later:
> >
> >heartbeat[22305]: 2005/08/12_16:48:15 WARN: Exiting /usr/lib/heartbeat/ipfail pr
> >ocess 22526 returned rc 100.
> Not sure about this, can u post the whole log/ha.cf/haresources?

ipfail exits with return code 100 when it wants to tell heartbeat that
it should not be restarted.  The code says this:

	const char *resources = hb->llc_ops->get_resources(hb);
	if (!resources)
		/* Heartbeat is not providing resource management */
	        return -1;

So your guess is right.  No resources are configured so ipfail is giving up.

-kpd


More information about the Linux-HA mailing list