Versions Compared

Key

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

...

Use the command references provided below to stop, start and restart Uptime Infrastructure Monitor services. Note that in all sections, the individual UIM services are listed in the actual order that they should be started or stopped. 

Windows installations

The services that belong to UIM on Windows monitoring stations are:

...

Code Block
languagesql
net stop "up.time Web Server"
net stop "up.time Controller"
net stop "up.time Data Collector"
net stop "up.time Data Store"

Linux installations

The services that belong to UIM on Solaris and Linux systems are:

...

  1. Log in to the monitoring station as the root user or the uptime user.
  2. At the command line, type the following commands to start Uptime Infrastructure MonitorUIM:
    Code Block
    languagesql
    /etc/init.d/uptime_datastore start
    /etc/init.d/uptime_core start
    /etc/init.d/uptime_httpd start
    /etc/init.d/uptime_controller start
     

To stop the UIM services, perform the following steps:

  1. Log in to the monitoring station as the root user or the uptime user.
  2. At the command line, type the following commands to stop Uptime Infrastructure MonitorUIM:
    Code Block
    languagesql
    /etc/init.d/uptime_httpd stop
    /etc/init.d/uptime_core stop
    /etc/init.d/uptime_controller stop
    /etc/init.d/uptime_datastore stop