EDR: How to reset Mnesia for RabbitMQ
book
Article ID: 286306
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Reset the RabbitMQ working directory after corruption.
Environment
- EDR Server: 5.x and Higher
Resolution
- Check disk storage /var/cb/data and /var/log/cb. These directories need at least 50 mb for RabbitMQ to start:
- In a clustered environment, complete the following on all nodes (starting with the primary server)
df -h /var/cb/data /var/log/cb
- Stop the EDR services:
- For EDR version 7.4.0 and newer, refer to these instructions.
- For EDR versions older than 7.4.0, refer to the user guide.
- Remove any hanging processes: Remove Hanging Processes
- Remove mnesia directory:
- In a clustered environment, complete the following on all nodes (starting with the primary server)
rm -rf /var/cb/data/rabbitmq/mnesia
- Start the EDR Services.
Feedback
thumb_up
Yes
thumb_down
No