IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How to Manually Start Server Services

EDR: How to Manually Start Server Services

Environment

  • EDR: 7.4.0 and Higher

Objective

Manually start services in the correct order if the automatic service start times out

Resolution

  1. Check what the last service to start-up was by running
    • service cb-enterprise status
  2. Manually start services in the following order, beginning on the service right after the last service running in the above command
    • /usr/share/cb/cbservice cb-pgsql start
    • /usr/share/cb/cbservice cb-datagrid start
    • /usr/share/cb/cbservice cb-redis start
    • /usr/share/cb/cbservice cb-rabbitmq start
    • /usr/share/cb/cbservice cb-solr start
    • /usr/share/cb/cbservice cb-coreservices start
    • /usr/share/cb/cbservice cb-sensorservices start
    • /usr/share/cb/cbservice cb-datastore start
    • /usr/share/cb/cbservice cb-liveresponse start
    • /usr/share/cb/cbservice cb-allianceclient start
    • /usr/share/cb/cbservice cb-enterprised start
    • /usr/share/cb/cbservice cb-nginx start
       

Additional Notes

The default timeout for services startup is 5 minutes

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎03-09-2022
Views:
2503
Contributors