Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added macro blocks around command line examples

...

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"

 

 

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

...

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 Data Collector"

...


> net stop "up.time Data Store"

 


Solaris and Linux Installations

...

  • 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

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/init.d/uptime_datastore stop