Collect OSS RabbitMQ logs on MacOS installed via Homebrew
search cancel

Collect OSS RabbitMQ logs on MacOS installed via Homebrew

book

Article ID: 297325

calendar_today

Updated On:

Products

Support Only for OpenSource RabbitMQ

Issue/Introduction

For MacOS installations of RabbitMQ made using Homebrew, the script rabbitmq-collect-env does not work. To collect logs for RabbitMQ that is set up using Brew, follow the instructions below.

Resolution

In order to gather the necessary artifacts for troubleshooting, kindly execute the below commands on each node in your cluster, redirect the output to a file, and attach it to the ticket for analysis.

  1. The full set of logs contained in the RABBITMQ_LOG_BASE, located at RABBITMQ_BASE\log
  2. rabbitmqctl status
  3. rabbitmqctl cluster_status
  4. rabbitmqctl report
  5. rabbitmqctl environment
  6. rabbitmqctl eval 'rabbit_diagnostics:maybe_stuck().'
  7. rabbitmqctl eval 'erlang:system_info(process_limit).'
  8. rabbitmqctl eval 'inet:i().'
  9. Collect erl_crash.dump file