Options (1)
-n, --nodebooleanStart the RabbitMQ application on a specific node
Example:
rabbitmqctl {{[-n|--node]}} {{nodename}} start_appExamples (7)
Display the status of the cluster
rabbitmqctl cluster_statusDisplay the status of the current node
rabbitmqctl statusStart the RabbitMQ application on a specific node
rabbitmqctl [-n|--node] nodename start_appStop the RabbitMQ application on a specific node
rabbitmqctl [-n|--node] nodename stop_appStop a specific RabbitMQ node
rabbitmqctl [-n|--node] nodename stopReset a specific RabbitMQ node to a clean state
rabbitmqctl [-n|--node] nodename resetMake the current node join an existing cluster
rabbitmqctl join_cluster nodenamemade by @shridhargupta | data from tldr-pages