df -h
Starting broker
Boot failed
Error during startup: error, schema_integrity_check_failed, table_missing, rabbit_index_routing
or
Error: feature flags: ‘classic_queue_type_delivery_support’ required feature flat not enabled it must be enabled before upgrading RABBITMQ
Failed to initialize feature flags registry: disabled_required_feature_flag, classic_queue_type_delivery_support
Boot failed
vIDM 3.3.7
To resolve this issue follow the steps below:
NOTE - If there are disk space issues on the system please address those before attempting the steps below. A full partition on the system can also cause the rabbitmq service fail to start
1. Take a backup/snapshot of the vIDM appliance(s) having issues starting rabbitmq service
2. Run the following commands in order -
systemctl stop rabbitmq-server.service
rm -rf /db/rabbitmq/data
service horizon-workspace restart
systemctl start rabbitmq-server.service
3. Log back into the vIDM admin UI and verify the rabbitmq service is now started successfully