<?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: CDH 5 fails to install on Ubuntu 12.04 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/12896#M1839</link>
    <description>Make sure you have the hostnames (/etc/hosts) setup properly on all the hosts...Try to ping the host from host and see you get the reply...&lt;BR /&gt;Resource busy mean the process is still running kill the process and start over making sure you have the correct hostnames or ip addresses.</description>
    <pubDate>Wed, 28 May 2014 16:28:22 GMT</pubDate>
    <dc:creator>Manikumar Juttukonda</dc:creator>
    <dc:date>2014-05-28T16:28:22Z</dc:date>
    <item>
      <title>CDH 5 fails to install on Ubuntu 12.04</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/12782#M1838</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to install CDH5 on a Ubuntu 12.04 and the install fails each time with "unable to receive agent heartbeat". Firewalls are stopped, ips are ok. The uninstall alsio fails as "rm: cannot remove /var/run/cloudera-scm-agent/&lt;/SPAN&gt;&lt;SPAN&gt;process: device or resource busy". Has any of you finish to install CDH5? Were there any more system requirements?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:59:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/12782#M1838</guid>
      <dc:creator>DaliaP</dc:creator>
      <dc:date>2022-09-16T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5 fails to install on Ubuntu 12.04</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/12896#M1839</link>
      <description>Make sure you have the hostnames (/etc/hosts) setup properly on all the hosts...Try to ping the host from host and see you get the reply...&lt;BR /&gt;Resource busy mean the process is still running kill the process and start over making sure you have the correct hostnames or ip addresses.</description>
      <pubDate>Wed, 28 May 2014 16:28:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/12896#M1839</guid>
      <dc:creator>Manikumar Juttukonda</dc:creator>
      <dc:date>2014-05-28T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5 fails to install on Ubuntu 12.04</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17580#M1840</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please&amp;nbsp; elaborate a bit detail about how to get this fixed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Centos, and able to ping all the host and 'hostname -f' return correct hostname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nidm&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 00:59:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17580#M1840</guid>
      <dc:creator>nidmhbase</dc:creator>
      <dc:date>2014-08-26T00:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5 fails to install on Ubuntu 12.04</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17592#M1841</link>
      <description>&lt;P&gt;Specifically the networking and security discussion here (along with the requirements for everything else in the parent section of the documentation to this link).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_cm_requirements.html#cmig_topic_4_3_3_unique_1" target="_blank"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_cm_requirements.html#cmig_topic_4_3_3_unique_1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the hostname is fully qualified domain name and not just hostname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the hostname value is not present on the loopback (127.0.0.1) line of the /etc/hosts file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check if you are getting the&amp;nbsp;fqdn for hostname (without the -f). &amp;nbsp;vi /etc/sysconfig/network to double check what the system has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())"&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then to verify&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;getent hosts (ip address returned).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The python command resolves both forward and reverse, the getent hosts (ip address returns) verifies it back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure iptables and selinux are disabled.&lt;/P&gt;&lt;P&gt;(/etc/sysconfig/selinux)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Verify what the 'agents' have configured for the CM host in /etc/cloudera-scm-agent/config.ini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also many forum posts for CM that discuss agent issues as well to search through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 02:33:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17592#M1841</guid>
      <dc:creator>Grizzly</dc:creator>
      <dc:date>2014-08-26T02:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5 fails to install on Ubuntu 12.04</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17710#M1842</link>
      <description>&lt;P&gt;Todd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the details information. However, I still can't figure it out. (except to reboot the node)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my cluster has three nodes:&lt;/P&gt;&lt;P&gt;the /etc/hosts are identical as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;127.0.0.1&amp;nbsp;&amp;nbsp; localhost.localdomain localhost&lt;BR /&gt;10.122.195.196&amp;nbsp;&amp;nbsp; hdfs001.demai.com hdfs001&lt;BR /&gt;10.122.195.197&amp;nbsp;&amp;nbsp; hdfs002.demai.com hdfs002&lt;BR /&gt;10.122.195.198&amp;nbsp;&amp;nbsp; hdfs003.demai.com hdfs003&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tested hostname in the following ways:&lt;/P&gt;&lt;P&gt;[ptadm@hdfs001 work-demai]$ hostname&lt;BR /&gt;hdfs001.demai.com&lt;BR /&gt;[ptadm@hdfs001 work-demai]$ hostname -f&lt;BR /&gt;hdfs001.demai.com&lt;BR /&gt;[ptadm@hdfs001 work-demai]$ python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())"&lt;BR /&gt;hdfs001.demai.com&lt;BR /&gt;10.122.195.196&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I turned of selinux, and tested:&lt;/P&gt;&lt;P&gt;$selinuxenabled &amp;amp;&amp;amp; echo enabled || echo disabled&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;disable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 18:20:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-fails-to-install-on-Ubuntu-12-04/m-p/17710#M1842</guid>
      <dc:creator>nidmhbase</dc:creator>
      <dc:date>2014-08-27T18:20:53Z</dc:date>
    </item>
  </channel>
</rss>

