Forum Discussion
exchange 2010 iapp version 1.4 deployment guide.
Hi,
Appreciate your feedback on the below query. I used the latest deployment guide and iapps for exchange 2010 and 2013 for implementing exchange 2010. I had a problem in configuring advanced monitor for the following services. active sync advanced https monitor - page no 68 - not working outlookanywhere advanced external monitor script - page no 78 autodiscover advanced external monitor script - page no 78 Pop3s advanced external monitor script - page no 78
what necessary changes should be made in the script to make it work in non-zero route domain in the separate partition how to check the above scripts in the command line? what are the arguments needed to be specified in the command line. Had anybody configured the above listed advanced monitors for exchange 2010 in version 11.5.1 or 11.4.1? is it working? kindly provide the solution. Regards Thasin
1 Reply
- mikeshimkus_111Historic F5 Account
Hi THASIN, I just tested this in 11.5.1 and it is working fine. You should be able to use cURL from the command line on BIG-IP to manually confirm. You will need to look at the monitor configuration to determine which command to use, for example the Autodiscover EAV uses this command:
curl-apd -g -s --ntlm -k -X POST -H 'Content-Type: text/xml; charset=utf-8' -d "${XMLFULL}" -u ${DOMAIN}\\${USER}:${PASSWORD} http://${NODE}${ADSURI} | grep -i "${RECV}" 2>&1 > /dev/nullWhich you can manually update with your info:
curl-apd -g -s --ntlm -k -X POST -H 'Content-Type: text/xml; charset=utf-8' -d "user@example.comhttp://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a" -u example.com\\user:password http://1.2.3.4/Autodiscover/Autodiscover.xml | grep -i "" 2>&1 > /dev/null
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com