On Jul 4, 2011, at 6:35 AM, sanjiv.singh wrote:

> 
> 
> On Jul 4, 6:12 pm, Daniel Maher <dma...@milestonelab.com> wrote:
>> On 07/04/2011 02:46 PM, sanjiv.singh wrote:
>> 
>>> hi all,
>>> I have configured puppet 0.25.4 setup.
>> 
>>> since last few days , puppet master and client running very slow .It
>>> seems puppet client taking soo much time in taking configuration from
>>> master (compilation manifest ) ,specially for those node(puppet
>>> client ) for which large manifest class  to be compiled and to be
>>> deployed .
>> 
>>> what can i do to over come this issue ?
>> 
>> What sorts of steps have you already taken in order to investigate the
>> problem?  Does the Puppetmaster have enough RAM?  It is otherwise
>> overloaded from a system load perspective?  What about those two factors
>> on the client(s)?  In other words, have you eliminated all of the
>> standard system-based considerations?
>> 
>> If so, I would recommend running the client manually with test and debug
>> enabled, and taking a look at the output there.  As well, if it's
>> possible, you may wish to do the same for the master daemon - that will
>> give you a much better idea of where along the process any potential
>> hangs are occurring.
>> 
>> Good luck !
>> 
>> --
>> Daniel Maher
>> makin' plans now to live on Mars 'cuz I got Earth on lock.
> 
> 
> 
> Hi Daniel,
> I tried  to run puppet client
> /usr/sbin/puppetd --test --debug
> 
> 
> there are more entries as following :
> .
> .
> .
> .
> debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw
> yaml; using pson
> debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw
> yaml; using pson
> debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw
> yaml; using pson
> 
> 
> its throwing same entries for long time (in minutes), prior it take
> few seconds to get catalog from server and get deployed.

I'm pretty sure those entries you are looking at are file resources.  In 
general, file resources scale very poorly with webrick.  Even without webrick, 
they still tend to perform poorly.

My advice:
Stop using webrick
Take a look at recuse=>remote if you use recursive file copies a lot
Make sure you're not swapping and that you have enough ram
Consider copying big files or directories with a lot of files with a package or 
tar+wget.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to