<?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: list of RHEL kernel parameter change for hortonworks/ambari installation in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109624#M16197</link>
    <description>&lt;P&gt;this is the best answer for my question.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 21:27:55 GMT</pubDate>
    <dc:creator>robi</dc:creator>
    <dc:date>2016-01-25T21:27:55Z</dc:date>
    <item>
      <title>list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109617#M16190</link>
      <description>&lt;P&gt;need to have a clear list of RHEL kernel parameters need change for hortonworks/ambari installation&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:59:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109617#M16190</guid>
      <dc:creator>robi</dc:creator>
      <dc:date>2022-09-16T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109618#M16191</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2338/robindong2000.html" nodeid="2338"&gt;@Robin Dong&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please take a look on chapter 2 and 3&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_meet_minimum_system_requirements.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_meet_minimum_system_requirements.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:25:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109618#M16191</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109619#M16192</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2338/robindong2000.html" nodeid="2338"&gt;@Robin Dong&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See this&lt;/P&gt;&lt;P&gt;/etc/init.d/iptables stop&lt;/P&gt;&lt;P&gt;Disable SELinux and PackageKit and check the UMASK Value&lt;/P&gt;&lt;P&gt;Disable THP&lt;/P&gt;&lt;P&gt;/etc/init.d/ntpd start&lt;/P&gt;&lt;P&gt;sysctl -w vm.swappiness=0&lt;/P&gt;&lt;P&gt;sysctl -w fs.file-max=300000&lt;/P&gt;&lt;P&gt;Again...please follow this as it will make things way easier &lt;A href="https://gist.github.com/nsabharwal/683adf76260ea9010532"&gt;https://gist.github.com/nsabharwal/683adf76260ea9010532&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:36:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109619#M16192</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109620#M16193</link>
      <description>&lt;P&gt;to disable THP&lt;/P&gt;&lt;PRE&gt;if test -f /sys/kernel/mm/redhat_transparent_hugepage/defrag; then echo never &amp;gt; /sys/kernel/mm/redhat_transparent_hugepage/defrag fi
then I got
&amp;gt;
dont know what to do next.&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:48:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109620#M16193</guid>
      <dc:creator>robi</dc:creator>
      <dc:date>2016-01-25T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109621#M16194</link>
      <description>&lt;P&gt;I made all other changes ok.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:48:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109621#M16194</guid>
      <dc:creator>robi</dc:creator>
      <dc:date>2016-01-25T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109622#M16195</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2338/robindong2000.html" nodeid="2338"&gt;@Robin Dong&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You have to do this in all the nodes. &lt;/P&gt;&lt;PRE&gt;*** Disable THP ***

In ambari host vi /etc/rc.local  and add following lines

if test -f /sys/kernel/mm/transparent_hugepage/enabled; then
echo never &amp;gt; /sys/kernel/mm/transparent_hugepage/enabled
fi
if test -f /sys/kernel/mm/transparent_hugepage/defrag; then echo never &amp;gt; /sys/kernel/mm/transparent_hugepage/defrag
fi
&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jan 2016 08:00:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109622#M16195</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T08:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109623#M16196</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2338/robindong2000.html" nodeid="2338"&gt;@Robin Dong&lt;/A&gt;&lt;P&gt;please view the following scripts. &lt;A href="https://github.com/dbist/scripts/tree/master/administration"&gt;Link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 08:00:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109623#M16196</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-25T08:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109624#M16197</link>
      <description>&lt;P&gt;this is the best answer for my question.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:27:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109624#M16197</guid>
      <dc:creator>robi</dc:creator>
      <dc:date>2016-01-25T21:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: list of RHEL kernel parameter change for hortonworks/ambari installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109625#M16198</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2338/robindong2000.html" nodeid="2338"&gt;@Robin Dong&lt;/A&gt; please accept the best answer, it is not clear what answer solved your problem.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:33:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/list-of-RHEL-kernel-parameter-change-for-hortonworks-ambari/m-p/109625#M16198</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-25T21:33:30Z</dc:date>
    </item>
  </channel>
</rss>

