On Wednesday, November 14, 2012 9:38:05 PM UTC-6, JGonza1 wrote:
>
> The new server do belong to a different dns domain than the the orginal 
> servers. The orginal servers belong to .caretools.ent and the new ones 
> belong to .kareoprod.ent. I do have manifests for the 
> pdlnx-pntp02.kareprod.ent, see below. What master log should I look at to 
> see mismatches.
>


Where the log messages would appear is configurable, but you should look 
first in the main system log, probably /var/log/messages.  It should show 
messages similar to

  Nov 11 04:37:02 <mastername> puppetmasterd[<pid>]: Compiled catalog for 
<certname> in 0.10 seconds

It will display more information if the master runs with the --debug switch 
enabled, so you might want to turn that on while you troubleshoot.

 

> Sorry new to puppet.
> node "pdlnx-pntp02.kareoprod.ent"
>      inherits default {
>      include hosts
> [...]
> }
>
>
And does that node block appear in the same file as node blocks for 
machines that get non-trivial catalogs from the master?

Or along a different line, are you sure your clients are contacting the 
right master?  If you have not put the correct master's name in the nodes' 
config files, and/or if your DNS does not point the default 
(domain-dependent) master name to the correct master, then you could be 
communicating with some other master, such as one in test environment 
somewhere.  That could happen accidentally if the master you are talking to 
has certificate auto-signing turned on.


John

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