Versions Compared

Key

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

...

The services that belong to Uptime Infrastructure Monitor on Windows monitoring stations are: up.time Data Store, up.time Data Collector, and up.time Web Server.

To start the Uptime Infrastructure Monitor services, perform the following steps:

...

Code Block
languagevb
> net start "up.time Data Store"
> net start "up.time Data Collector"
> net start "up.time Web Server"
> net start "up.time Controller"

 

To stop the Uptime Infrastructure Monitor services, perform the following steps:

...

The services that belong to Uptime Infrastructure Monitor on Solaris and Linux systems are: uptime_datastore, uptime_core and uptime_httpd, uptime_controller.

To start the Uptime Infrastructure Monitor services, perform the following steps:

  • Log in to the monitoring station as the root user or the uptime user.
  • At the command line, type the following commands to start Uptime Infrastructure Monitor:

    Code Block
    languagec#
    /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 Uptime Infrastructure Monitor services, perform the following steps:

...