HI All, Can any anyone please help me with attached screenshot. Actually i am not able to lauch puppet dashboard and when i have tried to running below command ,getting error. puppet resource service puppet ensure=running enable=true -- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote:> HI All, > > Can any anyone please help me with attached screenshot. > > Actually i am not able to lauch puppet dashboard and when i have tried to > running below command ,getting error. > > puppet resource service puppet ensure=running enable=true > >Hi, I suspect that you forgot the screenshot as I cannot see it -- Nikola -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Please find now. On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com> wrote:> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: > > HI All, > > > > Can any anyone please help me with attached screenshot. > > > > Actually i am not able to lauch puppet dashboard and when i have tried to > > running below command ,getting error. > > > > puppet resource service puppet ensure=running enable=true > > > > > Hi, > > I suspect that you forgot the screenshot as I cannot see it > > -- > Nikola > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Also getting nodes unresponsive and as per solution found on google trying to get atrt service as in screenshit but could not able to do. Please help! On Thu, Jan 31, 2013 at 4:44 AM, Mamta Garg <itsmamta.best@gmail.com> wrote:> Please find now. > > > On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com> wrote: > >> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >> > HI All, >> > >> > Can any anyone please help me with attached screenshot. >> > >> > Actually i am not able to lauch puppet dashboard and when i have tried >> to >> > running below command ,getting error. >> > >> > puppet resource service puppet ensure=running enable=true >> > >> > >> Hi, >> >> I suspect that you forgot the screenshot as I cannot see it >> >> -- >> Nikola >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > Thanks and Regards, > Mamta Garg >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Try running the Puppet agent manually with ''puppet agent --test --verbose''. The output should indicate what is preventing it from starting. - Keith On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote:> Please find now. > > On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com> wrote: > >> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >> > HI All, >> > >> > Can any anyone please help me with attached screenshot. >> > >> > Actually i am not able to lauch puppet dashboard and when i have tried >> to >> > running below command ,getting error. >> > >> > puppet resource service puppet ensure=running enable=true >> > >> > >> Hi, >> >> I suspect that you forgot the screenshot as I cannot see it >> >> -- >> Nikola >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > Thanks and Regards, > Mamta Garg > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
So this command i should run it on master machine? On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org> wrote:> Try running the Puppet agent manually with ''puppet agent --test > --verbose''. The output should indicate what is preventing it from starting. > > - Keith > On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: > >> Please find now. >> >> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >> >>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>> > HI All, >>> > >>> > Can any anyone please help me with attached screenshot. >>> > >>> > Actually i am not able to lauch puppet dashboard and when i have tried >>> to >>> > running below command ,getting error. >>> > >>> > puppet resource service puppet ensure=running enable=true >>> > >>> > >>> Hi, >>> >>> I suspect that you forgot the screenshot as I cannot see it >>> >>> -- >>> Nikola >>> >>> -- >>> 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?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> -- >> Thanks and Regards, >> Mamta Garg >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Run it where you were getting the error you posted. - Keith On 31 Jan 2013 09:59, "Mamta Garg" <itsmamta.best@gmail.com> wrote:> So this command i should run it on master machine? > > On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org> wrote: > >> Try running the Puppet agent manually with ''puppet agent --test >> --verbose''. The output should indicate what is preventing it from starting. >> >> - Keith >> On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >> >>> Please find now. >>> >>> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >>> >>>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>>> > HI All, >>>> > >>>> > Can any anyone please help me with attached screenshot. >>>> > >>>> > Actually i am not able to lauch puppet dashboard and when i have >>>> tried to >>>> > running below command ,getting error. >>>> > >>>> > puppet resource service puppet ensure=running enable=true >>>> > >>>> > >>>> Hi, >>>> >>>> I suspect that you forgot the screenshot as I cannot see it >>>> >>>> -- >>>> Nikola >>>> >>>> -- >>>> 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?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> -- >>> Thanks and Regards, >>> Mamta Garg >>> >>> -- >>> 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?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Thanks and Regards, > Mamta Garg > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Ran this command ,getting as in screeshot but All nodes are still showing unresponsive. On Thu, Jan 31, 2013 at 5:05 AM, Keith Burdis <keith@burdis.org> wrote:> Run it where you were getting the error you posted. > > - Keith > On 31 Jan 2013 09:59, "Mamta Garg" <itsmamta.best@gmail.com> wrote: > >> So this command i should run it on master machine? >> >> On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org> wrote: >> >>> Try running the Puppet agent manually with ''puppet agent --test >>> --verbose''. The output should indicate what is preventing it from starting. >>> >>> - Keith >>> On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>> >>>> Please find now. >>>> >>>> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >>>> >>>>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>>>> > HI All, >>>>> > >>>>> > Can any anyone please help me with attached screenshot. >>>>> > >>>>> > Actually i am not able to lauch puppet dashboard and when i have >>>>> tried to >>>>> > running below command ,getting error. >>>>> > >>>>> > puppet resource service puppet ensure=running enable=true >>>>> > >>>>> > >>>>> Hi, >>>>> >>>>> I suspect that you forgot the screenshot as I cannot see it >>>>> >>>>> -- >>>>> Nikola >>>>> >>>>> -- >>>>> 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?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Thanks and Regards, >>>> Mamta Garg >>>> >>>> -- >>>> 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?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> -- >>> 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?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Thanks and Regards, >> Mamta Garg >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Hi Keith, It will really helpfull if could guide me for further step. Thanks, Mamta On Thu, Jan 31, 2013 at 5:13 AM, Mamta Garg <itsmamta.best@gmail.com> wrote:> > Ran this command ,getting as in screeshot but All nodes are still showing > unresponsive. > > > On Thu, Jan 31, 2013 at 5:05 AM, Keith Burdis <keith@burdis.org> wrote: > >> Run it where you were getting the error you posted. >> >> - Keith >> On 31 Jan 2013 09:59, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >> >>> So this command i should run it on master machine? >>> >>> On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org> wrote: >>> >>>> Try running the Puppet agent manually with ''puppet agent --test >>>> --verbose''. The output should indicate what is preventing it from starting. >>>> >>>> - Keith >>>> On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>>> >>>>> Please find now. >>>>> >>>>> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >>>>> >>>>>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>>>>> > HI All, >>>>>> > >>>>>> > Can any anyone please help me with attached screenshot. >>>>>> > >>>>>> > Actually i am not able to lauch puppet dashboard and when i have >>>>>> tried to >>>>>> > running below command ,getting error. >>>>>> > >>>>>> > puppet resource service puppet ensure=running enable=true >>>>>> > >>>>>> > >>>>>> Hi, >>>>>> >>>>>> I suspect that you forgot the screenshot as I cannot see it >>>>>> >>>>>> -- >>>>>> Nikola >>>>>> >>>>>> -- >>>>>> 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?hl=en >>>>>> . >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks and Regards, >>>>> Mamta Garg >>>>> >>>>> -- >>>>> 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?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> -- >>>> 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?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Thanks and Regards, >>> Mamta Garg >>> >>> -- >>> 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?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Thanks and Regards, > Mamta Garg >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
One of the best ways to learn Puppet is to go through the Learning Puppet documentation at http://docs.puppetlabs.com/learning/. They provide a VM that you can download and use so you can get started quite quickly. I''d suggest working through this as it will help you to understand the errors that you are seeing. - Keith On 31 January 2013 11:05, Mamta Garg <itsmamta.best@gmail.com> wrote:> Hi Keith, > > It will really helpfull if could guide me for further step. > > Thanks, > Mamta > > On Thu, Jan 31, 2013 at 5:13 AM, Mamta Garg <itsmamta.best@gmail.com>wrote: > >> >> Ran this command ,getting as in screeshot but All nodes are still showing >> unresponsive. >> >> >> On Thu, Jan 31, 2013 at 5:05 AM, Keith Burdis <keith@burdis.org> wrote: >> >>> Run it where you were getting the error you posted. >>> >>> - Keith >>> On 31 Jan 2013 09:59, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>> >>>> So this command i should run it on master machine? >>>> >>>> On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org> wrote: >>>> >>>>> Try running the Puppet agent manually with ''puppet agent --test >>>>> --verbose''. The output should indicate what is preventing it from starting. >>>>> >>>>> - Keith >>>>> On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>>>> >>>>>> Please find now. >>>>>> >>>>>> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >>>>>> >>>>>>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>>>>>> > HI All, >>>>>>> > >>>>>>> > Can any anyone please help me with attached screenshot. >>>>>>> > >>>>>>> > Actually i am not able to lauch puppet dashboard and when i have >>>>>>> tried to >>>>>>> > running below command ,getting error. >>>>>>> > >>>>>>> > puppet resource service puppet ensure=running enable=true >>>>>>> > >>>>>>> > >>>>>>> Hi, >>>>>>> >>>>>>> I suspect that you forgot the screenshot as I cannot see it >>>>>>> >>>>>>> -- >>>>>>> Nikola >>>>>>> >>>>>>> -- >>>>>>> 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?hl=en. >>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks and Regards, >>>>>> Mamta Garg >>>>>> >>>>>> -- >>>>>> 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?hl=en >>>>>> . >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> 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?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Thanks and Regards, >>>> Mamta Garg >>>> >>>> -- >>>> 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?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> -- >>> 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?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Thanks and Regards, >> Mamta Garg >> > > > > -- > Thanks and Regards, > Mamta Garg > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Hi Keith, I am working on the same VM which they have provided.But this time need to overcome with this error. Actually in between disk space of master has been full so i have deleted number of logs file from master.i think becasue of that problem arrives. Thanks, Mamta On Thu, Jan 31, 2013 at 6:20 AM, Keith Burdis <keith@burdis.org> wrote:> One of the best ways to learn Puppet is to go through the Learning Puppet > documentation at http://docs.puppetlabs.com/learning/. They provide a VM > that you can download and use so you can get started quite quickly. > > I''d suggest working through this as it will help you to understand the > errors that you are seeing. > > - Keith > > > On 31 January 2013 11:05, Mamta Garg <itsmamta.best@gmail.com> wrote: > >> Hi Keith, >> >> It will really helpfull if could guide me for further step. >> >> Thanks, >> Mamta >> >> On Thu, Jan 31, 2013 at 5:13 AM, Mamta Garg <itsmamta.best@gmail.com>wrote: >> >>> >>> Ran this command ,getting as in screeshot but All nodes are still >>> showing unresponsive. >>> >>> >>> On Thu, Jan 31, 2013 at 5:05 AM, Keith Burdis <keith@burdis.org> wrote: >>> >>>> Run it where you were getting the error you posted. >>>> >>>> - Keith >>>> On 31 Jan 2013 09:59, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>>> >>>>> So this command i should run it on master machine? >>>>> >>>>> On Thu, Jan 31, 2013 at 4:53 AM, Keith Burdis <keith@burdis.org>wrote: >>>>> >>>>>> Try running the Puppet agent manually with ''puppet agent --test >>>>>> --verbose''. The output should indicate what is preventing it from starting. >>>>>> >>>>>> - Keith >>>>>> On 31 Jan 2013 09:44, "Mamta Garg" <itsmamta.best@gmail.com> wrote: >>>>>> >>>>>>> Please find now. >>>>>>> >>>>>>> On Wed, Jan 30, 2013 at 4:49 PM, Nikola Petrov <nikolavp@gmail.com>wrote: >>>>>>> >>>>>>>> On Tue, Jan 29, 2013 at 07:21:06AM -0500, Mamta Garg wrote: >>>>>>>> > HI All, >>>>>>>> > >>>>>>>> > Can any anyone please help me with attached screenshot. >>>>>>>> > >>>>>>>> > Actually i am not able to lauch puppet dashboard and when i have >>>>>>>> tried to >>>>>>>> > running below command ,getting error. >>>>>>>> > >>>>>>>> > puppet resource service puppet ensure=running enable=true >>>>>>>> > >>>>>>>> > >>>>>>>> Hi, >>>>>>>> >>>>>>>> I suspect that you forgot the screenshot as I cannot see it >>>>>>>> >>>>>>>> -- >>>>>>>> Nikola >>>>>>>> >>>>>>>> -- >>>>>>>> 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?hl=en. >>>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Thanks and Regards, >>>>>>> Mamta Garg >>>>>>> >>>>>>> -- >>>>>>> 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?hl=en. >>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> 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?hl=en >>>>>> . >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks and Regards, >>>>> Mamta Garg >>>>> >>>>> -- >>>>> 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?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> -- >>>> 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?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Thanks and Regards, >>> Mamta Garg >>> >> >> >> >> -- >> Thanks and Regards, >> Mamta Garg >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Thanks and Regards, Mamta Garg -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.