Re: [Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-19 Thread nikhil dalshania
Thanks for the help it resolved now. [root@abscpptm01p ~]# puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Caching catalog for abscpptm01p.svmintranet.com Info: Applying configuration version '1447968906' Notice: Applied catalog in 0.10 seconds The t

Re: [Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-17 Thread jcbollinger
On Monday, November 16, 2015 at 12:44:57 PM UTC-6, Christopher Wood wrote: > > No, I mean you need to fix your DNS lookups. Puppet relies on correct DNS > both to find the puppetmaster as well as checking that the puppetmaster is > presenting the correct ssl cert. > ... and the error message

Re: [Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-16 Thread Christopher Wood
No, I mean you need to fix your DNS lookups. Puppet relies on correct DNS both to find the puppetmaster as well as checking that the puppetmaster is presenting the correct ssl cert. On Mon, Nov 16, 2015 at 09:34:44AM -0800, nikhil dalshania wrote: >So basically you want me to add ip and fqdn

Re: [Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-16 Thread nikhil dalshania
So basically you want me to add ip and fqdn of all agents on puppet masters puppet.conf RIGHT? On Monday, November 16, 2015 at 11:09:23 AM UTC-6, Christopher Wood wrote: > > This part is significant, it means that your puppet agent could not find > the ip address of your puppetmaster server: >

Re: [Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-16 Thread Christopher Wood
This part is significant, it means that your puppet agent could not find the ip address of your puppetmaster server: Warning: getaddrinfo: Name or service not known Check that the server in your puppet.conf is resolvable through dns. If not, you can start looking at your dns issue. If so, ch

[Puppet Users] All nodes gone unresponsive on console. We have split install configuration. But agent and master can able to communicate.

2015-11-16 Thread nikhil dalshania
Hi, We have currently 4 nodes. As we use split installation So database, master and console are on different server. I am able to make communication between agent and master. But on console all 4 nodes are unresponsive. When I type *puppet agent --test on master I am getting following output:*