Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added uptime_controller details

...

  • Login to the monitoring station as a system administrator or user with privileges to control the up.time services.
  • Double click Administrative Tools and then double click Services.
  • In the Services window, find the following entries and click Start the following services:
    • up.time Data Store
    • up.time Data Collector
    • up.time Web Server
    • up.time Controller

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

No Format
> 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 up.time services, perform the following steps:

  • Log in to the monitoring station as a system administrator or user with privileges to control the up.time services.
  • Double click Administrative Tools and then double click Services.
  • In the Services window, find the following entries and click Stop the following services:
    • up.time Web Server
    • up.time Controller
    • up.time Data Collector
    • up.time Data Store

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

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"

...

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

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

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

  • Log in to the monitoring station as 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