Hi,<br><br>Complete Pacemaker newbie here, etc., etc...  Any advice is appreciated.<br><br>I'm trying to get a cluster running with a master/master MySQL replication configuration.  I've been following a combination of the Debian Lenny HowTo and the DRBD MySQL Howto as guides.  <br>
<br>I had the two nodes up and running, but when I rebooted a node, it would no longer connect to the cluster.  A ps aux call shows that corosync is still running, but attempting "crm node online" or even "crm_mon -1" both return the message "Error signing on to the CIB service: connection failed".  Having now restarted both nodes, this is happening on both.  Below is the configuration that I use.<br>
<br>Any suggestions for how to debug this?  or obvious things that I might be doing wrong?<br><br>Thanks.<br><br>-Arthur<br><br>primitive mysql_ip ocf:heartbeat:IPaddr2 \<br>      params ip="10.44.1.120" nic="eth0"<br>
primitive mysqlserver ocf:heartbeat:mysql \<br>      params binary="/usr/bin/mysqld_safe" config="/etc/mysql/my.cnf" datadir="/var/lib/mysql" user="mysql" pid="/var/lib/mysql/mysql.pid" socket="/var/run/mysql/mysql.sock" test_passwd="haha" test_table="ldirectord.connectioncheck" test_user="replicant" \<br>
      op monitor interval="20s" timeout="10s" \<br>      meta migration-threshold="10" target-role="Started"<br>group mysql-resources mysql_ip mysqlserver<br>location prefer-pop mysql-resources \<br>
     rule $id="prefer-pop-rule" 100: #uname eq pop<br>property no-quorum-policy="ignore"<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.0.7-54d7869bfe3691eb723b1d47810e5585d8246b58" \<br>
    cluster-infrastructure="openais" \<br>    stonith-enabled="false" \<br><br>