We're running 4 webservers through NLB, however every once in a while a single IIS dies on us (not the Windows, it still works, it's just the IIS returns 503 Service unavailable)

Is it somehow possible to setup NLB to detect this, and stop sending traffic to that particular server ?

Furthermore it'd be preferable if it could notify someone when this happens.

link|improve this question

60% accept rate
feedback

1 Answer

No, NLB cannot do this. But, you can write a script that verifies that IIS is working, and if it is not, send a msg to NLB to unload that node from the cluster.

link|improve this answer
Do you happen to have a link to some documentation for sending a message to NLB ? – Steffen Aug 5 '10 at 8:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.