Advertisement
Guest User

Untitled

a guest
May 7th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. 10.10.28.2 is "node-46"
  2.  
  3. This is from the log on node-54:
  4.  
  5. =INFO REPORT==== 7-May-2015::19:21:21 ===
  6. accepting AMQP connection <0.30730.32> (10.10.28.2:51319 -> 10.10.28.9:5673)
  7.  
  8. =ERROR REPORT==== 7-May-2015::19:21:31 ===
  9. closing AMQP connection <0.30730.32> (10.10.28.2:51319 -> 10.10.28.9:5673):
  10. {handshake_timeout,handshake}
  11.  
  12. =INFO REPORT==== 7-May-2015::19:24:27 ===
  13. accepting AMQP connection <0.32595.32> (10.10.28.2:55109 -> 10.10.28.9:5673)
  14.  
  15. =ERROR REPORT==== 7-May-2015::19:24:37 ===
  16. closing AMQP connection <0.32595.32> (10.10.28.2:55109 -> 10.10.28.9:5673):
  17. {handshake_timeout,handshake}
  18.  
  19.  
  20. This is on node-46, when i was running netstat and ps -ef to try and 'catch' the process using the ephemeral port to connect to rabbitmq.
  21.  
  22.  
  23. [root@node-46 ~]# netstat -taupen | grep 51319
  24. tcp 1 0 10.10.28.2:51319 10.10.28.9:5673 CLOSE_WAIT 166 507217818 3514/python
  25. [root@node-46 ~]# ps -ef | grep 3514
  26. 166 3514 3366 1 May04 ? 00:58:04 /usr/bin/python /usr/bin/ceilometer-agent-notification --logfile /var/log/ceilometer/agent-notification.log
  27. root 15964 13363 0 19:23 pts/2 00:00:00 grep 3514
  28. [root@node-46 ~]# netstat -taupen | grep 55109
  29. tcp 1 0 10.10.28.2:55109 10.10.28.9:5673 CLOSE_WAIT 166 507597608 3514/python
  30. [root@node-46 ~]# ps -ef | grep 3514
  31. 166 3514 3366 1 May04 ? 00:58:04 /usr/bin/python /usr/bin/ceilometer-agent-notification --logfile /var/log/ceilometer/agent-notification.log
  32. root 17933 13363 0 19:24 pts/2 00:00:00 grep 3514
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement