Cb Response: Stopping RabbitMQ from autostarting
book
Article ID: 288971
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
- RabbitMQ is auto starting at Cb Response startup
- Cluster services are running as RabbitMQ
Cause
- This is due to RabbitMQ being set to autostart when Cb Response cluster services start.
Resolution
- Verify if RabbitMQ is set to start:
- From the CLI, run chkconfig | grep rabbit
- If output shows any rabbitmq-server as "ON", you will need to disable
2. To disable RabbitMQ from auto start:
- From the CLI, run chkconfig rabbitmq-server off
Feedback
thumb_up
Yes
thumb_down
No