Here goes:
I’m testing my Cisco Local Director 416 load balancer, and my set up looks like this.
2 Win2k Servers running IIS
Local Director is using Round Robin to balance requests between servers.
My problem is, if I pause the site on Server A. Every other request is still sent to Server A. The Local Director doesn’t realize that the server isn’t accepting new requests.
When I pause the site on Server A, I would like all new requests to be sent to Server B.
As a side note, if Istop the site on Server A – all requests are sent to server B as expected. However, there will be times when I need to pause the site before stopping the site.
Anybody have any ideas to address this issue?
Thanks!