Versions Compared

Key

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

Table of Contents
maxLevel2
minLevel2

Article Contents

Windows Installations Linux Installations

Use the command references provided below to stop, start and restart Uptime Infrastructure Monitor services. Note that in all sections, the individual Uptime Infrastructure Monitor UIM services are listed in the actual order that they should be started or stopped. 

Windows

...

installations

The services that belong to Uptime Infrastructure Monitor UIM on Windows monitoring stations are: up.time

  • UIM Data Store

...

  • UIM Data Collector

...

  • UIM Web Server

...

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

  1. Login to the monitoring station as a system administrator or user with privileges to control the

...

  1. UIM services.

...

  1. Double click Administrative Tools, and then double click Services.

...

  1. In the Services window, find the following entries, and then click Start for the following services:

...

    1. up.time Data Store

...

    1. up.time Data Collector

...

    1. up.time Web Server

...

    1. up.time Controller

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

Code Block
languagesql
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

...

UIM services

  1. Log in to the monitoring station as a system administrator or user with privileges to control the

...

  1. UIM services.

...

  1. Double click Administrative Tools, and then double click Services.

...

  1. In the Services window, find the following entries, and then click Stop for the following services:

...

    1. up.time Web Server

...

    1. up.time Controller

...

    1. up.time Data Collector

...

    1. up.time Data

...

    1. Store 

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

Code Block
languagesql
net stop "up.time Web Server"

...


net stop "up.time Controller"

...


net stop "up.time Data Collector"

...


net stop "up.time Data Store"

Linux

...

installations

The services that belong to

...

UIM on Solaris and Linux systems are:

  • uptime_datastore
  • , uptime_core
  • and uptime_httpd, uptime_controller.

To start the

...

UIM services

  1. Log in to the monitoring station as the root user or the uptime user.
  2. At the command line, type the following commands to start UIM:
    Code Block
    languagesql
    /etc/init.d/uptime_datastore start

...

  1. 
    /etc/init.d/uptime_core start

...

  1. 
    /etc/init.d/uptime_httpd start

...

  1. 
    /etc/init.d/uptime_controller

...

  1.  start
     

To stop the

...

UIM services

  1. Log in to the monitoring station as the root user or the uptime user.
  2. At the command line, type the following commands to stop

...

  1. UIM:
    Code Block
    languagesql
    /etc/init.d/uptime_httpd stop

...

  1. 
    /etc/init.d/uptime_core stop

...

  1. 
    /etc/init.d/uptime_controller stop

...

  1. 
    /etc/init.d/uptime_datastore stop