On Wed, Jul 02, 2008 at 04:42:08PM -0500, [EMAIL PROTECTED] wrote:
> Hello I'm having problems getting resources to run on my nodes.
> To keep things simple I've gone down to one IpAddr2 resource and
> only one node.  Basically I'm getting "resource cannot run
> anywhere errors" on any resource I try.  I've repeatedly tried
> removing and adding the resource, I've tried restarting heartbeat,
> and I've tried reinstalling heartbeat.  None worked.

I can't see in the attached cib.xml what the actual IP address is;
did you redact the whole attribute, or is it really missing?

Having a quick look through the log it seems to be complaining that
the IP address parameter is mandatory, so I'm guessing it really is
missing. So that's definitely a good place to start: put the IP you
want heartbeat to manage in the value attribute:

<nvpair id="ipaddr_routing_ipaddr" name="ip" value="10.22.151.40"/>

This address shouldn't be configured on any of the servers in the
heartbeat cluster -- it'll automatically create an alias for it on
the appropriate network interface. If you have a weird setup, you
may need to specify more parameters than just the IP, but usually
it's pretty good about working out where to put it.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to