Versions Compared

Key

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

...

No Format
> net stop "up.time Web Server"
> net stop "up.time Controller"
> net stop "up.time Data Collector"
> net stop "up.time Data Store"

 


Solaris and Linux Installations

The services that belong to up.time on Solaris and Linux systems are: uptime_datastore, uptime_core and uptime_httpd, uptime_controller.

To start the up.time services, perform the following steps:

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

    java
    Code Block
    language
    /etc/init.d/uptime_datastore start
    /etc/init.d/uptime_core start
    /etc/init.d/uptime_httpd start
    /etc/rc.d/init.d/uptime_controller start

...

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

    No Format
    /etc/init.d/uptime_httpd stop
    /etc/init.d/uptime_core stop
    /etc/rc.d/init.d/uptime_controller stop
    /etc/init.d/uptime_datastore stop