For EDR versions older than 7.4.0, refer to the user guide.
Remove any hanging processes.
E.g:
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
4. Remove mnesia directory:
In a clustered environment, complete the following on all nodes (starting with the primary server)