Forum Discussion

AnuragMishra_13's avatar
AnuragMishra_13
Icon for Nimbostratus rankNimbostratus
Feb 17, 2014

Load balancing not working

I have 2 Real servers and I am using default source address persistence. As one my real server goes down, the connection does not move to other load balancer. Where could b the issue?

 

3 Replies

  • If you have an active session then LTM will try to send the traffic to the previous server, as per persistence. When the backend server goes down then the LTM will reset the connection.

     

    However, you can change this behaviour with the pool setting "Action on Service Down" - change this to Reselect and it will try to send the connection to a new node once the previous one goes down.