<body style="font-family:Arial;font-size:14px">Hi All,<br />
<br />
I am facing some problem wth corosync and pacemaker implementation. I have configured cluster on Debian squeeze, the package for corosync and pacemaker is installed from backports.<br />
<br />
I am configuring two node cluster and i have configured one resource also. Below is my configuration.<br />
<br />
root@nagt02a:~# crm configure show<br />
node nagt02<br />
node nagt02a<br />
primitive icinga lsb:icinga \<br />
        op start interval="0" timeout="30s" \<br />
        op stop interval="0" timeout="30s" \<br />
        op monitor interval="30s" \<br />
        meta multiple-active="stop_start"<br />
location prefer-nagt02 icinga 10: nagt02<br />
property $id="cib-bootstrap-options" \<br />
        dc-version="1.1.5-01e86afaaa6d4a8c4836f68df80ababd6ca3902f" \<br />
        cluster-infrastructure="openais" \<br />
        expected-quorum-votes="2" \<br />
        stonith-enabled="false" \<br />
        no-quorum-policy="ignore"<br />
<br />
Problem 1: When the service is active on nagt02 and if i manually start the service on cgnagt02a the service is not disabling on nagt02a.<br />
<br />
Problem 2: For checking I have stopped the service on nagt02 and made some changes on configuration files so service wont start again on nagt02. What i am testing is when node comes from a failover and service was not able to start on nagt02 it should start on nagt02a. But i am getting the below error.<br />
<br />
root@cgnagt02:~# crm_mon --one-shot<br />
============<br />
Last updated: Fri Dec 23 16:00:19 2011<br />
Stack: openais<br />
Current DC: cgnagt02a - partition with quorum<br />
Version: 1.1.5-01e86afaaa6d4a8c4836f68df80ababd6ca3902f<br />
2 Nodes configured, 2 expected votes<br />
1 Resources configured.<br />
============<br />
<br />
Online: [ cgnagt02 cgnagt02a ]<br />
<br />
 icinga (lsb:icinga):   Started cgnagt02 (unmanaged) FAILED<br />
<br />
Failed actions:<br />
    icinga_monitor_30000 (node=cgnagt02, call=4, rc=6, status=complete): not configured<br />
    icinga_stop_0 (node=cgnagt02, call=5, rc=6, status=complete): not configured<br />
<br />
Can someone help me.<br />
<br />
Thanks in Advance.<br />
<br />
Rgds,<br />
<br />
Aravind M D<br />
<br />
<br />
<br />
<br />
</body>