<?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: All OS settings for RedHat Cluster? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144990#M35708</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the quick response, I have already made all the changes which are in that link. Even I have made changes which I mentioned in the example. Now I need more OS level setting which improves cluster performance. &lt;/P&gt;</description>
    <pubDate>Sun, 24 Jul 2016 11:41:36 GMT</pubDate>
    <dc:creator>bandarusridhar1</dc:creator>
    <dc:date>2016-07-24T11:41:36Z</dc:date>
    <item>
      <title>All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144988#M35706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm planning to install the Ambari 2.1.1 HDP 2.4 on RedHat 7.2 Operating System. Does anyone have a complete checklist of OS settings need to be done before installation? I need something other than this &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.0/bk_Installing_HDP_AMB/content/_software_requirements.html"&gt;link&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Example:

vm.swappniess=0

vm.dirty_ratio=0

vm.dirty_background_ratio=0

Changing THP to never&lt;/PRE&gt;&lt;P&gt;Thanks in advance for providing any information.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 10:01:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144988#M35706</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-07-24T10:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144989#M35707</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5746/bandarusridhar1.html" nodeid="5746"&gt;@SBandaru&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I think this link is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_prepare_the_environment.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_prepare_the_environment.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, I am pretty sure in the newer version of Redhat, you need to setup swappiness to 1 instead of 0. I would also disable transparent_hugepage&lt;/P&gt;&lt;P&gt;do a cat on the the following file on your OS and see if it's set to never or always. If it's at always, change it to never.&lt;/P&gt;&lt;P&gt;/sys/kernel/mm/redhat_transparent_hugepage/defrag
&lt;/P&gt;&lt;P&gt;Use the following command to change this value to never&lt;/P&gt;&lt;P&gt;echo never &amp;gt; /sys/kernel/mm/redhat_transparent_hugepage/defrag&lt;/P&gt;&lt;P&gt;I am not hundred percent sure but I think this requires a restart.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 11:08:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144989#M35707</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-07-24T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144990#M35708</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the quick response, I have already made all the changes which are in that link. Even I have made changes which I mentioned in the example. Now I need more OS level setting which improves cluster performance. &lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 11:41:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144990#M35708</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-07-24T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144991#M35709</link>
      <description>&lt;P&gt;sure. change swappiness to 1 not 0 which is what you have. Also disable transparent_huge_page as well as transparent_hugepage defrag. &lt;/P&gt;&lt;P&gt;When you are using Hadoop, your files are in Hadoop file system. So you don't really need to track last access time for your files. Disable that for your mount points using "noatime". This will stop linux from keeping track of last access times which is not used anyway.&lt;/P&gt;&lt;P&gt;If you could, in your BIOS settings, change CPU and CPU frequency governance to performance mode. This is a tradeoff between power and performance. So make sure you know what you are doing. your current loads may not already be CPU bound so there may not be any point in doing this. Same things with power settings. you change those to performance for power/performance tradeoff. These are more meant to be sucking juice out of your hardware after you have done everything at OS level, so ideally you don't want to go this far.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 12:08:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144991#M35709</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-07-24T12:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144992#M35710</link>
      <description>&lt;P&gt;@SBandaru&lt;/P&gt;&lt;P&gt;Please find the below linkto do more tunning if it's help you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://crazyadmins.com/tune-hadoop-cluster-to-get-maximum-performance-part-1/" target="_blank"&gt;http://crazyadmins.com/tune-hadoop-cluster-to-get-maximum-performance-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://crazyadmins.com/tune-hadoop-cluster-to-get-maximum-performance-part-2/" target="_blank"&gt;http://crazyadmins.com/tune-hadoop-cluster-to-get-maximum-performance-part-2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If this is helps plz let us know..&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:02:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144992#M35710</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-07-25T15:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144993#M35711</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1897/ashneesharma88.html" nodeid="1897"&gt;@Ashnee Sharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Perfect, I have done all these in prior. Are they anything left?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 04:06:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144993#M35711</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-07-27T04:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144994#M35712</link>
      <description>&lt;P&gt;Please refer for kernel tunning :-&lt;/P&gt;&lt;P&gt;&lt;A href="https://tweaked.io/guide/kernel/"&gt;https://tweaked.io/guide/kernel/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mapredit.blogspot.in/2014/11/hadoop-server-performance-tuning.html"&gt;https://mapredit.blogspot.in/2014/11/hadoop-server-performance-tuning.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think this setting's are enough.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:48:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144994#M35712</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-07-27T16:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: All OS settings for RedHat Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144995#M35713</link>
      <description>&lt;P&gt;If this is the your answer, then lets close this.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 13:30:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/All-OS-settings-for-RedHat-Cluster/m-p/144995#M35713</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-08-03T13:30:57Z</dc:date>
    </item>
  </channel>
</rss>

