Hi Carlos, You'll have most luck with crm configuration questions on the Pacemaker list (CC'd):
pacemaker@oss.clusterlabs.org I don't actually know anything about the mysql-proxy RA, but you might have a typo. On 03/30/2012 12:52 PM, Carlos xavier wrote: > Hi. > > I have mysql-proxy running on my system and I want to agregate it to the > cluster configuration. > When it is started by the system I got this as result of ps auwwwx: > > root 29644 0.0 0.0 22844 844 ? S 22:37 0:00 > /usr/sbin/mysql-proxy --pid-file /var/run/mysql-proxy.pid --daemon > --proxy-lua-script Note this is --proxy-lua-script (singular) > /usr/share/doc/packages/mysql-proxy/examples/tutorial-basic.lua > --proxy-backend-addresses=10.10.10.5:3306 --proxy-address=172.31.0.192:3306 > > So I created the following configuration at the CRM: > > primitive mysql-proxy ocf:heartbeat:mysql-proxy \ > params binary="/usr/sbin/mysql-proxy" > pidfile="/var/run/mysql-proxy.pid" proxy_backend_addresses="10.10.10.5:3306" > proxy_address="172.31.0.191:3306" parameters="--proxy-lua-scripts > /usr/share/doc/packages/mysql-proxy/examples/tutorial-basic.lua" \ This is --proxy-lua-scripts (plural). I'm guessing maybe that's the problem. HTH, Tim -- Tim Serong Senior Clustering Engineer SUSE tser...@suse.com _______________________________________________ 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