I followed the guide at
http://library.linode.com/linux-ha/ip-f ... untu-10.04 and everything was fine until I got to the last step.
When issuing the command to move resources (from ha1):
crm resource move WebServices ha2
This worked the first time, and I moved the resources back with (from ha1):
crm resource move WebServices ha1
I later restarted the linodes and moved my sites to them and tested the resource move again from ha1 and continue to get the following errors in crm_mon:
ip1 (ocf::heartbeat:IPaddr2): Started ha2
ip1arp (ocf::heartbeat:SendArp): Started ha2
apache2 (lsb:apache2): Started ha2 FAILED
Failed actions:
apache2_monitor_5000 (node=ha2, call=306, rc=7, status=complete): not runnin
g
It appears that apache is not able to be started, but I am able to start it manually on ha2. Has anyone run into a similar problem, and how did you fix it? Thanks!
*** EDIT: Narrowed it down to apache2 not being able to be started by heartbeat. If I manually start apache2 before moving resources, it works. Still not sure where to go here though.