Stop/StartΒΆ

Please find the recommended sequence to start the Likpi services for Central Server:

  1. likpi-coremanager
  2. likpi-requesthandler

The automators should be up and running before starting the likpi-truecorrelation. The others services can be started what ever the order.

Note

The likpi-aiopscell script launch the AIOpsCell and the IMDB (Hypersql database).

A tool script likpi.rc available in /opt/likpi is provided to falicitate the stop/start & status.

$./likpi.rc
usage: ./likpi.rc <-start|-stop|-restart> {COMPONENT}
COMPONENT in:
    aggregator              | g
    aiopscell               | a
    automator               | u
    coremanager             | c
    gateway                 | w
    metricsmanager          | h
    trendsanalysis          | m
    obsagent                | o
    requesthandler          | r
    scheduleractivities     | s
    truecorrelation         | t

Or you can start the process, at a command prompt, then navigate to the /opt/likpi/bin directory.

Run the following commands:

$ ./likpi-coremanager
$ ./likpi-requesthandler

Note

The same for the others process.

To stop a process proceed with the kill command.