on the puppet server ( i have only one), should I install the activeMQ client or server? If client, does it mean I need to install activeMQ server on all my nodes? Thanks. Hai T. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Michael Stahnke
2012-Jul-26 19:25 UTC
Re: [Puppet Users] activeMQ client on the puppet server?
You only need activeMQ in one spot to do mcollective stuff. So, the Puppet Server is an acceptable place to do that. If you''re not yet using mcollective, then you don''t need ActiveMQ at all. Mike On Thu, Jul 26, 2012 at 11:41 AM, Hai Tao <ehaitao@gmail.com> wrote:> on the puppet server ( i have only one), should I install the activeMQ > client or server? If client, does it mean I need to install activeMQ > server on all my nodes? > > Thanks. > > Hai T. > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Yes, I am installing MCollective. So for MCollective, I do need to install MCollective client on the puppet server, while install the MCollective server on the nodes (clients), right? On Thu, Jul 26, 2012 at 12:25 PM, Michael Stahnke <stahnma@puppetlabs.com> wrote:> You only need activeMQ in one spot to do mcollective stuff. So, the > Puppet Server is an acceptable place to do that. If you''re not yet > using mcollective, then you don''t need ActiveMQ at all. > > > Mike > > > On Thu, Jul 26, 2012 at 11:41 AM, Hai Tao <ehaitao@gmail.com> wrote: >> on the puppet server ( i have only one), should I install the activeMQ >> client or server? If client, does it mean I need to install activeMQ >> server on all my nodes? >> >> Thanks. >> >> Hai T. >> >> -- >> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- Hai Tao -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
MCollective server needs to be on all managed hosts including the puppet master. The client can be installed on any node that is required to issue the mco commands (usually the puppet master but can be elsewhere as well). Den On 27/07/2012, at 7:08, Hai Tao <ehaitao@gmail.com> wrote:> Yes, I am installing MCollective. So for MCollective, I do need to > install MCollective client on the puppet server, while install the > MCollective server on the nodes (clients), right? > > > On Thu, Jul 26, 2012 at 12:25 PM, Michael Stahnke > <stahnma@puppetlabs.com> wrote: >> You only need activeMQ in one spot to do mcollective stuff. So, the >> Puppet Server is an acceptable place to do that. If you''re not yet >> using mcollective, then you don''t need ActiveMQ at all. >> >> >> Mike >> >> >> On Thu, Jul 26, 2012 at 11:41 AM, Hai Tao <ehaitao@gmail.com> wrote: >>> on the puppet server ( i have only one), should I install the activeMQ >>> client or server? If client, does it mean I need to install activeMQ >>> server on all my nodes? >>> >>> Thanks. >>> >>> Hai T. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >>> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >> > > > > -- > Hai Tao > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
OK. when I issue a "mco ping" command, it will discover its own subnet only, or it can across subnets? Thanks. On Thu, Jul 26, 2012 at 2:52 PM, Denmat <tu2bgone@gmail.com> wrote:> MCollective server needs to be on all managed hosts including the puppet master. The client can be installed on any node that is required to issue the mco commands (usually the puppet master but can be elsewhere as well). > > Den > > On 27/07/2012, at 7:08, Hai Tao <ehaitao@gmail.com> wrote: > >> Yes, I am installing MCollective. So for MCollective, I do need to >> install MCollective client on the puppet server, while install the >> MCollective server on the nodes (clients), right? >> >> >> On Thu, Jul 26, 2012 at 12:25 PM, Michael Stahnke >> <stahnma@puppetlabs.com> wrote: >>> You only need activeMQ in one spot to do mcollective stuff. So, the >>> Puppet Server is an acceptable place to do that. If you''re not yet >>> using mcollective, then you don''t need ActiveMQ at all. >>> >>> >>> Mike >>> >>> >>> On Thu, Jul 26, 2012 at 11:41 AM, Hai Tao <ehaitao@gmail.com> wrote: >>>> on the puppet server ( i have only one), should I install the activeMQ >>>> client or server? If client, does it mean I need to install activeMQ >>>> server on all my nodes? >>>> >>>> Thanks. >>>> >>>> Hai T. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >>>> To post to this group, send email to puppet-users@googlegroups.com. >>>> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >>>> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >>> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >>> >> >> >> >> -- >> Hai Tao >> >> -- >> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- Hai Tao -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Eric Shamow
2012-Jul-26 22:57 UTC
Re: [Puppet Users] activeMQ client on the puppet server?
On Jul 26, 2012, at 6:50 PM, Hai Tao <ehaitao@gmail.com> wrote:> OK. > > when I issue a "mco ping" command, it will discover its own subnet > only, or it can across subnets?Hai, I would recommend reading up on how MCollective/ActiveMQ works. There is documentation here: http://docs.puppetlabs.com/mcollective/ In particular pay attention to the stuff on the broadcast paradigm and the publish/subscribe model. -- Eric Shamow Professional Services http://puppetlabs.com/ (c)631.871.6441 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks, Eric ! On Thu, Jul 26, 2012 at 3:57 PM, Eric Shamow <eric@puppetlabs.com> wrote:> On Jul 26, 2012, at 6:50 PM, Hai Tao <ehaitao@gmail.com> wrote: > >> OK. >> >> when I issue a "mco ping" command, it will discover its own subnet >> only, or it can across subnets? > > Hai, > > I would recommend reading up on how MCollective/ActiveMQ works. There is documentation here: > > http://docs.puppetlabs.com/mcollective/ > > In particular pay attention to the stuff on the broadcast paradigm and the publish/subscribe model. > > > -- > > Eric Shamow > Professional Services > http://puppetlabs.com/ > (c)631.871.6441 > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- Hai Tao -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jakov Sosic
2012-Jul-27 04:04 UTC
Re: [Puppet Users] activeMQ client on the puppet server?
On 07/26/2012 11:52 PM, Denmat wrote:> MCollective server needs to be on all managed hosts including> the puppet master. The client can be installed on any node that > is required to issue the mco commands (usually the puppet master > but can be elsewhere as well). I have the following setup (names of the RPM packages): puppet-server: - puppetmaster - mcollective-client - rabbitmq-server nodes: - puppet (puppet client) - mcollective (this is mcollective server) So I guess you don''t need mcollective server on the puppetmaster machine (if you don''t want to run commands on that machine too). -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.