how can we configure unequal load balance between two servers
Sudqi_Imam
Member ✭
in System
We have two servers, we need to do upgrade for them, in order to decrease the users that will disconnect we need to do unequal load balance between them, anybody can advice how to do this kind of configuration
thanks
0
Comments
If you assign a weight to the real server and then change the service-group method to weighted-rr, this will accomplish your goals. Note that the default service-group method will not factor the slb server weight in the load balancing decision, so the method will need to be changed in all service-groups where unequal load balancing is desired.
The above configuration should give server1 10x more connections than server2.
thank you so much, we will try to apply this solution, on another hand, is there a need to disable the health check, if yes then why?
and is there a need to define the connection number? please check below:
I would not recommend disabling the health check unless you want the A10 to "blindly" send traffic to the slb server. The health check directly under the SLB server defaults to ping, and the health check under the TCP port will default to a 3-way handshake.
Connection limit is optional, but it can be useful to prevent overloading the slb server.
Hope that helps!
thank you so much