Member since
01-04-2018
4
Posts
0
Kudos Received
0
Solutions
01-07-2020
11:24 AM
My vm host system is UBUNTU 18.04, I did the following to fix the problem: 1. vi /etc/cloudera-scm-agent/config.ini server_host = (my master host's ip address) 2. run: getenforce, if the result is disabled, the go ahead, otherwise run: setenforce=0 3. disable firewalls systemctl stop firewalld systemctl disable firewalld systemctl ufw firewalld systemctl ufw firewalld 4. check if networking service is running, if not, start it: systemctl start networking (or run /etc/init.d/networking start) Good luck!
... View more
01-08-2018
09:30 PM
Hi All, Thank you for your resolution. I was able to resolve the issue. The issue was with /etc/hosts file and the firewall service was also running, so stopped that as well.
... View more