How to Restart Server Services
book
Article ID: 292225
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to restart EDR on a clustered or standalone server.
Environment
- EDR (Formerly CB Response) Server: All Versions
Resolution
#%$ These commands must be run as the root user or with sudo privileges #%$
Standalone
On a stand alone EDR Server, either restart the services from a single command or manually stop and start the services.
sudo /usr/share/cb/cbservice cb-enterprise restart
- Stop services
sudo /usr/share/cb/cbservice cb-enterprise stop
- Confirm services are stopped
-
ps -ef | grep cb
- If anything is returned, kill the processes
- Start services
sudo /usr/share/cb/cbservice cb-enterprise start
Cluster
On a clustered environment stop and start the services using the following commands on the Primary Server only.
- Stop the cluster
sudo /usr/share/cb/cbcluster stop
- Confirm the cluster is stopped
- Run the following on each node of the cluster
- If anything is returned, kill the hanging processes
- Start the EDR Server
sudo /usr/share/cb/cbcluster start
Feedback
thumb_up
Yes
thumb_down
No