In PE, port 8143 is used to accept connections to PCP brokers from the orchestrator and compilers. When port 8143 is blocked on the primary server, you get errors in the console.
Error messages
In the upper right of the console, when I click on Puppet Services status, there’s a red icon next to Puppet Server with the error message Error Reported
and a red icon next to Orchestrator Service with the error message Unreachable
.
Version and installation information
PE version: All supported versions
OS: Any
Solution
Open port 8143.
On the primary server:
- Check that port 8143 is open:
netstat -an | grep 8143 | grep LISTEN
- Check that port 8143 isn’t blocked by the firewall:
iptables -L -vn | grep 8143
- Resolve any network issues blocking port 8143.
For more information, see the list of ports that need to be open.
If after trying this solution, you still have errors, please use the steps here to resolve the issue.
How can we improve this article?
3 comments
My ports are open! I encountered this after doing backup/restore to a new master host. Everything appeared working except Orchestrator unreachable like picture above. The following fixed it for me. The error in my /var/log/puppetlabs/orchestration-services/orchestration-services.log were very similar (if not identical) to the gist link below.
rm /etc/puppetlabs/orchestration-services/ssl/*
I actually got an error when doing this but I think it was just related to puppet having to regenerate the orchestrator's certs. After restarting those 2 services everything was working. I was chasing this issue forever.
Thanks Jesse Reynolds! This was the only link I found that resolved it:
https://gist.github.com/jessereynolds/5082b82216989d9e0bba7c1ca1828963
Hi Jensen, I'm the writer that works with the team here, I'm going to work with someone to either get this incorporated into the article, or get a new article up to help other people who run into this. Thanks so much for your comment!
Jensen, can you let me know your version of PE and OS? That'll help the engineer working with me get a handle on it. If you feel like that might be too much info in a comment, let me know that as well, and I can contact you via other methods.
Please sign in to leave a comment.
Related articles