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 reset Mnesia for RabbitMQ

EDR: How to reset Mnesia for RabbitMQ

Environment

  • EDR Server: 5.x and Higher

Objective

Reset the RabbitMQ working directory after corruption.

Resolution

  1. 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
  1. Stop the EDR services:
    1. For EDR version 7.4.0 and newer, refer to these instructions.  
    2. For EDR versions older than 7.4.0, refer to the user guide. 
  2. Remove any hanging processes: Remove Hanging Processes
  3. 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
  1. Start the EDR Services.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-10-2019
Views:
6182
Contributors