The node and reports show up on the dashboard but not on the live management tab. Does anyone have any suggestions? is this a permissions issue? -- 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-Feb-20 19:31 UTC
Re: [Puppet Users] Cannot see node on Live Management
On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlittman@indiana.edu> wrote:> The node and reports show up on the dashboard but not on the live > management tab. > > Does anyone have any suggestions? is this a permissions issue? >Is the node in the default group in the dashboard? Puppet runs setup the mcollective/live management bits. The class is called pe_mcollective.> -- > 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.
Littman, Mark B
2012-Feb-20 19:35 UTC
RE: [Puppet Users] Cannot see node on Live Management
Yes it is in the default group. I am wondering if it is a permissions issue for the puppet user account? Does that need anything special for live management ? Reminder: it shows on all other tabs on the puppet console...just not live management. -----Original Message----- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Michael Stahnke Sent: Monday, February 20, 2012 2:31 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Cannot see node on Live Management On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlittman@indiana.edu> wrote:> The node and reports show up on the dashboard but not on the live > management tab. > > Does anyone have any suggestions? is this a permissions issue? >Is the node in the default group in the dashboard? Puppet runs setup the mcollective/live management bits. The class is called pe_mcollective.> -- > 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. -- 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.
Justin Stoller
2012-Feb-20 19:58 UTC
Re: [Puppet Users] Cannot see node on Live Management
Have you tried su-ing to the peadmin user on the master node and trying `mco ping`? Live Management is basically a front end for actions the peadmin user can do. Dropping down to that level may let you debug the issue easier. Other things to check are that activemq is working and correctly configured on the master, as well as mcollective on all of your agent nodes. You may also find more users that understand your question on the pe-users list (I assume if you''re using Live Management you''re using PE) - Justin On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B <mlittman@indiana.edu>wrote:> Yes it is in the default group. I am wondering if it is a permissions > issue for the puppet user account? Does that need anything special for live > management ? > > Reminder: it shows on all other tabs on the puppet console...just not live > management. > > > -----Original Message----- > From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] > On Behalf Of Michael Stahnke > Sent: Monday, February 20, 2012 2:31 PM > To: puppet-users@googlegroups.com > Subject: Re: [Puppet Users] Cannot see node on Live Management > > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlittman@indiana.edu> wrote: > > The node and reports show up on the dashboard but not on the live > > management tab. > > > > Does anyone have any suggestions? is this a permissions issue? > > > Is the node in the default group in the dashboard? Puppet runs setup the > mcollective/live management bits. The class is called pe_mcollective. > > > > -- > > 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. > > -- > 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 was able to do the mco ping and the only node that responded was the puppet master ..not the client. Both activemq and mcollective appear to be working. is there a pe-users group? I thought that is what this was ? On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote:> Have you tried su-ing to the peadmin user on the master node and trying > `mco ping`? > > Live Management is basically a front end for actions the peadmin user can > do. Dropping down to that level may let you debug the issue easier. > > Other things to check are that activemq is working and correctly configured > on the master, as well as mcollective on all of your agent nodes. > > You may also find more users that understand your question on the pe-users > list (I assume if you''re using Live Management you''re using PE) > > - Justin > > On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B <mlitt...@indiana.edu>wrote: > > > > > > > > > Yes it is in the default group. I am wondering if it is a permissions > > issue for the puppet user account? Does that need anything special for live > > management ? > > > Reminder: it shows on all other tabs on the puppet console...just not live > > management. > > > -----Original Message----- > > From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] > > On Behalf Of Michael Stahnke > > Sent: Monday, February 20, 2012 2:31 PM > > To: puppet-users@googlegroups.com > > Subject: Re: [Puppet Users] Cannot see node on Live Management > > > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> wrote: > > > The node and reports show up on the dashboard but not on the live > > > management tab. > > > > Does anyone have any suggestions? is this a permissions issue? > > > Is the node in the default group in the dashboard? Puppet runs setup the > > mcollective/live management bits. The class is called pe_mcollective. > > > > -- > > > 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. > > > -- > > 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.
Kenneth Lo
2012-Feb-21 15:17 UTC
Re: [Puppet Users] Re: Cannot see node on Live Management
In PE, pe-activemq is the server service (master need that service) and pe-mcollective is the client service (agents). If you don''t see your agents listed in LM normally means that the pe-mcollective service is not running on the clients. What I''ve experienced with PE is that under normal turn-key config, after your agent initially connected to the master, by default it need to wait for another puppet run for the mcollective class (in default) to pickup the service. --KL On 2/21/12 8:08 AM, "Mark B" <mlittman@indiana.edu> wrote:>Yes...I was able to do the mco ping and the only node that responded >was the puppet master ..not the client. Both activemq and mcollective >appear to be working. > >is there a pe-users group? I thought that is what this was ? > >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: >> Have you tried su-ing to the peadmin user on the master node and trying >> `mco ping`? >> >> Live Management is basically a front end for actions the peadmin user >>can >> do. Dropping down to that level may let you debug the issue easier. >> >> Other things to check are that activemq is working and correctly >>configured >> on the master, as well as mcollective on all of your agent nodes. >> >> You may also find more users that understand your question on the >>pe-users >> list (I assume if you''re using Live Management you''re using PE) >> >> - Justin >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B >><mlitt...@indiana.edu>wrote: >> >> >> >> >> >> >> >> > Yes it is in the default group. I am wondering if it is a permissions >> > issue for the puppet user account? Does that need anything special >>for live >> > management ? >> >> > Reminder: it shows on all other tabs on the puppet console...just not >>live >> > management. >> >> > -----Original Message----- >> > From: puppet-users@googlegroups.com >>[mailto:puppet-users@googlegroups.com] >> > On Behalf Of Michael Stahnke >> > Sent: Monday, February 20, 2012 2:31 PM >> > To: puppet-users@googlegroups.com >> > Subject: Re: [Puppet Users] Cannot see node on Live Management >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> wrote: >> > > The node and reports show up on the dashboard but not on the live >> > > management tab. >> >> > > Does anyone have any suggestions? is this a permissions issue? >> >> > Is the node in the default group in the dashboard? Puppet runs setup >>the >> > mcollective/live management bits. The class is called pe_mcollective. >> >> > > -- >> > > 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. >> >> > -- >> > 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. >This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- 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.
The pe-activemq is running on the server and the pe-mcollective is running on the agent. The reports from the client are showing up on the puppet console. Just not seeing the node on live management screen. Is there a way to manually do a new puppet run to try and force it? On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote:> In PE, pe-activemq is the server service (master need that service) and > pe-mcollective is the client service (agents). > > If you don''t see your agents listed in LM normally means that the > pe-mcollective service is not running on the clients. > > What I''ve experienced with PE is that under normal turn-key config, after > your agent initially connected to the master, by default it need to wait > for another puppet run for the mcollective class (in default) to pickup > the service. > > --KL > > On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > > > > > > > >Yes...I was able to do the mco ping and the only node that responded > >was the puppet master ..not the client. Both activemq and mcollective > >appear to be working. > > >is there a pe-users group? I thought that is what this was ? > > >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > >> Have you tried su-ing to thepeadminuser on the master node and trying > >> `mco ping`? > > >> Live Management is basically a front end for actions thepeadminuser > >>can > >> do. Dropping down to that level may let you debug the issue easier. > > >> Other things to check are that activemq is working and correctly > >>configured > >> on the master, as well as mcollective on all of your agent nodes. > > >> You may also find more users that understand your question on the > >>pe-users > >> list (I assume if you''re using Live Management you''re using PE) > > >> - Justin > > >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B > >><mlitt...@indiana.edu>wrote: > > >> > Yes it is in the default group. I am wondering if it is a permissions > >> > issue for the puppet user account? Does that need anything special > >>for live > >> > management ? > > >> > Reminder: it shows on all other tabs on the puppet console...just not > >>live > >> > management. > > >> > -----Original Message----- > >> > From: puppet-users@googlegroups.com > >>[mailto:puppet-users@googlegroups.com] > >> > On Behalf Of Michael Stahnke > >> > Sent: Monday, February 20, 2012 2:31 PM > >> > To: puppet-users@googlegroups.com > >> > Subject: Re: [Puppet Users] Cannot see node on Live Management > > >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> wrote: > >> > > The node and reports show up on the dashboard but not on the live > >> > > management tab. > > >> > > Does anyone have any suggestions? is this a permissions issue? > > >> > Is the node in the default group in the dashboard? Puppet runs setup > >>the > >> > mcollective/live management bits. The class is called pe_mcollective. > > >> > > -- > >> > > 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. > > >> > -- > >> > 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. > > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.-- 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.
Kenneth Lo
2012-Feb-21 16:12 UTC
Re: [Puppet Users] Re: Cannot see node on Live Management
Just try restart the mcollective service on the agent and check if you see any error there. You should also check if there are anything in-between your agent and master that''s blocking traffic. Mcollective traffic goes from agent to the master, not the other way around. --KL On 2/21/12 10:46 AM, "Mark B" <mlittman@indiana.edu> wrote:>The pe-activemq is running on the server and the pe-mcollective is >running on the agent. The reports from the client are showing up on >the puppet console. Just not seeing the node on live management >screen. Is there a way to manually do a new puppet run to try and >force it? > >On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote: >> In PE, pe-activemq is the server service (master need that service) and >> pe-mcollective is the client service (agents). >> >> If you don''t see your agents listed in LM normally means that the >> pe-mcollective service is not running on the clients. >> >> What I''ve experienced with PE is that under normal turn-key config, >>after >> your agent initially connected to the master, by default it need to wait >> for another puppet run for the mcollective class (in default) to pickup >> the service. >> >> --KL >> >> On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: >> >> >> >> >> >> >> >> >> >> >Yes...I was able to do the mco ping and the only node that responded >> >was the puppet master ..not the client. Both activemq and mcollective >> >appear to be working. >> >> >is there a pe-users group? I thought that is what this was ? >> >> >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: >> >> Have you tried su-ing to thepeadminuser on the master node and trying >> >> `mco ping`? >> >> >> Live Management is basically a front end for actions thepeadminuser >> >>can >> >> do. Dropping down to that level may let you debug the issue easier. >> >> >> Other things to check are that activemq is working and correctly >> >>configured >> >> on the master, as well as mcollective on all of your agent nodes. >> >> >> You may also find more users that understand your question on the >> >>pe-users >> >> list (I assume if you''re using Live Management you''re using PE) >> >> >> - Justin >> >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B >> >><mlitt...@indiana.edu>wrote: >> >> >> > Yes it is in the default group. I am wondering if it is a >>permissions >> >> > issue for the puppet user account? Does that need anything special >> >>for live >> >> > management ? >> >> >> > Reminder: it shows on all other tabs on the puppet console...just >>not >> >>live >> >> > management. >> >> >> > -----Original Message----- >> >> > From: puppet-users@googlegroups.com >> >>[mailto:puppet-users@googlegroups.com] >> >> > On Behalf Of Michael Stahnke >> >> > Sent: Monday, February 20, 2012 2:31 PM >> >> > To: puppet-users@googlegroups.com >> >> > Subject: Re: [Puppet Users] Cannot see node on Live Management >> >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> >>wrote: >> >> > > The node and reports show up on the dashboard but not on the live >> >> > > management tab. >> >> >> > > Does anyone have any suggestions? is this a permissions issue? >> >> >> > Is the node in the default group in the dashboard? Puppet runs >>setup >> >>the >> >> > mcollective/live management bits. The class is called >>pe_mcollective. >> >> >> > > -- >> >> > > 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. >> >> >> > -- >> >> > 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. >> >> This message is for the designated recipient only and may contain >>privileged, proprietary, or otherwise private information. If you have >>received it in error, please notify the sender immediately and delete >>the original. Any other use of the email by you is prohibited. > >-- >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. >This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- 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.
I restarted the mcollective and I see the following in the logs: I, [2012-02-21T11:18:13.485565 #13326] INFO -- : stomp.rb:79:in `on_connectfail'' Connction to stomp://mcollective@puppett.xxxx.xxx.xxx:61613 failed on attempt 11 On Feb 21, 11:12 am, Kenneth Lo <k...@paydiant.com> wrote:> Just try restart the mcollective service on the agent and check if you see > any error there. > > You should also check if there are anything in-between your agent and > master that''s blocking traffic. Mcollective traffic goes from agent to the > master, not the other way around. > > --KL > > On 2/21/12 10:46 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > > > > > > > >The pe-activemq is running on the server and the pe-mcollective is > >running on the agent. The reports from the client are showing up on > >the puppet console. Just not seeing the node on live management > >screen. Is there a way to manually do a new puppet run to try and > >force it? > > >On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote: > >> In PE, pe-activemq is the server service (master need that service) and > >> pe-mcollective is the client service (agents). > > >> If you don''t see your agents listed in LM normally means that the > >> pe-mcollective service is not running on the clients. > > >> What I''ve experienced with PE is that under normal turn-key config, > >>after > >> your agent initially connected to the master, by default it need to wait > >> for another puppet run for the mcollective class (in default) to pickup > >> the service. > > >> --KL > > >> On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > >> >Yes...I was able to do the mco ping and the only node that responded > >> >was the puppet master ..not the client. Both activemq and mcollective > >> >appear to be working. > > >> >is there a pe-users group? I thought that is what this was ? > > >> >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > >> >> Have you tried su-ing to thepeadminuser on the master node and trying > >> >> `mco ping`? > > >> >> Live Management is basically a front end for actions thepeadminuser > >> >>can > >> >> do. Dropping down to that level may let you debug the issue easier. > > >> >> Other things to check are that activemq is working and correctly > >> >>configured > >> >> on the master, as well as mcollective on all of your agent nodes. > > >> >> You may also find more users that understand your question on the > >> >>pe-users > >> >> list (I assume if you''re using Live Management you''re using PE) > > >> >> - Justin > > >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B > >> >><mlitt...@indiana.edu>wrote: > > >> >> > Yes it is in the default group. I am wondering if it is a > >>permissions > >> >> > issue for the puppet user account? Does that need anything special > >> >>for live > >> >> > management ? > > >> >> > Reminder: it shows on all other tabs on the puppet console...just > >>not > >> >>live > >> >> > management. > > >> >> > -----Original Message----- > >> >> > From: puppet-users@googlegroups.com > >> >>[mailto:puppet-users@googlegroups.com] > >> >> > On Behalf Of Michael Stahnke > >> >> > Sent: Monday, February 20, 2012 2:31 PM > >> >> > To: puppet-users@googlegroups.com > >> >> > Subject: Re: [Puppet Users] Cannot see node on Live Management > > >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> > >>wrote: > >> >> > > The node and reports show up on the dashboard but not on the live > >> >> > > management tab. > > >> >> > > Does anyone have any suggestions? is this a permissions issue? > > >> >> > Is the node in the default group in the dashboard? Puppet runs > >>setup > >> >>the > >> >> > mcollective/live management bits. The class is called > >>pe_mcollective. > > >> >> > > -- > >> >> > > 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. > > >> >> > -- > >> >> > 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. > > >> This message is for the designated recipient only and may contain > >>privileged, proprietary, or otherwise private information. If you have > >>received it in error, please notify the sender immediately and delete > >>the original. Any other use of the email by you is prohibited. > > >-- > >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. > > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.-- 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.
Gary Larizza
2012-Feb-21 16:36 UTC
Re: [Puppet Users] Re: Cannot see node on Live Management
On Tue, Feb 21, 2012 at 8:21 AM, Mark B <mlittman@indiana.edu> wrote:> I restarted the mcollective and I see the following in the logs: > > I, [2012-02-21T11:18:13.485565 #13326] INFO -- : stomp.rb:79:in > `on_connectfail'' Connction to stomp://mcollective@puppett.xxxx.xxx.xxx > :61613 > failed on attempt 11 >Note puppett (with two t''s) - is that intentional? Can you ping that address? Firewall rules possibly?> > > On Feb 21, 11:12 am, Kenneth Lo <k...@paydiant.com> wrote: > > Just try restart the mcollective service on the agent and check if you > see > > any error there. > > > > You should also check if there are anything in-between your agent and > > master that''s blocking traffic. Mcollective traffic goes from agent to > the > > master, not the other way around. > > > > --KL > > > > On 2/21/12 10:46 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > > > > > > > > > > > > > > > > > >The pe-activemq is running on the server and the pe-mcollective is > > >running on the agent. The reports from the client are showing up on > > >the puppet console. Just not seeing the node on live management > > >screen. Is there a way to manually do a new puppet run to try and > > >force it? > > > > >On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote: > > >> In PE, pe-activemq is the server service (master need that service) > and > > >> pe-mcollective is the client service (agents). > > > > >> If you don''t see your agents listed in LM normally means that the > > >> pe-mcollective service is not running on the clients. > > > > >> What I''ve experienced with PE is that under normal turn-key config, > > >>after > > >> your agent initially connected to the master, by default it need to > wait > > >> for another puppet run for the mcollective class (in default) to > pickup > > >> the service. > > > > >> --KL > > > > >> On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > >> >Yes...I was able to do the mco ping and the only node that responded > > >> >was the puppet master ..not the client. Both activemq and mcollective > > >> >appear to be working. > > > > >> >is there a pe-users group? I thought that is what this was ? > > > > >> >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > > >> >> Have you tried su-ing to thepeadminuser on the master node and > trying > > >> >> `mco ping`? > > > > >> >> Live Management is basically a front end for actions thepeadminuser > > >> >>can > > >> >> do. Dropping down to that level may let you debug the issue easier. > > > > >> >> Other things to check are that activemq is working and correctly > > >> >>configured > > >> >> on the master, as well as mcollective on all of your agent nodes. > > > > >> >> You may also find more users that understand your question on the > > >> >>pe-users > > >> >> list (I assume if you''re using Live Management you''re using PE) > > > > >> >> - Justin > > > > >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B > > >> >><mlitt...@indiana.edu>wrote: > > > > >> >> > Yes it is in the default group. I am wondering if it is a > > >>permissions > > >> >> > issue for the puppet user account? Does that need anything > special > > >> >>for live > > >> >> > management ? > > > > >> >> > Reminder: it shows on all other tabs on the puppet console...just > > >>not > > >> >>live > > >> >> > management. > > > > >> >> > -----Original Message----- > > >> >> > From: puppet-users@googlegroups.com > > >> >>[mailto:puppet-users@googlegroups.com] > > >> >> > On Behalf Of Michael Stahnke > > >> >> > Sent: Monday, February 20, 2012 2:31 PM > > >> >> > To: puppet-users@googlegroups.com > > >> >> > Subject: Re: [Puppet Users] Cannot see node on Live Management > > > > >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> > > >>wrote: > > >> >> > > The node and reports show up on the dashboard but not on the > live > > >> >> > > management tab. > > > > >> >> > > Does anyone have any suggestions? is this a permissions issue? > > > > >> >> > Is the node in the default group in the dashboard? Puppet runs > > >>setup > > >> >>the > > >> >> > mcollective/live management bits. The class is called > > >>pe_mcollective. > > > > >> >> > > -- > > >> >> > > 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. > > > > >> >> > -- > > >> >> > 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. > > > > >> This message is for the designated recipient only and may contain > > >>privileged, proprietary, or otherwise private information. If you have > > >>received it in error, please notify the sender immediately and delete > > >>the original. Any other use of the email by you is prohibited. > > > > >-- > > >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. > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > -- > 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. > >-- Gary Larizza Professional Services Engineer Puppet Labs -- 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...since this is out puppet test server we call it puppett On Feb 21, 11:36 am, Gary Larizza <g...@puppetlabs.com> wrote:> On Tue, Feb 21, 2012 at 8:21 AM, Mark B <mlitt...@indiana.edu> wrote: > > I restarted the mcollective and I see the following in the logs: > > > I, [2012-02-21T11:18:13.485565 #13326] INFO -- : stomp.rb:79:in > > `on_connectfail'' Connction to stomp://mcollect...@puppett.xxxx.xxx.xxx > > :61613 > > failed on attempt 11 > > Note puppett (with two t''s) - is that intentional? Can you ping that > address? Firewall rules possibly? > > > > > > > > > > > > > On Feb 21, 11:12 am, Kenneth Lo <k...@paydiant.com> wrote: > > > Just try restart the mcollective service on the agent and check if you > > see > > > any error there. > > > > You should also check if there are anything in-between your agent and > > > master that''s blocking traffic. Mcollective traffic goes from agent to > > the > > > master, not the other way around. > > > > --KL > > > > On 2/21/12 10:46 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > >The pe-activemq is running on the server and the pe-mcollective is > > > >running on the agent. The reports from the client are showing up on > > > >the puppet console. Just not seeing the node on live management > > > >screen. Is there a way to manually do a new puppet run to try and > > > >force it? > > > > >On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote: > > > >> In PE, pe-activemq is the server service (master need that service) > > and > > > >> pe-mcollective is the client service (agents). > > > > >> If you don''t see your agents listed in LM normally means that the > > > >> pe-mcollective service is not running on the clients. > > > > >> What I''ve experienced with PE is that under normal turn-key config, > > > >>after > > > >> your agent initially connected to the master, by default it need to > > wait > > > >> for another puppet run for the mcollective class (in default) to > > pickup > > > >> the service. > > > > >> --KL > > > > >> On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > >> >Yes...I was able to do the mco ping and the only node that responded > > > >> >was the puppet master ..not the client. Both activemq and mcollective > > > >> >appear to be working. > > > > >> >is there a pe-users group? I thought that is what this was ? > > > > >> >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > > > >> >> Have you tried su-ing to thepeadminuser on the master node and > > trying > > > >> >> `mco ping`? > > > > >> >> Live Management is basically a front end for actions thepeadminuser > > > >> >>can > > > >> >> do. Dropping down to that level may let you debug the issue easier. > > > > >> >> Other things to check are that activemq is working and correctly > > > >> >>configured > > > >> >> on the master, as well as mcollective on all of your agent nodes. > > > > >> >> You may also find more users that understand your question on the > > > >> >>pe-users > > > >> >> list (I assume if you''re using Live Management you''re using PE) > > > > >> >> - Justin > > > > >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B > > > >> >><mlitt...@indiana.edu>wrote: > > > > >> >> > Yes it is in the default group. I am wondering if it is a > > > >>permissions > > > >> >> > issue for the puppet user account? Does that need anything > > special > > > >> >>for live > > > >> >> > management ? > > > > >> >> > Reminder: it shows on all other tabs on the puppet console...just > > > >>not > > > >> >>live > > > >> >> > management. > > > > >> >> > -----Original Message----- > > > >> >> > From: puppet-users@googlegroups.com > > > >> >>[mailto:puppet-users@googlegroups.com] > > > >> >> > On Behalf Of Michael Stahnke > > > >> >> > Sent: Monday, February 20, 2012 2:31 PM > > > >> >> > To: puppet-users@googlegroups.com > > > >> >> > Subject: Re: [Puppet Users] Cannot see node on Live Management > > > > >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> > > > >>wrote: > > > >> >> > > The node and reports show up on the dashboard but not on the > > live > > > >> >> > > management tab. > > > > >> >> > > Does anyone have any suggestions? is this a permissions issue? > > > > >> >> > Is the node in the default group in the dashboard? Puppet runs > > > >>setup > > > >> >>the > > > >> >> > mcollective/live management bits. The class is called > > > >>pe_mcollective. > > > > >> >> > > -- > > > >> >> > > 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. > > > > >> >> > -- > > > >> >> > 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. > > > > >> This message is for the designated recipient only and may contain > > > >>privileged, proprietary, or otherwise private information. If you have > > > >>received it in error, please notify the sender immediately and delete > > > >>the original. Any other use of the email by you is prohibited. > > > > >-- > > > >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. > > > > This message is for the designated recipient only and may contain > > privileged, proprietary, or otherwise private information. If you have > > received it in error, please notify the sender immediately and delete the > > original. Any other use of the email by you is prohibited. > > > -- > > 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. > > -- > > Gary Larizza > Professional Services Engineer > Puppet Labs-- 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.
BTW...yes I can ping it from the client and the 3 ports are open.... On Feb 21, 11:36 am, Gary Larizza <g...@puppetlabs.com> wrote:> On Tue, Feb 21, 2012 at 8:21 AM, Mark B <mlitt...@indiana.edu> wrote: > > I restarted the mcollective and I see the following in the logs: > > > I, [2012-02-21T11:18:13.485565 #13326] INFO -- : stomp.rb:79:in > > `on_connectfail'' Connction to stomp://mcollect...@puppett.xxxx.xxx.xxx > > :61613 > > failed on attempt 11 > > Note puppett (with two t''s) - is that intentional? Can you ping that > address? Firewall rules possibly? > > > > > > > > > > > > > On Feb 21, 11:12 am, Kenneth Lo <k...@paydiant.com> wrote: > > > Just try restart the mcollective service on the agent and check if you > > see > > > any error there. > > > > You should also check if there are anything in-between your agent and > > > master that''s blocking traffic. Mcollective traffic goes from agent to > > the > > > master, not the other way around. > > > > --KL > > > > On 2/21/12 10:46 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > >The pe-activemq is running on the server and the pe-mcollective is > > > >running on the agent. The reports from the client are showing up on > > > >the puppet console. Just not seeing the node on live management > > > >screen. Is there a way to manually do a new puppet run to try and > > > >force it? > > > > >On Feb 21, 10:17 am, Kenneth Lo <k...@paydiant.com> wrote: > > > >> In PE, pe-activemq is the server service (master need that service) > > and > > > >> pe-mcollective is the client service (agents). > > > > >> If you don''t see your agents listed in LM normally means that the > > > >> pe-mcollective service is not running on the clients. > > > > >> What I''ve experienced with PE is that under normal turn-key config, > > > >>after > > > >> your agent initially connected to the master, by default it need to > > wait > > > >> for another puppet run for the mcollective class (in default) to > > pickup > > > >> the service. > > > > >> --KL > > > > >> On 2/21/12 8:08 AM, "Mark B" <mlitt...@indiana.edu> wrote: > > > > >> >Yes...I was able to do the mco ping and the only node that responded > > > >> >was the puppet master ..not the client. Both activemq and mcollective > > > >> >appear to be working. > > > > >> >is there a pe-users group? I thought that is what this was ? > > > > >> >On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > > > >> >> Have you tried su-ing to thepeadminuser on the master node and > > trying > > > >> >> `mco ping`? > > > > >> >> Live Management is basically a front end for actions thepeadminuser > > > >> >>can > > > >> >> do. Dropping down to that level may let you debug the issue easier. > > > > >> >> Other things to check are that activemq is working and correctly > > > >> >>configured > > > >> >> on the master, as well as mcollective on all of your agent nodes. > > > > >> >> You may also find more users that understand your question on the > > > >> >>pe-users > > > >> >> list (I assume if you''re using Live Management you''re using PE) > > > > >> >> - Justin > > > > >> >> On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B > > > >> >><mlitt...@indiana.edu>wrote: > > > > >> >> > Yes it is in the default group. I am wondering if it is a > > > >>permissions > > > >> >> > issue for the puppet user account? Does that need anything > > special > > > >> >>for live > > > >> >> > management ? > > > > >> >> > Reminder: it shows on all other tabs on the puppet console...just > > > >>not > > > >> >>live > > > >> >> > management. > > > > >> >> > -----Original Message----- > > > >> >> > From: puppet-users@googlegroups.com > > > >> >>[mailto:puppet-users@googlegroups.com] > > > >> >> > On Behalf Of Michael Stahnke > > > >> >> > Sent: Monday, February 20, 2012 2:31 PM > > > >> >> > To: puppet-users@googlegroups.com > > > >> >> > Subject: Re: [Puppet Users] Cannot see node on Live Management > > > > >> >> > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> > > > >>wrote: > > > >> >> > > The node and reports show up on the dashboard but not on the > > live > > > >> >> > > management tab. > > > > >> >> > > Does anyone have any suggestions? is this a permissions issue? > > > > >> >> > Is the node in the default group in the dashboard? Puppet runs > > > >>setup > > > >> >>the > > > >> >> > mcollective/live management bits. The class is called > > > >>pe_mcollective. > > > > >> >> > > -- > > > >> >> > > 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. > > > > >> >> > -- > > > >> >> > 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. > > > > >> This message is for the designated recipient only and may contain > > > >>privileged, proprietary, or otherwise private information. If you have > > > >>received it in error, please notify the sender immediately and delete > > > >>the original. Any other use of the email by you is prohibited. > > > > >-- > > > >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. > > > > This message is for the designated recipient only and may contain > > privileged, proprietary, or otherwise private information. If you have > > received it in error, please notify the sender immediately and delete the > > original. Any other use of the email by you is prohibited. > > > -- > > 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. > > -- > > Gary Larizza > Professional Services Engineer > Puppet Labs-- 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.
Bert Cauwelier
2013-Jan-09 15:30 UTC
[Puppet Users] Re: Cannot see node on Live Management
Hello, i am having the same problem after installing Puppet enterprise 2.7 but when i want to use mco ping i get # mco ping The Marionette Collective version 1.2.1 /usr/local/bin/mco: command (options) Known commands: I can''t seem to ping or i am doing somethiing worng Op dinsdag 21 februari 2012 14:08:26 UTC+1 schreef Mark B het volgende:> > Yes...I was able to do the mco ping and the only node that responded > was the puppet master ..not the client. Both activemq and mcollective > appear to be working. > > is there a pe-users group? I thought that is what this was ? > > On Feb 20, 2:58 pm, Justin Stoller <jus...@puppetlabs.com> wrote: > > Have you tried su-ing to the peadmin user on the master node and trying > > `mco ping`? > > > > Live Management is basically a front end for actions the peadmin user > can > > do. Dropping down to that level may let you debug the issue easier. > > > > Other things to check are that activemq is working and correctly > configured > > on the master, as well as mcollective on all of your agent nodes. > > > > You may also find more users that understand your question on the > pe-users > > list (I assume if you''re using Live Management you''re using PE) > > > > - Justin > > > > On Mon, Feb 20, 2012 at 11:35 AM, Littman, Mark B <mlitt...@indiana.edu>wrote: > > > > > > > > > > > > > > > > > > Yes it is in the default group. I am wondering if it is a permissions > > > issue for the puppet user account? Does that need anything special for > live > > > management ? > > > > > Reminder: it shows on all other tabs on the puppet console...just not > live > > > management. > > > > > -----Original Message----- > > > From: puppet...@googlegroups.com <javascript:> [mailto: > puppet...@googlegroups.com <javascript:>] > > > On Behalf Of Michael Stahnke > > > Sent: Monday, February 20, 2012 2:31 PM > > > To: puppet...@googlegroups.com <javascript:> > > > Subject: Re: [Puppet Users] Cannot see node on Live Management > > > > > On Mon, Feb 20, 2012 at 4:29 AM, Mark B <mlitt...@indiana.edu> wrote: > > > > The node and reports show up on the dashboard but not on the live > > > > management tab. > > > > > > Does anyone have any suggestions? is this a permissions issue? > > > > > Is the node in the default group in the dashboard? Puppet runs setup > the > > > mcollective/live management bits. The class is called pe_mcollective. > > > > > > -- > > > > You received this message because you are subscribed to the Google > > > Groups "Puppet Users" group. > > > > To post to this group, send email to puppet...@googlegroups.com<javascript:>. > > > > > To unsubscribe from this group, send email to > > > puppet-users...@googlegroups.com <javascript:>. > > > > 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...@googlegroups.com<javascript:>. > > > > To unsubscribe from this group, send email to > > > puppet-users...@googlegroups.com <javascript:>. > > > 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...@googlegroups.com<javascript:>. > > > > To unsubscribe from this group, send email to > > > puppet-users...@googlegroups.com <javascript:>. > > > 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 view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Sc4oR0aRTzcJ. 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.
Rodrigo Pompei
2013-Sep-20 20:25 UTC
[Puppet Users] Re: Cannot see node on Live Management
Hello, I am having the same problem after installing Puppet enterprise 3.0 But I can see that mcolletive connected with server I, [2013-09-20T17:13:23.301235 #9312] INFO -- : mcollectived:35:in `<main>'' The Marionette Collective 2.2.4 started logging at info level I, [2013-09-20T17:13:23.556832 #9320] INFO -- : activemq.rb:121:in `on_ssl_connecting'' Estblishing SSL session with stomp+ssl://mcollective@learn.localdomain:61613 I, [2013-09-20T17:13:23.576454 #9320] INFO -- : activemq.rb:96:in `on_connecting'' TCP Connection attempt 0 to stomp+ssl://mcollective@learn.localdomain:61613 I, [2013-09-20T17:13:25.180734 #9320] INFO -- : activemq.rb:126:in `on_ssl_connected'' SSL session established with stomp+ssl://mcollective@learn.localdomain:61613 I, [2013-09-20T17:13:25.329626 #9320] INFO -- : activemq.rb:101:in `on_connected'' Conncted to stomp+ssl://mcollective@learn.localdomain:61613 Em segunda-feira, 20 de fevereiro de 2012 09h29min22s UTC-3, Mark B escreveu:> > The node and reports show up on the dashboard but not on the live > management tab. > > Does anyone have any suggestions? is this a permissions issue?-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Rodrigo Pompei
2013-Oct-17 17:10 UTC
[Puppet Users] Re: Cannot see node on Live Management
I could find root cause and after that I fixed my problem Root cause was that hour of my Linux servers were differents. Fix: I installed and configured a ntpd service (using puppet :-) ) and after ALL servers are with same hours, they magicly started to apper at Live Management Em sexta-feira, 20 de setembro de 2013 17h25min39s UTC-3, Rodrigo Pompei escreveu:> > Hello, > > I am having the same problem after installing Puppet enterprise 3.0 > > But I can see that mcolletive connected with server > > I, [2013-09-20T17:13:23.301235 #9312] INFO -- : mcollectived:35:in > `<main>'' The Marionette Collective 2.2.4 started logging at info level > I, [2013-09-20T17:13:23.556832 #9320] INFO -- : activemq.rb:121:in > `on_ssl_connecting'' Estblishing SSL session with > stomp+ssl://mcollective@learn.localdomain:61613 > I, [2013-09-20T17:13:23.576454 #9320] INFO -- : activemq.rb:96:in > `on_connecting'' TCP Connection attempt 0 to > stomp+ssl://mcollective@learn.localdomain:61613 > I, [2013-09-20T17:13:25.180734 #9320] INFO -- : activemq.rb:126:in > `on_ssl_connected'' SSL session established with > stomp+ssl://mcollective@learn.localdomain:61613 > I, [2013-09-20T17:13:25.329626 #9320] INFO -- : activemq.rb:101:in > `on_connected'' Conncted to stomp+ssl://mcollective@learn.localdomain:61613 > > Em segunda-feira, 20 de fevereiro de 2012 09h29min22s UTC-3, Mark B > escreveu: >> >> The node and reports show up on the dashboard but not on the live >> management tab. >> >> Does anyone have any suggestions? is this a permissions issue? > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.