- This was an intentional change to help control services in the CentOS/RHEL environments.
[user@cbserver ~]$ sudo service cb-pgsql status
cb-pgsql: unrecognized service
[user@cbserver ~]$ service cb-solr status
cb-solr: unrecognized service
[user@cbserver ~]$ systemctl status cb-nginx
Failed to stop cb-nginx.service: Unit cb-nginx.service not loaded.
- This change only effects the EDR 'child' services, not the cb-enterprise and cb-unifiedview parent services. Start and stop with service and systemctl will still function as intended with the parent services.