hi,
i m new for puppet and configured with LDAP.........tring  to push
configuration through puppetrun....
and
done opening of port
8140  :  on master
8139  :  on client

on client with ...
$  iptables -I INPUT 1 -p tcp  --dport 8139 -j ACCEPT
$  /etc/init.d/iptables save
$  /etc/init.d/iptables restart

and had changed in  /etc/puppet/puppet.conf  at client......
[puppetd]
    listen = true

and  had changed in /etc/puppet/namespaceauth.conf  at client......
[puppetrunner]
    allow *

and had  run
puppetd with... on client ....

$ puppetd --test --debug --listen

and  running puppetrun on master

$ puppetrun --class app-1288002665
Triggering app-1288002665.puppet.com
Host app-1288002665.puppet.com failed: Could not connect to
app-1288002665.puppet.com on port 8139
app-1288002665.puppet.com finished with exit code 2

Failed: app-1288002665.puppet.com

and
when i tried ....
$ puppetrun --all

all: tomcatServer.puppet.com, webServer.puppet.com,
cassandraServer.puppet.com, rabbitMQServer.puppet.com,
app-1288002665.puppet.com, app-1288002665-server.puppet.com
Triggering tomcatServer.puppet.com
Host tomcatServer.puppet.com failed: Could not find server
tomcatServer.puppet.com
tomcatServer.puppet.com finished with exit code 2
Triggering webServer.puppet.com
Host webServer.puppet.com failed: Could not find server
webServer.puppet.com
webServer.puppet.com finished with exit code 2
Triggering cassandraServer.puppet.com
Host cassandraServer.puppet.com failed: Could not find server
cassandraServer.puppet.com
cassandraServer.puppet.com finished with exit code 2
Triggering rabbitMQServer.puppet.com
Host rabbitMQServer.puppet.com failed: Could not find server
rabbitMQServer.puppet.com
rabbitMQServer.puppet.com finished with exit code 2
Triggering app-1288002665.puppet.com
Host app-1288002665.puppet.com failed: Could not connect to
app-1288002665.puppet.com on port 8139
app-1288002665.puppet.com finished with exit code 2
Triggering app-1288002665-server.puppet.com
Host app-1288002665-server.puppet.com failed: Could not find server
app-1288002665-server.puppet.com
app-1288002665-server.puppet.com finished with exit code 2
Failed: tomcatServer.puppet.com, webServer.puppet.com,
cassandraServer.puppet.com, rabbitMQServer.puppet.com,
app-1288002665.puppet.com, app-1288002665-server.puppet.com

my problem :

1)  What is exactly problem with puppetrun ?
2)  why is ruppetrun not able to connect to client at port 8139  ?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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