Monitor Addition: Unable to add Exchange Server monitor

Monitor Addition: Unable to add Exchange Server monitor

Check whether all the prerequisites are done. The prerequisites can be found here:   https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#ExchangeServer

WMI Mode

If unable to add the Exchange Server monitor in WMI mode, follow the below steps:

  1. Open command prompt in administrator mode in Applications Manager-installed machine.

  2. Navigate to <Applications Manager Home>\working\conf\application\scripts directory.

  3. Execute the below command by replacing hostname, username and password with that of the reported Exchange server:

    Quote
    cscript wmiget.vbs hostname username password "Select * from Win32_PerfRawData_PerfOS_Processor where Name='_Total'"
  4. Copy the output of the above command to a text file.

Powershell Mode

If unable to add the Exchange Server in Powershell mode follow the below steps
  1. Open powershell in administrator mode in the Applications Manager-installed machine.

  2. Go to <Applications Manager Home>\working\conf\application\scripts\powershell directory.

  3. Execute the below command by replacing hostname, username and password with that of the reported Exchange server:

    Quote
    .\TestConnectivity.ps1 'hostname' 'username' 'password'
  4. Copy the output of the above command to a text file.

Reach out to our support team with the text file containing the output to appmanager-support@manageengine.com along with the latest Support Information File (SIF) from Applications Manager with print all logs enabled for analysis.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Mail Server Monitor - Troubleshooting

                      Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
                    • DNS Monitor - Troubleshooting

                      Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...
                    • Monitor Addition: Unable to add MS Office SharePoint monitor

                      Check if all the prerequisites are done. The prerequisites can be found here: https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#SharePointServer WMI Mode If unable to add the SharePoint Server ...
                    • Exchange Server Monitor - FAQs

                      1. What are the ports used in Exchange Server monitoring? WMI mode: Remote Procedure Call (RPC) (default : 135) WMI uses DCOM for remote communication. The server monitored by Applications Manager uses a random port number above 1024 by default to ...
                    • Self monitor Applications Manager using APM Insight Java Agent

                      Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...