Cb Response: Stopping RabbitMQ from autostarting
search cancel

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

Environment

  • Cb Response: 6.2.0

Cause

  • This is due to RabbitMQ being set to autostart when Cb Response cluster services start.

Resolution

  1. 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