Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1.  
  2.  
  3. 1. Luc Suryo
  4. View profile
  5. More options May 10 2011, 1:37 am
  6. Hello
  7. Im trying to install mcollective 1.2.0-05 on a Ubuntu 10.04.02 server
  8. 0. installed Sun Java JRE 1.6.0_24
  9. 1. Installed ActiveMQ 5.5.0
  10. 2. Adjusted activemq-security.xml
  11. 3. install the debian packages from the PuppetLabs site
  12. 4. Fireup ActiveMQ : no issue
  13. 5. startup mcollective errored:
  14. $ /etc/init.d/mcollective start
  15. Starting mcollective: /usr/lib/ruby/1.8/rubygems/custom_require.rb:
  16. 31:in `gem_original_require': no such file to load -- stomp
  17. (LoadError)
  18. from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  19. from /usr/lib/ruby/1.8/mcollective.rb:2
  20. from /usr/sbin/mcollectived:3:in `require'
  21. from /usr/sbin/mcollectived:3
  22. /etc/init.d/mcollective: 126: failure: not found
  23. The one thing is not clear to me is : Ruby Stomp Client :
  24. $ apt-cache search stomp
  25. calf-plugins - pack of audio plugins - effects and instruments
  26. caps - C* Audio Plugin Suite
  27. chef-indexer - Creates search indexes of Chef node attributes
  28. libnet-stomp-perl - A Streaming Text Orientated Messaging Protocol
  29. Client
  30. libstomp-ruby - Ruby bindings for the stomp messaging protocol
  31. libstomp-ruby-doc - Documentation for libstomp-ruby
  32. libstomp-ruby1.8 - Ruby 1.8 bindings for the stomp messaging protocol
  33. libstomp-ruby1.9 - Ruby 1.9 bindings for the stomp messaging protocol
  34. python-carrot - An AMQP messaging queue framework
  35. python-stompy - Implementation of the STOMP protocol in Python
  36. stompserver - stomp messaging server implemented in ruby
  37. I do not believe there is a stomp client package available?
  38. Can someone guide me what Im doing wrong or missing ?
  39. Thanks
  40. -ls
  41.  
  42.  
  43. Report spam
  44.  
  45. 2. R.I.Pienaar
  46. View profile
  47. More options May 10 2011, 2:11 am
  48. Hello
  49. You probably want libstomp-ruby
  50. ---
  51. R.I.Pienaar
  52. On 9 May 2011, at 18:37, Luc Suryo <lsu...@gmail.com> wrote:
  53. > Hello
  54. > Im trying to install mcollective 1.2.0-05 on a Ubuntu 10.04.02 server
  55. > 0. installed Sun Java JRE 1.6.0_24
  56. > 1. Installed ActiveMQ 5.5.0
  57. > 2. Adjusted activemq-security.xml
  58. > 3. install the debian packages from the PuppetLabs site
  59. > 4. Fireup ActiveMQ : no issue
  60. > 5. startup mcollective errored:
  61. > $ /etc/init.d/mcollective start
  62. > Starting mcollective: /usr/lib/ruby/1.8/rubygems/custom_require.rb:
  63. > 31:in `gem_original_require': no such file to load -- stomp
  64. > (LoadError)
  65. > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  66. > from /usr/lib/ruby/1.8/mcollective.rb:2
  67. > from /usr/sbin/mcollectived:3:in `require'
  68. > from /usr/sbin/mcollectived:3
  69. > /etc/init.d/mcollective: 126: failure: not found
  70. > The one thing is not clear to me is : Ruby Stomp Client :
  71. > $ apt-cache search stomp
  72. > calf-plugins - pack of audio plugins - effects and instruments
  73. > caps - C* Audio Plugin Suite
  74. > chef-indexer - Creates search indexes of Chef node attributes
  75. > libnet-stomp-perl - A Streaming Text Orientated Messaging Protocol
  76. > Client
  77. > libstomp-ruby - Ruby bindings for the stomp messaging protocol
  78. > libstomp-ruby-doc - Documentation for libstomp-ruby
  79. > libstomp-ruby1.8 - Ruby 1.8 bindings for the stomp messaging protocol
  80. > libstomp-ruby1.9 - Ruby 1.9 bindings for the stomp messaging protocol
  81. > python-carrot - An AMQP messaging queue framework
  82. > python-stompy - Implementation of the STOMP protocol in Python
  83. > stompserver - stomp messaging server implemented in ruby
  84. > I do not believe there is a stomp client package available?
  85. > Can someone guide me what Im doing wrong or missing ?
  86. > Thanks
  87. > -ls
  88.  
  89.  
  90.  
  91. Report spam
  92.  
  93. 3. Luc Suryo
  94. View profile
  95. More options May 10 2011, 3:46 am
  96. Hello
  97. I did a 'gem install stomp' and it working now :)
  98. I'm still confuse about couple things :
  99. server : installed as the above : mc-ping and mc-find-hosts works
  100. but not on the clients (we have 80+ client and all puppetized) :
  101. do I just install mcollective/+common/+client on each server
  102. adjust the client.cfg to point the puppet server (== stop-server)
  103. and then thats it?
  104. Thanks!
  105. On May 9, 11:11 am, "R.I.Pienaar" <r...@devco.net> wrote:
  106. > Hello
  107. > You probably want libstomp-ruby
  108. > ---
  109. > R.I.Pienaar
  110. > On 9 May 2011, at 18:37, Luc Suryo <lsu...@gmail.com> wrote:
  111. > > Hello
  112. > > Im trying to install mcollective 1.2.0-05 on a Ubuntu 10.04.02 server
  113. > > 0. installed Sun Java JRE 1.6.0_24
  114. > > 1. Installed ActiveMQ 5.5.0
  115. > > 2. Adjusted activemq-security.xml
  116. > > 3. install the debian packages from the PuppetLabs site
  117. > > 4. Fireup ActiveMQ : no issue
  118. > > 5. startup mcollective errored:
  119. > > $ /etc/init.d/mcollective start
  120. > > Starting mcollective: /usr/lib/ruby/1.8/rubygems/custom_require.rb:
  121. > > 31:in `gem_original_require': no such file to load -- stomp
  122. > > (LoadError)
  123. > > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  124. > > from /usr/lib/ruby/1.8/mcollective.rb:2
  125. > > from /usr/sbin/mcollectived:3:in `require'
  126. > > from /usr/sbin/mcollectived:3
  127. > > /etc/init.d/mcollective: 126: failure: not found
  128. > > The one thing is not clear to me is : Ruby Stomp Client :
  129. > > $ apt-cache search stomp
  130. > > calf-plugins - pack of audio plugins - effects and instruments
  131. > > caps - C* Audio Plugin Suite
  132. > > chef-indexer - Creates search indexes of Chef node attributes
  133. > > libnet-stomp-perl - A Streaming Text Orientated Messaging Protocol
  134. > > Client
  135. > > libstomp-ruby - Ruby bindings for the stomp messaging protocol
  136. > > libstomp-ruby-doc - Documentation for libstomp-ruby
  137. > > libstomp-ruby1.8 - Ruby 1.8 bindings for the stomp messaging protocol
  138. > > libstomp-ruby1.9 - Ruby 1.9 bindings for the stomp messaging protocol
  139. > > python-carrot - An AMQP messaging queue framework
  140. > > python-stompy - Implementation of the STOMP protocol in Python
  141. > > stompserver - stomp messaging server implemented in ruby
  142. > > I do not believe there is a stomp client package available?
  143. > > Can someone guide me what Im doing wrong or missing ?
  144. > > Thanks
  145. > > -ls
  146.  
  147.  
  148.  
  149. Report spam
  150.  
  151. 4. R.I.Pienaar
  152. View profile
  153. More options May 10 2011, 4:14 am
  154. ----- Original Message -----
  155. > Hello
  156. > I did a 'gem install stomp' and it working now :)
  157. > I'm still confuse about couple things :
  158. > server : installed as the above : mc-ping and mc-find-hosts works
  159. > but not on the clients (we have 80+ client and all puppetized) :
  160. > do I just install mcollective/+common/+client on each server
  161. > adjust the client.cfg to point the puppet server (== stop-server)
  162. > and then thats it?
  163.  
  164.  
  165. I think you have the terminology wrong.
  166. The machines you manage are servers and they get mcollective and mcollective-common
  167. The machine you manage them from is a client and it needs at least mcollective-client and -common, it could also be a server
  168.  
  169.  
  170. Report spam
  171.  
  172. 5. Luc Suryo
  173. View profile
  174. More options May 10 2011, 5:59 am
  175. HA! Ok starts to become more clear, then one more thing
  176. does it means each servers get activemq installed or only on the
  177. client?
  178. I would think only one instance, not?
  179. At this moment I'm still dealing with configuring activemq in a way it
  180. would be secure and a minimum setup
  181. just for mcollective...
  182. Again thanks!
  183. On May 9, 1:14 pm, "R.I.Pienaar" <r...@devco.net> wrote:
  184. > ----- Original Message -----
  185. > > Hello
  186. > > I did a 'gem install stomp' and it working now :)
  187. > > I'm still confuse about couple things :
  188. > > server : installed as the above : mc-ping and mc-find-hosts works
  189. > > but not on the clients (we have 80+ client and all puppetized) :
  190. > > do I just install mcollective/+common/+client on each server
  191. > > adjust the client.cfg to point the puppet server (== stop-server)
  192. > > and then thats it?
  193. > I think you have the terminology wrong.
  194. > The machines you manage are servers and they get mcollective and mcollective-common
  195. > The machine you manage them from is a client and it needs at least mcollective-client and -common, it could also be a server
  196.  
  197.  
  198.  
  199. Report spam
  200.  
  201. 6. Luc Suryo
  202. View profile
  203. More options May 10 2011, 7:24 am
  204. ok: got a baseline working, the server-client got me confused.
  205. one activemq (on client only)
  206. now getting thing secure and properly configure in conjunction with
  207. puppet :-)
  208. thanks
  209. On May 9, 2:59 pm, Luc Suryo <lsu...@gmail.com> wrote:
  210. > HA! Ok starts to become more clear, then one more thing
  211. > does it means each servers get activemq installed or only on the
  212. > client?
  213. > I would think only one instance, not?
  214. > At this moment I'm still dealing with configuring activemq in a way it
  215. > would be secure and a minimum setup
  216. > just for mcollective...
  217. > Again thanks!
  218. > On May 9, 1:14 pm, "R.I.Pienaar" <r...@devco.net> wrote:
  219. > > ----- Original Message -----
  220. > > > Hello
  221. > > > I did a 'gem install stomp' and it working now :)
  222. > > > I'm still confuse about couple things :
  223. > > > server : installed as the above : mc-ping and mc-find-hosts works
  224. > > > but not on the clients (we have 80+ client and all puppetized) :
  225. > > > do I just install mcollective/+common/+client on each server
  226. > > > adjust the client.cfg to point the puppet server (== stop-server)
  227. > > > and then thats it?
  228. > > I think you have the terminology wrong.
  229. > > The machines you manage are servers and they get mcollective and mcollective-common
  230. > > The machine you manage them from is a client and it needs at least mcollective-client and -common, it could also be a server
  231.  
  232.  
  233.  
  234. Report spam
  235.  
  236. Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
  237. ©2012 Google
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement