For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

THASIN's avatar
THASIN
Icon for Nimbostratus rankNimbostratus
Jul 22, 2014

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_111's avatar
    mikeshimkus_111
    Historic 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/null

    Which 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