huangmingyou
2008-Mar-28 06:00 UTC
[Puppet Users] how to let the puppetmasterd fast and fast
hi,all My puppetmaster have more and more manifests ,and it''s run very slow now. how to set can let the puppetmaster run fast ? huang mingyou --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jean-Baptiste Quenot
2008-Mar-28 09:31 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
Which version do you use? Can you provide more details? Thanks in advance, -- Jean-Baptiste Quenot http://caraldi.com/jbq/blog/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-Mar-28 11:03 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
facter version is 1.3.7,puppet on client side is 0.23.2 ,puppet on server side is 0.24.1 ,and use the external resource. mysql server version is 4.1.11-Debian_4sarge7-log. os is debian sarge. On Mar 28, 5:31 pm, "Jean-Baptiste Quenot" <j...@caraldi.com> wrote:> Which version do you use? Can you provide more details? > > Thanks in advance, > -- > Jean-Baptiste Quenothttp://caraldi.com/jbq/blog/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Blake Barnett
2008-Mar-28 18:42 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
On Mar 28, 2008, at 4:03 AM, huangmingyou wrote:> > facter version is 1.3.7,puppet on client side is 0.23.2 ,puppet on > server side is 0.24.1 ,and use the external resource. mysql server > version is 4.1.11-Debian_4sarge7-log. os is debian sarge.You have storeconfigs=true in puppet.conf? If so: How many clients do you have? How long does it take to compile & store your catalogs? How long does it take to compile a catalog if you turn off storeconfigs? -Blake --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-Mar-29 02:06 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
yes,I set storeconfigs = true in puppet.conf. and have 119 hosts. the time to compile and store the catalogs i don''t know, how to get it ? On Mar 29, 2:42 am, Blake Barnett <sha...@gmail.com> wrote:> On Mar 28, 2008, at 4:03 AM, huangmingyou wrote: > > > > > facter version is 1.3.7,puppet on client side is 0.23.2 ,puppet on > > server side is 0.24.1 ,and use the external resource. mysql server > > version is 4.1.11-Debian_4sarge7-log. os is debian sarge. > > You have storeconfigs=true in puppet.conf? > If so: > How many clients do you have? > How long does it take to compile & store your catalogs? > How long does it take to compile a catalog if you turn off > storeconfigs? > > -Blake--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Blake Barnett
2008-Mar-29 02:39 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
On Mar 28, 2008, at 7:06 PM, huangmingyou wrote:> > yes,I set storeconfigs = true in puppet.conf. and have 119 hosts. the > time to compile and store the catalogs i don''t know, how to get it ?It should show up in your logs. To see it on the console run puppetmasterd like so: # /usr/sbin/puppetmasterd --debug --verbose --no-daemonize -Blake --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-Mar-29 07:57 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
from server side: info: Stored catalog for sh-zj3.tele.nagios.i.vmx.cn in 5.52 seconds notice: Compiled configuration for sh-zj3.tele.nagios.i.vmx.cn in 20.63 seconds from client side: notice: Finished configuration run in 8.28 seconds On Mar 29, 10:39 am, Blake Barnett <sha...@gmail.com> wrote:> On Mar 28, 2008, at 7:06 PM, huangmingyou wrote: > > > > > yes,I set storeconfigs = true in puppet.conf. and have 119 hosts. the > > time to compile and store the catalogs i don''t know, how to get it ? > > It should show up in your logs. To see it on the console run > puppetmasterd like so: > > # /usr/sbin/puppetmasterd --debug --verbose --no-daemonize > > -Blake--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
David Schmitt
2008-Mar-29 17:58 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 29 March 2008, huangmingyou wrote:> from server side: > info: Stored catalog for sh-zj3.tele.nagios.i.vmx.cn in 5.52 seconds > notice: Compiled configuration for sh-zj3.tele.nagios.i.vmx.cn in > 20.63 seconds > from client side: > notice: Finished configuration run in 8.28 secondsYou might want to look into running the puppetmaster behind a load-balancer like mongrel: http://reductivelabs.com/trac/puppet/wiki/UsingMongrel Regards, David - -- The primary freedom of open source is not the freedom from cost, but the free- dom to shape software to do what you want. This freedom is /never/ exercised without cost, but is available /at all/ only by accepting the very different costs associated with open source, costs not in money, but in time and effort. - -- http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH7oM9/Pp1N6Uzh0URArEnAJ9j62fz2X+IsD1s9LPUyVOJR+RAZgCZAaXx INMCDUJvEtmEQbR9xTmyXsc=/KKv -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Nigel Kersten
2008-Mar-31 02:50 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
On Sat, Mar 29, 2008 at 10:58 AM, David Schmitt <david@schmitt.edv-bus.at> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Saturday 29 March 2008, huangmingyou wrote: > > from server side: > > info: Stored catalog for sh-zj3.tele.nagios.i.vmx.cn in 5.52 seconds > > notice: Compiled configuration for sh-zj3.tele.nagios.i.vmx.cn in > > 20.63 seconds > > from client side: > > notice: Finished configuration run in 8.28 seconds > > You might want to look into running the puppetmaster behind a > load-balancer > like mongrel: > > http://reductivelabs.com/trac/puppet/wiki/UsingMongrelMongrel isn''t really a load-balancer, it''s just that you can set up a web proxy in front of multiple instances of it like Apache/Pound/Nginx to balance between the mongrel instances. We''re really pleased with Pound. It''s been much much more robust under really heavy load than Apache was.> > > Regards, David > > - -- > The primary freedom of open source is not the freedom from cost, but the > free- > dom to shape software to do what you want. This freedom is /never/ > exercised > without cost, but is available /at all/ only by accepting the very > different > costs associated with open source, costs not in money, but in time and > effort. > - -- http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking<http://www.schierer.org/%7Eluke/log/20070710-1129/on-forks-and-forking> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFH7oM9/Pp1N6Uzh0URArEnAJ9j62fz2X+IsD1s9LPUyVOJR+RAZgCZAaXx > INMCDUJvEtmEQbR9xTmyXsc> =/KKv > -----END PGP SIGNATURE----- > > > >-- Nigel Kersten Systems Administrator MacOps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-Mar-31 06:57 UTC
[Puppet Users] Re: how to let the puppetmasterd fast and fast
in my hosts group have many squid server, so if can use squid to proxy client request,the will be nice. but I can''t find some document for do that. I ''ll test pound and apache proxy. On Mar 31, 10:50 am, "Nigel Kersten" <nig...@google.com> wrote:> On Sat, Mar 29, 2008 at 10:58 AM, David Schmitt <da...@schmitt.edv-bus.at> > wrote: > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > On Saturday 29 March 2008, huangmingyou wrote: > > > from server side: > > > info: Stored catalog for sh-zj3.tele.nagios.i.vmx.cn in 5.52 seconds > > > notice: Compiled configuration for sh-zj3.tele.nagios.i.vmx.cn in > > > 20.63 seconds > > > from client side: > > > notice: Finished configuration run in 8.28 seconds > > > You might want to look into running the puppetmaster behind a > > load-balancer > > like mongrel: > > >http://reductivelabs.com/trac/puppet/wiki/UsingMongrel > > Mongrel isn''t really a load-balancer, it''s just that you can set up a web > proxy in front of multiple instances of it like Apache/Pound/Nginx to > balance between the mongrel instances. > > We''re really pleased with Pound. It''s been much much more robust under > really heavy load than Apache was. > > > > > > > Regards, David > > > - -- > > The primary freedom of open source is not the freedom from cost, but the > > free- > > dom to shape software to do what you want. This freedom is /never/ > > exercised > > without cost, but is available /at all/ only by accepting the very > > different > > costs associated with open source, costs not in money, but in time and > > effort. > > - --http://www.schierer.org/~luke/log/20070710-1129/on-forks-and-forking<http://www.schierer.org/%7Eluke/log/20070710-1129/on-forks-and-forking> > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.6 (GNU/Linux) > > > iD8DBQFH7oM9/Pp1N6Uzh0URArEnAJ9j62fz2X+IsD1s9LPUyVOJR+RAZgCZAaXx > > INMCDUJvEtmEQbR9xTmyXsc> > =/KKv > > -----END PGP SIGNATURE----- > > -- > Nigel Kersten > Systems Administrator > MacOps--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---