Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Try to access Uptime Infrastructure Monitor using the IP address of the URL instead of the hostname. For example, if you usually access Uptime Infrastructure Monitor at http://myServer:9999 and the IP address of that server is 10.1.1.10, try accessing Uptime Infrastructure Monitor using http://10.1.1.10:9999.
  2. Login to the Uptime Infrastructure Monitor server and verify if the Uptime Infrastructure Monitor web server is running.

    On Windows systems, check if the Uptime Infrastructure Monitor web server is running by entering the following command at the command line: 

    Code Block
    languagetext
    tasklist /svc

    If you see Uptime Infrastructure Monitor Web Server then the Web server is running. Use the following commands to stop and restart the web server: 

    Code Block
    net stop "up.time Web Server"
    net start "up.time Web Server"

    Try to access the web interface after restarting the web service.
    On Linux or Solaris systems, run the following command: 

    Code Block
    languagetext
    # ps -ef | grep httpd

    Regardless of the service status, try restarting it with the following commands:

    Code Block
    languagetext
    # /etc/init.d/uptime_httpd stop
    # /etc/init.d/uptime_httpd start
  3. Verify if you can locally access the web interface from the monitoring station. In some cases web services may be blocked from external access by firewalls. If the web interface is available internally, contact your system administrator for instructions on opening the firewall to allow external access to the Uptime Infrastructure Monitor web interface.

    If the web interface is not available internally or if you receive an error when trying to restart the web service, please contact support@uptimesoftware uptime-support@idera.com for further assistance.