Stop/StartΒΆ
Please find the sequence to start the Likpi services for Central Server:
- likpi-coremanager
- likpi-requesthandler
- likpi-aggregator
- likpi-metricsmanager
- likpi-scheduleractivities
- 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.