03-11-2004 08:44 AM
I am load balancing multiple ISA servers with a pair of 11506's - with Exchnage 2003 running behind them.
I am not to fimilar with Exchange 2003 so I am not really sure how to customize a script that will validate whether the mailbox services are running correctly.
I was just curious whether anyone had any suggestions or links to good information on customizing css scripts.
Thanks
03-11-2004 09:21 PM
Nick,
Unless your clients are accessing the Exchange server using POP or IMAP, all of the client <--> server communication happens on TCP port 135. Unfortunately, TCP port 135 is used by all Windows OSes and is not unique to Exchange (so its availability isn't an indication of mailbox availability).
If you wanted to get creative, you could try to monitor the state of the Exchange services using SNMP or WMI. This would require you to send a "raw" request from the script. The raw data would have to be captured from a sniffer.
You can find some good examples of sending raw data in script keepalives here:
You can find information about the protocols and ports used by Microsoft Exchange here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;176466
~Zach
03-12-2004 06:36 AM
Zach,
Thanks for the information. Those links are very helpful.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide