Guest User

Untitled

a guest
Dec 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. ## all broadcast
  2. $ mco rpc rpcutil ping
  3. ..
  4. Finished processing 56 / 56 hosts in 376.04 ms
  5.  
  6. D, [2011-09-09T14:09:42.178896 #12659] DEBUG -- : activemq.rb:181:in `publish' Sending a broadcast message to ActiveMQ target '/topic/mcollective.discovery.agent' with headers '{"reply-to"=>"/topic/mcollective.discovery.reply"}
  7. D, [2011-09-09T14:09:44.251696 #12659] DEBUG -- : activemq.rb:181:in `publish' Sending a broadcast message to ActiveMQ target '/topic/mcollective.rpcutil.agent' with headers '{"reply-to"=>"/topic/mcollective.rpcutil.reply"}
  8.  
  9. ## discover by broadcast, request direct
  10. % mco rpc rpcutil ping -I /dev2.dev/
  11. ..
  12. Finished processing 1 / 1 hosts in 75.26 ms
  13.  
  14. D, [2011-09-09T14:10:54.768712 #12710] DEBUG -- : activemq.rb:181:in `publish' Sending a broadcast message to ActiveMQ target '/topic/mcollective.discovery.agent' with headers '{"reply-to"=>"/topic/mcollective.discovery.reply"}
  15. D, [2011-09-09T14:10:56.780178 #12710] DEBUG -- : activemq.rb:173:in `publish' Sending a direct message to ActiveMQ target '/queue/mcollective.nodes' with headers '{"mc_identity"=>"dev2.devco.net"}
Add Comment
Please, Sign In to add comment