[lvs-users] One realserver must connect to services to other realservers (routing problem).

2011-08-25 Thread Markus Hofer
Hey guys, i have a question about the connection of one (or in future more) realserver to services to other realserver. The problem is that when i would connect from one realserver (A) to a other servive on a other realserver (B) the connection go to the LVS-Box (in my case keepalived loadbala

[lvs-users] MySQL Cluster Balancing

2011-08-25 Thread Alejandro Bednarik
Hi Guys, Anyone here using lvs + heartbeat + ldirectod with the option to test mysql server using a simple query ? Just test in a QA enviroment and worker great but when i tried the same configuration in a Production environment results where bad.. Here the configuration used virtual=10.0.0.1:3

Re: [lvs-users] MySQL Cluster Balancing

2011-08-25 Thread Darren.Mansell
That looks fine. This is mine from a production cluster: virtual=10.167.20.100:3306 fallback=10.167.20.20:3306 real=10.167.20.10:3306 gate 1000 service=mysql login="servicecheck" passwd="password" database="ldirectord" request="SELECT * from

Re: [lvs-users] MySQL Cluster Balancing

2011-08-25 Thread Alejandro Bednarik
Already Test Ldirectord in Debug Mode al modulesa are installed an dldirectord shows server up and running. When there is no traffic all servers are up, but when i start sending traffic, in this case is like 3000 k queries per second in a cluster with 10 DBs servers are mark as down and up all the

Re: [lvs-users] MySQL Cluster Balancing

2011-08-25 Thread Graeme Fowler
Alejandro Bednarik wrote: >Already Test Ldirectord in Debug Mode al modulesa are installed an >dldirectord shows server up and running. When there is no traffic all >servers are up, but when i start sending traffic, in this case is like >3000 >k queries per second in a cluster with 10 DBs server