Onteon Control Center - Management¶
Start and stop¶
Service¶
If you have Onteon Control Center installed as a service,
you can control it with systemctl e.g.:
sudo systemctl start onteon-control-center.servicesudo systemctl stop onteon-control-center.service
Script¶
If you have Onteon Control Center installed from tar,
you can run it in background by executing ./onteon-control-center/start.sh or in foreground, with additional -f
flag: ./onteon-control-center/start.sh . To stop Onteon Control Center, you need to kill the process, which pid can be found
in onteon-control-center/log/node-manager/ONTEON_PID file.