Administration

Services

Commands to enable Opencelium services (already done on installation).

ln -s /opt/scripts/oc_service.sh /usr/bin/oc

ln -s /opt/opencelium/conf/opencelium.service /etc/systemd/system/opencelium.service
systemctl daemon-reload

Available services:

Frontend:

systemctl start nginx
systemctl stop nginx
systemctl start nginx
systemctl restart nginx
systemctl enable nginx
systemctl disable nginx

Backend:

systemctl start opencelium
systemctl stop opencelium
systemctl start opencelium
systemctl restart opencelium
systemctl enable opencelium
systemctl disable opencelium

Check health

Check status of opencelium service

systemctl status nginx
systemctl status opencelium

Autostart

Start opencelium services automatically on system start

systemctl enable nginx
systemctl enable opencelium

Backup

Execute this command to create a backup.

oc backup -d /var/backups/opencelium -u username -p password