Advertisement
Guest User

autoheal_failed

a guest
Apr 28th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Cluster status of node 'rabbit@node-1' ...
  2. [{nodes,[{disc,['rabbit@node-1','rabbit@node-2','rabbit@node-3']}]},
  3. {running_nodes,['rabbit@node-3','rabbit@node-1']},
  4. {cluster_name,<<"rabbit@node-1.test.domain.local">>},
  5. {partitions,[{'rabbit@node-1',['rabbit@node-2']}]}]
  6. ...done.
  7. [root@nailgun ~]# ssh node-2 rabbitmqctl cluster_status
  8. Warning: Permanently added 'node-2' (RSA) to the list of known hosts.
  9. Cluster status of node 'rabbit@node-2' ...
  10. [{nodes,[{disc,['rabbit@node-2','rabbit@node-3']}]},
  11. {running_nodes,['rabbit@node-3','rabbit@node-2']},
  12. {cluster_name,<<"rabbit@node-1.test.domain.local">>},
  13. {partitions,[]}]
  14. ...done.
  15. [root@nailgun ~]# ssh node-3 rabbitmqctl cluster_status
  16. Warning: Permanently added 'node-3' (RSA) to the list of known hosts.
  17. Cluster status of node 'rabbit@node-3' ...
  18. [{nodes,[{disc,['rabbit@node-2','rabbit@node-3']}]},
  19. {running_nodes,['rabbit@node-2','rabbit@node-1','rabbit@node-3']},
  20. {cluster_name,<<"rabbit@node-1.test.domain.local">>},
  21. {partitions,[{'rabbit@node-1',['rabbit@node-2']}]}]
  22. ...done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement