I'm trying to set up a cluster between two nodes in a LAN, and I'm not getting anywhere.<br><br>On node 1 (lenovo) I have a rabbitmq 2.6.1 instance running:<br>$ sudo rabbitmqctl cluster_status<br>Cluster status of node rabbit@lenovo ...<br>[{nodes,[{disc,[rabbit@lenovo]}]},{running_nodes,[rabbit@lenovo]}]<br>...done.<br><br>One node 2 (posti) I have a stopped rabbitmq 2.6.1 instance:<br>$ sudo rabbitmqctl cluster_status<br>Cluster status of node rabbit@posti ...<br>[{nodes,[{unknown,[rabbit@posti]}]},{running_nodes,[]}]<br>...done.<br><br>Then I attempt to join node 2 to node 1:<br>
$ sudo rabbitmqctl cluster rabbit@lenovo<br>Clustering node rabbit@posti with [rabbit@lenovo] ...<br>Error: {no_running_cluster_nodes,[rabbit@lenovo],[rabbit@lenovo]}<br><br>What am I doing wrong? The instructions on the official site weren't that complicated.<br>Attempting the automatic cluster configuration proved equally fruitless.<br>