6.1 Service Commands

Perform the following systemd commands to manage the OCLM service:


sudo systemctl start oclm-service
sudo systemctl stop oclm-service
sudo systemctl restart oclm-service
sudo systemctl status --no-pager oclm-service

Logs

Use the following commands to collect /var/log/oclm.log and systemd journal output for troubleshooting:


sudo tail -n 200 /var/log/oclm.log
sudo journalctl -u oclm-service --no-pager -n 100