Once services are confirmed to be stopped, kill any additional running services such as epmd
killall -KILL -u cb
Clear any failed status in systemctl
systemctl reset-failed cb-enterprise
Additional Information
To check for any orphaned cb services use:
ps -ef | grep cb
NOTE: cbdaemon and event-forwarder services should not affect the startup and shutdown of server services
killall -KILL -u cb kills any processes owned by the cb user. A similar effect can be achieved by manually killing any pids returned with the above ps command