- Check to see if the EDR will start at boot. Run:
# chkconfig --list | grep cb-enterprise
Expected output:
cb-enterprise 0:off 1:off 2:on 3:on 4:on 5:on 6:off
- If run level 3 or 5 is set to "off" then, configure it to run on startup with:
# chkconfig cb-enterprise on
- Reboot server to ensure automatically starts.