Assuming that you are running a typical puppet master configuration, if you
review the Puppet process flow here:
http://www.aosabook.org/images/puppet/TimingDiagram.png
You would see that the issue likely occurring during plugin stage. This seems to
be cause because it looks like it is not able to install the mcollective
plugins.
In that case, you will need to verify that node is able to communicate with the
master, assuming that you updated puppet.conf to point to the master*. Make sure
that the node has the ability to reach port 8140 on the master. If the node is
not able to communicate with the master, either the port is not open, or the
puppet-master is not running.
- Rilindo
* if you have not configured puppet.conf to point to the master and you intend
not to anytime soon, you would need to add the server parameter (here is an
example):
--server foo.bar.baz.com
On Jun 11, 2013, at 3:41 PM, Forest Hongxin Hou <houhongxin@gmail.com>
wrote:
> We are evaluate PE and I installed puppet-enterprise-2.8.1-el-6-x86_64
agent. When I run agent with
> puppet agent --no-daemonize --debug --onetime
>
> I am keeping get error:
>
> err:
/Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/security/sshkey.rb]/content:
change from {md5}512f42272699eaa085c83d2cc67c27ea to
{md5}8fa3e9125fd917948445e3d2621d40e5 failed: Could not back up
/opt/puppet/libexec/mcollective/mcollective/security/sshkey.rb: Connection timed
out - connect(2)
> err:
/Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/server.cfg]/content:
change from {md5}a9c7335a83c5ac9f6a19bb195ea0c63e to
{md5}54b15161d1076062ae325580d4bfa16c failed: Could not back up
/etc/puppetlabs/mcollective/server.cfg: Connection timed out - connect(2)
>
> I uninstalled agent and remove /etc/puppetlabs and reinstall it again,
error still there.
>
> Anybody can help me?
>
> Thanks,
> Forest
>
>
> --
> 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+unsubscribe@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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
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+unsubscribe@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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.