On Sep 27, 2012, at 3:07 PM, Ignoramus wrote:
> 1) Even though i followed instructions on 
> http://projects.puppetlabs.com/projects/1/wiki/Using_Mongrel on using 
> Mongrel, puppetmaster is probably still using webrick since the client 
> connection timeout still occurs. How do i make it use mongrel?

Turn off puppetmaster daemon?  And if that was true, Mongrel should complain 
that the puppetmaster port was in use.

> 2) Now after messing a little with /etc/sysconfig/puppetmaster i increased 
> the number of ports to 9 (18140 through 18148). How do I know these are being 
> used as load balancers and 

/etc/sysconfig/puppetmaster would only affect the puppetmaster webrick daemon, 
not puppetmaster as a client of mongrel.

Note: I don't understand what you mean about load balancing across ports. 
There's no such capability in puppetmaster. And if you are running under 
mongrel then all port usage would be defined within mongrel, not within 
puppetmaster's config.


> 3) when i do /usr/sbin/puppetmasterd --genconfig  | grep servertype the o/p 
> is # servertype webrick

genconfig doesn't know about anything else. You'd have to run geconfig under 
mongel (not really possible)

> 4) when i open /etc/sysconfig/puppetmaster and change the 
> PUPPETMASTER_EXTRA_OPTS=--servertype=mongrel, does it help?

Nope. Again, that file only affects options for the webrick daemon.

And I think the key to all your questions is here:

> also which is the default port for puppetmaster where it accepts all incoming 
> requests from clients?

This is clearly documented in many parts of the documentation. You are reading 
the docs, aren't you?

-- 
Jo Rhett
Net Consonance : net philanthropy to improve open source and internet projects.



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