High Availability Setup on Ubuntu trouble

I followed the guide at http://library.linode.com/linux-ha/ip-f … untu-10.04">http://library.linode.com/linux-ha/ip-failover-heartbeat-pacemaker-ubuntu-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:

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.

2 Replies

Ive had the same problem described above. If anyone can offer advice or help that would be appreciated.

has any one else had this problem - still trying to resolve this issue as i would like to complete this setup with my linodes.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct