Forum Discussion

Vivek_Padale_16's avatar
Vivek_Padale_16
Icon for Nimbostratus rankNimbostratus
Aug 12, 2014

pool load balancing method.

Hello, In my scenario there are 2 nodes(A & B) in pool with load balancing method round robbin. I had disabled the application on server A but stil the traffic is not going to server B instead it is still going to server A.

 

So for this which load balancing method i should select.

 

Thank you.

 

5 Replies

  • You need to have a suitable monitor applied to your pool so that when you disable the application on 1 pool member, LTM marks the pool member down. Start with tcp, but in general the more specific you can make the check to your protocol the better ie. HTTP monitor for http traffic.

     

  • So when you disable the application on server A, is it being marked down?

     

    If not, you need to adjust the check so that when you disable the application, the monitor picks it up.

     

  • Hello,

     

    I applied http monitor with the application url in send string in it.....n then it is showing down.

     

    Thank you

     

  • Do you have "Action on service down: none" set? If so, requests on keepalive connections may continue to go to the server that is down, even after it is marked down. To change this behaviour, you should change that setting to "reselect".