[Questions] use erl_inetrc rabbitmqctl cluster_status not work #14205
-
Community Support Policy
RabbitMQ version used4.1.1 Erlang version used27.3.x Operating system (distribution) usedlinux How is RabbitMQ deployed?Community Docker image rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ clusterconfig erl_inetrc and start rabbitmq Steps to reproduce the behavior in questionerl_inetrc file info:
/usr/local/rabbitmq_server-4.1.1/etc/rabbitmq/rabbitmq_hosts is my hosts file:
my rabbitmq-env.conf:
advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code# PASTE CODE HERE, BETWEEN BACKTICKS Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKS What problem are you trying to solve?I find rabbitmq process is start success, but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Do you set |
Beta Was this translation helpful? Give feedback.
Do you set
RABBITMQ_CTL_ERL_ARGS
? I think you need to - otherwise the CLI is unaware of the inetrc configuration