Guest User

Untitled

a guest
Feb 24th, 2016
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. rabbitmq@node1:/$ netstat -ntpl | grep 5672
  2. tcp 0 0 10.0.0.9:25672 0.0.0.0:* LISTEN 17/beam.smp
  3. tcp 0 0 10.0.0.150:15672 0.0.0.0:* LISTEN -
  4. rabbitmq@node1:/$ rabbitmqctl cluster_status
  5. Cluster status of node rabbit@node1 ...
  6. Error: unable to connect to node rabbit@node1: nodedown
  7.  
  8. DIAGNOSTICS
  9. ===========
  10.  
  11. attempted to contact: [rabbit@node1]
  12.  
  13. rabbit@node1:
  14. * connected to epmd (port 4369) on node1
  15. * epmd reports node 'rabbit' running on port 25672
  16. * can't establish TCP connection, reason: econnrefused (connection refused)
  17. * suggestion: blocked by firewall?
  18.  
  19. current node details:
  20. - node name: 'rabbitmq-cli-258@node1'
  21. - home dir: .
  22. - cookie hash: RixPqfqjFUok1Yy4WPfXUQ==
Advertisement
Add Comment
Please, Sign In to add comment