Stop/StartΒΆ

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

  1. likpi-coremanager
  2. likpi-requesthandler
  3. likpi-aggregator
  4. likpi-metricsmanager
  5. likpi-scheduleractivities
  6. likpi-truecorrelation

The automators should be up and running before starting the likpi-truecorrelation. The others services can be started when it is needed.

Note

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

To start the process, at a command prompt, navigate to the /opt/likpi/bin directory.

Run the following commands:

$ ./likpi-coremanager
$ ./likpi-requesthandler
$ ./likpi-aggregator
$ ./likpi-metricsmanager
$ ./likpi-scheduleractivities
$ ./likpi-truecorrelation

Note

The same for the others process.

To stop a process proceed with the kill command.