Thanks Pavlos!<br><br>So it confirms what I thought, it's not possible with pacemaker 0.6.<br>That's no good news, as I'm not allowed to install anything in this server that isn't coming from the official CentOS repositories...<br>
<br>Let's say I don't mind whether the resource comes back to it's original node.<br>Imagine, that apache fails on node1, then node2 starts apache. Now imagine that after a few days, apache also fails on node2. In this case, node1 will failover. The thing is that node1 never tries to start Apache. I suppose this is because of the fail-count? Is there a way to circumvent this?<br>
<br><div class="gmail_quote">2010/12/1 Pavlos Parissis <span dir="ltr"><<a href="mailto:pavlos.parissis@gmail.com">pavlos.parissis@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 1 December 2010 14:53, Marc Wilmots <<a href="mailto:desjter@gmail.com">desjter@gmail.com</a>> wrote:<br>
> Hi list,<br>
><br>
> I'm kinda new to Pacemaker and have some questions I hope some of you could<br>
> help me with.<br>
><br>
> First of all, I'm using Heartbeat v2.1.3 with CRM still integrated. If I'm<br>
> correct, that must be version 0.6 of Pacemaker.<br>
> The reason for using this version is because I am not allowed to install any<br>
> applications from source, and version 2.1.3 is the latest version available<br>
> in the CentOS repositories. (Does anyone know why?)<br>
<br>
</div>This is not correct. Heartbeat 3.0.3 and pacemaker 1.0.10 is available<br>
from Clusterlabs.org repository, take a look here<br>
<a href="http://www.clusterlabs.org/rpm/epel-5/i386/?C=M;O=D" target="_blank">http://www.clusterlabs.org/rpm/epel-5/i386/?C=M;O=D</a><br>
You better use heartbeat 3.0.3 and pacemaker 1.0.10, all the<br>
information about the installation are in the wiki pages.<br>
<div class="im">><br>
> My setup is as follows:<br>
><br>
> 2 servers with each 1 Apache httpd to have a Active//Passive high<br>
> availability using a virtual IP (IPaddr2).<br>
><br>
> My problem is the following:<br>
><br>
> When Pacemaker detects the Apache is not available, it stops the Apache<br>
> process and fails over to the backup node. I would like Pacemaker to try to<br>
> start the Apache again after some time and check whether it's working<br>
> correctly again.<br>
</div>Tune the migration-threshold, set it to 3 for instance and it will try<br>
to restart it 2 times on the node before it fails over to another<br>
node.<br>
<div class="im">> If so, then I would like it to move the resources (IP,<br>
> Apache) back to the first node, and leave the backup node as passive again.<br>
</div>then make sure resource-stickiness is very low, lower than any location scores<br>
<div class="im">><br>
> The only way I found is restarting Heartbeat on the first node so it<br>
> actually tries to start Apache again. This is not what I want as it<br>
> requieres manual actions.<br>
><br>
> I've been reading the 0.6 documentation and been searching on Google for<br>
> quite some time now, but I can't find the right solution. People with<br>
> similar problems were being advised to alter failure_timeout,<br>
> cluster_recheck_interval, migration_threshold, etc. but I can't find any<br>
> information about that for version 0.6.<br>
><br>
> That makes me think it's actually not achieve what I need with Pacemaker<br>
> 0.6, is that so?<br>
<br>
</div>Use pacemaker 1.0.10 and you can accomplish what you want, just read<br>
the documentation<br>
><br>
> Thanks a bunch.<br>
><br>
><br>
><br>
> _______________________________________________<br>
> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
><br>
> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> Bugs:<br>
> <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
><br>
><br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</blockquote></div><br>