Hi,
I need some expert advise on how to perfrom probing in load balance environment. This is my first post here... very little router experience.
Basically, I want to load balance two Windows Sharepoint intranet web servers. The two servers are identical. The IIS on each server hosts four web applicatons. I have added a probe file to the root of each applications as followed:
Server1
==========
http://10.12.31.1:10001/hello.html
http://10.12.31.1:10002/hello.html
http://10.12.31.1:10003/hello.html
http://10.12.31.1:10004/hello.html
Server2
===========
http://10.12.31.2:10001/hello.html
http://10.12.31.2:10002/hello.html
http://10.12.31.2:10003/hello.html
http://10.12.31.2:10004/hello.html
Using the browser, I can login to the above URL and see the probe page fine.
Give the above in, I my to setup our Cisco device (Cisco 11503) to probe each of the URL every so offen to check if it is up. If not, the load balancer should not route traffic to that server. We have setup an Active Directory account call "mydomain\TestProbe" to use to probe the page.
The problem we have is that the return is always unauthorize. So, the question is how do your perform the probing in a script. The problem may be that the user id (including the domain) may not be passed in correctly. Please help.
Thanks in advance.