<a href="http://www.clusterlabs.org/doc/en-US/Pacemaker/1.0/html/Pacemaker_Explained/s-resource-options.html#id649472">http://www.clusterlabs.org/doc/en-US/Pacemaker/1.0/html/Pacemaker_Explained/s-resource-options.html#id649472</a><br>
<br>Look for migration-threshold.<br><br>Do not use LSB script for apache, instead carefully study all features of OCF one.<br><br><br><div class="gmail_quote">On Sun, May 8, 2011 at 8:45 AM, Sergey V. Arlashin <span dir="ltr"><<a href="mailto:maillist.arlashin@yandex.ru">maillist.arlashin@yandex.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hallo!<br>
I'm a newbie and I've just set up a small cluster wich consists of two nodes with apache and one mutual ip address. I use corosync and pacemaker.<br>
When I kill apache process crm restarts it so that apache continues working, but I want (in case of apache process failure) to make crm move the whole bunch of resources to another node instead.<br>
Is it possible?<br>
<br>
This is my config<br>
<br>
crm(live)configure# show<br>
node centos1 \<br>
        attributes standby="off"<br>
node centos2 \<br>
        attributes standby="off"<br>
primitive mutip1 ocf:heartbeat:IPaddr \<br>
        params ip="192.168.1.200" cidr_netmask="255.255.255.255" nic="eth0" \<br>
        op monitor interval="5s" timeout="20s"<br>
primitive website lsb:httpd \<br>
        op monitor interval="15" timeout="15" start-delay="15" \<br>
        meta target-role="Started"<br>
colocation ipapache inf: mutip1 website<br>
order apache-after-ip inf: mutip1 website<br>
property $id="cib-bootstrap-options" \<br>
        dc-version="1.0.11-1554a83db0d3c3e546cfd3aaff6af1184f79ee87" \<br>
        cluster-infrastructure="openais" \<br>
        expected-quorum-votes="2" \<br>
        no-quorum-policy="ignore" \<br>
        stonith-enabled="false"<br>
<br>
<br>
---<br>
WBR, Sergey<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><br clear="all"><br>-- <br>Serge Dubrouski.<br>