I don't think it's a good idea to put location on clone. The clone is designed to run equally on every node. Please remove these and see that helps.<br><br>location LDAP-IP-placement-2 LDAP-IP 50: genome-ldap2<br>
location LDAP-placement-1 LDAP-clone 100: genome-ldap1<br>
location LDAP-placement-2 LDAP-clone 100: genome-ldap2<br>
colocation LDAP-with-IP inf: LDAP-IP LDAP-clone<br><br>hj<br><br><div class="gmail_quote">On Mon, Mar 8, 2010 at 1:34 PM, Erich Weiler <span dir="ltr"><<a href="mailto:weiler@soe.ucsc.edu">weiler@soe.ucsc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All,<br>
<br>
I have a (hopefully) simple problem that I need to fix, but I feel like I'm missing a key concept here that is causing problems.  I have 2 nodes, genome-ldap1 and genome-ldap2.  Using latest corosync, pacemaker and openais from the epel and clusterlabs repos, CentOS 5.4.<br>

<br>
Both nodes are running OpenLDAP daemons, genome-ldap1 is the primary and genome-ldap2 is the replication slave.  Both services are simple LSB services, and I want them both active all the time.  Here's my CRM config:<br>

<br>
node genome-ldap1<br>
node genome-ldap2<br>
primitive LDAP lsb:ldap \<br>
        op monitor interval="10s" timeout="15s" \<br>
        meta target-role="Started"<br>
primitive LDAP-IP ocf:heartbeat:IPaddr2 \<br>
        params ip="10.1.1.83" nic="eth0" cidr_netmask="16" \<br>
        op monitor interval="30s" timeout="20s" \<br>
        meta target-role="Started"<br>
clone LDAP-clone LDAP \<br>
        meta clone-max="2" clone-node-max="1" globally-unique="false"<br>
location LDAP-IP-placement-1 LDAP-IP 100: genome-ldap1<br>
location LDAP-IP-placement-2 LDAP-IP 50: genome-ldap2<br>
location LDAP-placement-1 LDAP-clone 100: genome-ldap1<br>
location LDAP-placement-2 LDAP-clone 100: genome-ldap2<br>
colocation LDAP-with-IP inf: LDAP-IP LDAP-clone<br>
order LDAP-after-IP inf: LDAP-IP LDAP-clone<br>
property $id="cib-bootstrap-options" \<br>
        dc-version="1.0.7-d3fa20fc76c7947d6de66db7e52526dc6bd7d782" \<br>
        cluster-infrastructure="openais" \<br>
        expected-quorum-votes="2" \<br>
        stonith-enabled="false" \<br>
        symmetric-cluster="false" \<br>
        no-quorum-policy="ignore" \<br>
        last-lrm-refresh="1268024522"<br>
<br>
</blockquote></div>