Hi All<br><br>I had configured Mysql process in Linux Ha framework.<br><br>Please find the HA configuration for mysql process.<br><br>primitive Mysql ocf:heartbeat:mysql \<br>        params binary="/usr/bin/mysqld_safe" config="/etc/my.cnf" datadir="/var/lib/mysql" user="mysql" pid="/var/lib/mysql/mysql.pid" socket="/var/lib/mysql/mysql.sock" test_passwd="slavepass" test_table="test.msf_list" test_user="repl" replication_user="repl" replication_passwd="slavepass" \<br>
        op start interval="0" timeout="120s" \<br>        op stop interval="0" timeout="120s" \<br>        op monitor interval="10s" role="Master" timeout="8s" \<br>
        op monitor interval="12s" timeout="8s"<br>primitive MysqlVIP ocf:heartbeat:IPaddr3 \<br>        params ip="192.168.254.217" eth_num="eth0:3" vip_cleanup_file="/var/run/bigha.pid" \<br>
        op start interval="0" timeout="120s" \<br>        op stop interval="0" timeout="60s" \<br>        op monitor interval="30s" \<br>        meta target-role="Started"<br>
ms MS_Mysql Mysql \<br>        meta notify="true" target-role="Started"<br>location L_Master MS_Mysql \<br>        rule $id="L_Master-rule" $role="Master" 100: #uname eq mysql2 \<br>
        rule $id="L_Master-rule1" $role="Master" 100: #uname eq mysql3 <br><br>Here are my scenarios<br><br>1) when i started the Ha process on both the nodes , Mysql process has been sarted <br>2) The Master is pointing to mysql2 node<br>
3) now i stopped the HA process on node mysql2, then Master mysql has been migrated to mysql3<br>4)The data is stored in <b>mysql3</b> node<br>5) Now again i stopped HA process on mysql3 node .<br>6) And started HA process in Mysql2, Now here i found there is data inconsistent at this point of time on both the nodes, where if we update the mysql2 node and start the HA process on mysql3 node , found there is inconsistent of data on both the nodes.<br>
<br>Is there is a way to dynamically change the score values of the mysql process such that when ever both the nodes started the last mysql master will act as a master mysql process.<br><br><br>Looking forward for your help, thank you very much<br>
<br>Regards<br>Rakesh <br>