High Availability Setup on Ubuntu trouble
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:
ip1arp (ocf:
apache2 (lsb:apache2): Started ha2 FAILED
Failed actions:
apache2monitor5000 (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.