Onteon Node Manager - Management
Start and stop
Service
If you have Onteon Node Manager installed as a service (which can be achieved
with the installation scripts), you can control it with systemctl
e.g.:
sudo systemctl start onteon-node-manager.service
sudo systemctl stop onteon-node-manager.service
Script
If you have Onteon Node Manager installed from
tar (read more about manual installation), you can run it in background by
executing ./onteon-node-manager/start.sh
or in foreground, with additional -f
flag: ./onteon-node-manager/start.sh
. To stop Node Manager, you need to kill the process, which pid can be found
in onteon-node-manager/log/node-manager/ONTEON_PID
file.
$ cat onteon-node-manager/log/node-manager/ONTEON_PID
501
$ kill -SIGTERM 501