Re: [Puppet Users] Puppet runs extremly slow on 1 of 18 Windows Server

2013-08-14 Thread Sean Wolf
I ran into this same problem, and pe_compliance was the culprit-- took 120 
seconds.  Removing this class from the default group and re-running puppet 
made it run quickly again.


On Monday, October 1, 2012 2:08:08 PM UTC-6, Josh Cooper wrote:

 On Mon, Sep 3, 2012 at 2:07 AM, David Schmitt da...@dasz.at javascript: 
 wrote: 
  On 03.09.2012 09:45, Jan Ziegler wrote: 
  
  Hi, 
  
  We have 18 Windows Server in the same environment. All Windows Server 
  are build with an individual Windows Image, we created before, which 
  means, that all Windows Machines have the same configuration except 
  ip/mac address and hostname. 
  17 of those Windows Server run Puppet within 120 seconds per run. But 
  one of those Server took 49 hours for the run...the second one wasn't 
  faster. 
  
  We already installed this machine from bottom up several times, to be 
  sure, that this server has the same configuration as the other ones... 
  but without success. 
  
  The last lines before it takes some hours are: 
  
  info: Loading facts in C:\.. and so on 
  info: Loading facts in C:\.. and so on 
  info: Caching catalog for windowstest.domain 
  info: Applying configuration version '1346550140' 
  
  
  Any idea why this machine is so slow? It uses the same puppet classes 
 as 
  the other 17 server. 
  
  
  
  use --evaltrace to see which resources are evaluated. Maybe this gives 
 you a 
  hint what's happening. 
  
  Since you seem to be pretty sure this is not a problem rooted in the 
 machine 
  itself, the attentions focuses on the environment: Perhaps there is an 
  IP-collision with another device on the network? Perhaps the switchport 
 is 
  faulty? The underlying virtualisation has something fishy configured? 
 The 
  nameserver is acting up? etc. 
  
  
  
  Good hunting, D. 

 Did this issue get resolved? If not, what did --evaltrace show? Are 
 you managing file owner and group? 

 Josh 

 -- 
 Josh Cooper 
 Developer, Puppet Labs 


-- 
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+unsubscr...@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.


Re: [Puppet Users] Puppet runs extremly slow on 1 of 18 Windows Server

2012-10-01 Thread Josh Cooper
On Mon, Sep 3, 2012 at 2:07 AM, David Schmitt da...@dasz.at wrote:
 On 03.09.2012 09:45, Jan Ziegler wrote:

 Hi,

 We have 18 Windows Server in the same environment. All Windows Server
 are build with an individual Windows Image, we created before, which
 means, that all Windows Machines have the same configuration except
 ip/mac address and hostname.
 17 of those Windows Server run Puppet within 120 seconds per run. But
 one of those Server took 49 hours for the run...the second one wasn't
 faster.

 We already installed this machine from bottom up several times, to be
 sure, that this server has the same configuration as the other ones...
 but without success.

 The last lines before it takes some hours are:

 info: Loading facts in C:\.. and so on
 info: Loading facts in C:\.. and so on
 info: Caching catalog for windowstest.domain
 info: Applying configuration version '1346550140'


 Any idea why this machine is so slow? It uses the same puppet classes as
 the other 17 server.



 use --evaltrace to see which resources are evaluated. Maybe this gives you a
 hint what's happening.

 Since you seem to be pretty sure this is not a problem rooted in the machine
 itself, the attentions focuses on the environment: Perhaps there is an
 IP-collision with another device on the network? Perhaps the switchport is
 faulty? The underlying virtualisation has something fishy configured? The
 nameserver is acting up? etc.



 Good hunting, D.

Did this issue get resolved? If not, what did --evaltrace show? Are
you managing file owner and group?

Josh

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



[Puppet Users] Puppet runs extremly slow on 1 of 18 Windows Server

2012-09-03 Thread Jan Ziegler
Hi,

We have 18 Windows Server in the same environment. All Windows Server are 
build with an individual Windows Image, we created before, which means, 
that all Windows Machines have the same configuration except ip/mac address 
and hostname.
17 of those Windows Server run Puppet within 120 seconds per run. But one 
of those Server took 49 hours for the run...the second one wasn't faster.

We already installed this machine from bottom up several times, to be sure, 
that this server has the same configuration as the other ones... but 
without success.

The last lines before it takes some hours are:

info: Loading facts in C:\.. and so on
info: Loading facts in C:\.. and so on
info: Caching catalog for windowstest.domain
info: Applying configuration version '1346550140'


Any idea why this machine is so slow? It uses the same puppet classes as 
the other 17 server.

-- 
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/-/yyeqfjMEegkJ.
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.



Re: [Puppet Users] Puppet runs extremly slow on 1 of 18 Windows Server

2012-09-03 Thread David Schmitt

On 03.09.2012 09:45, Jan Ziegler wrote:

Hi,

We have 18 Windows Server in the same environment. All Windows Server
are build with an individual Windows Image, we created before, which
means, that all Windows Machines have the same configuration except
ip/mac address and hostname.
17 of those Windows Server run Puppet within 120 seconds per run. But
one of those Server took 49 hours for the run...the second one wasn't
faster.

We already installed this machine from bottom up several times, to be
sure, that this server has the same configuration as the other ones...
but without success.

The last lines before it takes some hours are:

info: Loading facts in C:\.. and so on
info: Loading facts in C:\.. and so on
info: Caching catalog for windowstest.domain
info: Applying configuration version '1346550140'


Any idea why this machine is so slow? It uses the same puppet classes as
the other 17 server.



use --evaltrace to see which resources are evaluated. Maybe this gives 
you a hint what's happening.


Since you seem to be pretty sure this is not a problem rooted in the 
machine itself, the attentions focuses on the environment: Perhaps there 
is an IP-collision with another device on the network? Perhaps the 
switchport is faulty? The underlying virtualisation has something fishy 
configured? The nameserver is acting up? etc.




Good hunting, D.




--
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.