<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282184#M209815</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again for following my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the Elastic IP in AWS, therefore my IP addresses are fixed and they do not change.&lt;/P&gt;&lt;P&gt;I created a subnetwork in AWS where each node can communicate to the other and I disabled the firewall (in my VPC).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question:&amp;nbsp;&lt;SPAN&gt;Was your cluster deployed using a cloud formation template?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer: No. I followed the following&amp;nbsp;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/installation.html" target="_blank" rel="noopener"&gt;Cloudera Installation&lt;/A&gt; guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question:&amp;nbsp;Apart from that strange port can your hostname&amp;nbsp;&lt;STRONG&gt;master.sysdatadigital.it&lt;/STRONG&gt;&amp;nbsp;resolve to the AWS IP?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer: Yes. I can prove it because when I turn on the cluster (AWS), from my laptop (local browser) I can just type &lt;A href="http://master.sysdatadigital.it:7180/" target="_blank"&gt;http://master.sysdatadigital.it:7180/&lt;/A&gt;&amp;nbsp;to be redirected to the Cloudera Manager home page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 09:29:31 GMT</pubDate>
    <dc:creator>m4x1m1li4n</dc:creator>
    <dc:date>2019-11-06T09:29:31Z</dc:date>
    <item>
      <title>Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282110#M209764</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't complete the first installation of my Cluster on AWS.&lt;/P&gt;
&lt;P&gt;When I try to install my instances on my nodes, the error given by Cloudera Manager is the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;HTTP ERROR 502
Problem accessing /cmf/process/287/logs. Reason:

    Connection refused (Connection refused)
Could not connect to host.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know the error is very simple, but I am struggling to find out the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My first thought was about the /etc/hosts file, that it is the following for each host in my cluster:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;127.0.0.1 localhost.localdomain localhost
13.48.140.49 master.sysdatadigital.it master
13.48.181.38 slave1.sysdatadigital.it slave1
13.48.185.39 slave2.sysdatadigital.it slave2
13.53.62.160 slave3.sysdatadigital.it slave3
13.48.18.0   slave4.sysdatadigital.it slave4&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moreover, I checked with the following command the hostname in each node:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the result, for each host is the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Node Master:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;master.sysdatadigital.it
13.48.140.49&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Node Slave1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;slave1.sysdatadigital.it
13.48.181.38&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All cluster has the following template of /etc/sysconfig/network:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NETWORKING=yes
NOZEROCONF=yes
HOSTNAME=master.sysdatadigital.it&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The firewall is disabled:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:firewalld(1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The iptables is disabled for each node:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;● iptables.service - IPv4 firewall with iptables
   Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled; vendor preset: disabled)
   Active: inactive (dead)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each host can communicate through ssh to each other since my private key is correctly uploaded in ./ssh/id_rsa, in fact when I try to do "ssh slave3" from any node in the cluster, I can connect to the other node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, in my understanding, each command is not working for this reason, and I cannot start, restart, fix issues in the cluster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have an idea or clue on what I might have missed out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:16:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282110#M209764</guid>
      <dc:creator>m4x1m1li4n</dc:creator>
      <dc:date>2019-11-05T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282111#M209765</link>
      <description>&lt;P&gt;Also,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked some log files around my cluster when I try to "do" operations:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I try, let us say, to restart a service from a single node.&lt;/P&gt;&lt;P&gt;Error! Check the file&amp;nbsp;&lt;SPAN&gt;/var/log/hadoop-hdfs/hadoop-cmf-hdfs-NAMENODE-slave4.sysdatadigital.it.log.out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open that file from my node the errors are the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2019-11-05 16:05:48,449 WARN org.apache.zookeeper.server.quorum.QuorumCnxManager: Cannot open channel to 2 at election address slave3.sysdatadigital.it/13.53.62.160:4181
java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:554)
        at org.apache.zookeeper.server.quorum.QuorumCnxManager.toSend(QuorumCnxManager.java:530)
        at org.apache.zookeeper.server.quorum.FastLeaderElection$Messenger$WorkerSender.process(FastLeaderElection.java:396)
        at org.apache.zookeeper.server.quorum.FastLeaderElection$Messenger$WorkerSender.run(FastLeaderElection.java:368)
        at java.lang.Thread.run(Thread.java:748)
2019-11-05 16:05:48,453 WARN com.cloudera.cmf.event.publish.EventStorePublisherWithRetry: Failed to publish event: SimpleEvent{attributes={ROLE=[zookeeper-SERVER-ca49cdfef04a282cc441985b3ebaf2c9], HOSTS=[slave4.sysdatadigital.it], ROLE_TYPE=[SERVER], CATEGORY=[LOG_MESSAGE], EVENTCODE=[EV_LOG_EVENT], SERVICE=[zookeeper], SERVICE_TYPE=[ZOOKEEPER], LOG_LEVEL=[WARN], HOST_IDS=[688609d5-69de-4dc2-9b8c-b4360de93ec6], SEVERITY=[IMPORTANT]}, content=Non-optimial configuration, consider an odd number of servers., timestamp=1572969948380}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know where I should look at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:15:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282111#M209765</guid>
      <dc:creator>m4x1m1li4n</dc:creator>
      <dc:date>2019-11-05T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282127#M209781</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/17435"&gt;@m4x1m1li4n&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering why your zookeeper is running on &lt;STRONG&gt;port 4181&lt;/STRONG&gt;?? As shown in the log. Please check that&amp;nbsp; the default zk port is 2181 after sorting that out restart the zookeeper ensemble&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2019-11-05 16:05:48,449 WARN org.apache.zookeeper.server.quorum.QuorumCnxManager: Cannot open channel to 2 at election address slave3.sysdatadigital.it/13.53.62.160:4181&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;java.net.ConnectException: Connection refused (Connection refused)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default port for zookeeper is 2181 I have attached a screenshot of my zk see attached even if I had an assemble I would still have usually an &lt;STRONG&gt;FQDN:2181&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="m4x1m1li4n.PNG" style="width: 819px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/25176i39AA2BAA92AF76A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="m4x1m1li4n.PNG" alt="m4x1m1li4n.PNG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;slave3.sysdatadigital.it:2181,slave1.sysdatadigital.it:2181,slave2.sysdatadigital.it:2181&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you ensure your Zookeeper assemble is up and running, down in the log too it seems you don't have an odd number of zookeepers in your case at least 3 Zookeepers to avoid the &lt;A href="https://dzone.com/articles/simulating-split-brain-scenarios-in-an-akka-cluster" target="_blank" rel="noopener"&gt;split-brain decision&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Happy hadooping&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 18:33:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282127#M209781</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-11-05T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282172#M209806</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply.&amp;nbsp;&lt;BR /&gt;Yeah, it’s strange and I will change it, but still I can’t do anything through the fact I can’t connect to hosts...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone have an idea of what I could have done to the network configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also changed the file config.ini under Cloudera folder and I replaced the host name of the master in each node with master.sysdatadigital.it rather than the long aws IP address.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 05:34:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282172#M209806</guid>
      <dc:creator>m4x1m1li4n</dc:creator>
      <dc:date>2019-11-06T05:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282175#M209809</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/17435"&gt;@m4x1m1li4n&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was you cluster deployed using a cloudfornation template? Apart from that strange port&amp;nbsp; can your hostname &lt;SPAN&gt;&lt;STRONG&gt;master.sysdatadigital.it&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;resolve to the AWS IP? Remember its very trick with Internal and Public&amp;nbsp; IP's because the hosts in the AWS datacenter need the internal IP's to communicate whilst the public IP is the accessible to the outside world. If you was to access and Cloudera service in AWS you will need to map your local hostname to the Public IP in AWS. The best solution for testing is to create a firewall inbound rule to only accept connections from you IP this is only good for testing and you should always harden your network security.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 06:35:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282175#M209809</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-11-06T06:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282184#M209815</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again for following my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the Elastic IP in AWS, therefore my IP addresses are fixed and they do not change.&lt;/P&gt;&lt;P&gt;I created a subnetwork in AWS where each node can communicate to the other and I disabled the firewall (in my VPC).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question:&amp;nbsp;&lt;SPAN&gt;Was your cluster deployed using a cloud formation template?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer: No. I followed the following&amp;nbsp;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/installation.html" target="_blank" rel="noopener"&gt;Cloudera Installation&lt;/A&gt; guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question:&amp;nbsp;Apart from that strange port can your hostname&amp;nbsp;&lt;STRONG&gt;master.sysdatadigital.it&lt;/STRONG&gt;&amp;nbsp;resolve to the AWS IP?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer: Yes. I can prove it because when I turn on the cluster (AWS), from my laptop (local browser) I can just type &lt;A href="http://master.sysdatadigital.it:7180/" target="_blank"&gt;http://master.sysdatadigital.it:7180/&lt;/A&gt;&amp;nbsp;to be redirected to the Cloudera Manager home page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 09:29:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282184#M209815</guid>
      <dc:creator>m4x1m1li4n</dc:creator>
      <dc:date>2019-11-06T09:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to complete the first installation of Cloudera: problem accessing /cmf/process/287/logs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282264#M209879</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/17435"&gt;@m4x1m1li4n&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To validate the zookeeper ports can you run the snippets and share the output, it seems CDH uses the port 4181 for its zookeeper I am from the HDP world!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using port 2181&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;echo "stat" | nc server.example.org 2181 | grep Mode&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;$ telnet slave3.sysdatadigital.it 2181&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Using port 4181&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;echo "stat" | nc slave3.sysdatadigital.it 4181 | grep Mode&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;$ telnet slave3.sysdatadigital.it 4181&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Disable the firewall in the VPC which is a subnet doesn't&amp;nbsp; disable the firewall on the host please validate that all the hosts&amp;nbsp; have the firewall disable&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Assuming you are on Centos/RHEL 7 and share the output readapt if your OS is different&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;#&amp;nbsp;systemctl status firewalld&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;From your CM can you share the zookeeper screenshot&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:30:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-complete-the-first-installation-of-Cloudera/m-p/282264#M209879</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-11-06T19:30:20Z</dc:date>
    </item>
  </channel>
</rss>

