Versions Compared

Key

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

...

Alternatively, the following commands can be executed from the Windows command prompt to stop the services:

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

...

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

    Code Block
    languagevb
    /etc/init.d/uptime_datastore start
    /etc/init.d/uptime_core start
    /etc/init.d/uptime_httpd start
    /etc/init.d/uptime_controller start

...

  • Log in to the monitoring station as the root user or the uptime user.
  • At the command line, type the following commands to stop up.time:

    noformat
    Code Block
    language
    vb
    /etc/init.d/uptime_httpd stop
    /etc/init.d/uptime_core stop
    /etc/init.d/uptime_controller stop
    /etc/init.d/uptime_datastore stop