Environment
- Cb Response Cluster: All versions
Symptoms
- cb-enterprise does not start on one or more minions
- Minions not starting show cb-rabbitmq spawning and exiting over and over
-
2018-08-28 11:14:10,218 INFO spawned: 'cb-rabbitmq' with pid 7887
2018-08-28 11:14:11,220 INFO success: cb-rabbitmq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-08-28 11:14:15,193 INFO exited: cb-rabbitmq (exit status 1; not expected)
- /var/log/cb/rabbitmq/startup_log has the following message
Cause
RabbitMQ is still running on one or more of the minions before startup
Resolution
- Stop the cluster from the master server
- Run the following command on each node in the cluster to confirm RabbitMQ is stopped
- Kill any running processes returned from the output above, replacing <pid_of_rabbitmq> with the PID of the process
- Once all RabbitMQ processes have been stopped, start the cluster
Additional Notes
A full list of running Cb Response services can be found via the command ps -ef | grep cb
Related Content