Hi All, 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.
I am configuring two node cluster and i have configured one resource also. Below is my configuration. root@nagt02a:~# crm configure show node nagt02 node nagt02a primitive icinga lsb:icinga \ op start interval="0" timeout="30s" \ op stop interval="0" timeout="30s" \ op monitor interval="30s" \ meta multiple-active="stop_start" location prefer-nagt02 icinga 10: nagt02 property $id="cib-bootstrap-options" \ dc-version="1.1.5-01e86afaaa6d4a8c4836f68df80ababd6ca3902f" \ cluster-infrastructure="openais" \ expected-quorum-votes="2" \ stonith-enabled="false" \ no-quorum-policy="ignore" 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. 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. root@cgnagt02:~# crm_mon --one-shot ============ Last updated: Fri Dec 23 16:00:19 2011 Stack: openais Current DC: cgnagt02a - partition with quorum Version: 1.1.5-01e86afaaa6d4a8c4836f68df80ababd6ca3902f 2 Nodes configured, 2 expected votes 1 Resources configured. ============ Online: [ cgnagt02 cgnagt02a ] icinga (lsb:icinga): Started cgnagt02 (unmanaged) FAILED Failed actions: icinga_monitor_30000 (node=cgnagt02, call=4, rc=6, status=complete): not configured icinga_stop_0 (node=cgnagt02, call=5, rc=6, status=complete): not configured Can someone help me. Thanks in Advance. Rgds, Aravind M D
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org