[rabbitmq-discuss] how can i verified that cluster was working?

Emile Joubert emile at rabbitmq.com
Thu May 17 10:44:18 BST 2012


Hi,

On 17/05/12 08:57, sameekmishra wrote:
> [{nodes,[{disc,[rabbit at server05]},{ram,[rabbit at server03]}]},
>  {running_nodes,[rabbit at server03]}]

The next step when creating a cluster is to start the rabbit application
on the node where the schema was reset. In your case you need to execute:

rabbitmqctl -n rabbit at server05 start_app

All nodes will be in the running state when you complete that step.

The clustering guide has more details:
http://www.rabbitmq.com/clustering.html


-Emile



More information about the rabbitmq-discuss mailing list