<?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: How to fix host disk Consumptions in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113300#M22053</link>
    <description>&lt;P&gt;use the following two commands to investigate space issues&lt;/P&gt;&lt;PRE&gt;df -h
du -hs /*
du -hs /root/*
du -hs /var/log/*&lt;/PRE&gt;</description>
    <pubDate>Mon, 07 Mar 2016 06:29:01 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-03-07T06:29:01Z</dc:date>
    <item>
      <title>How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113299#M22052</link>
      <description>&lt;P&gt;I am getting alert in Ambari for  Host disk full:&lt;/P&gt;&lt;P&gt;I checked my machine disk space, it's showing 100% full but i am not sure what should i delete as i have already deleted logs which were greater then 100MB size. But it's still showing same.&lt;/P&gt;&lt;P&gt;Can anyone help me in this? I am using kafka, hbase and spark-streaming.&lt;/P&gt;&lt;P&gt;Please find screenshot attached of my disk usage:
 &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2630-screen-shot-2016-03-06-at-13742-pm.png"&gt;screen-shot-2016-03-06-at-13742-pm.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2632-screen-shot-2016-03-06-at-14231-pm.png"&gt;screen-shot-2016-03-06-at-14231-pm.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~Vinti&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 05:41:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113299#M22052</guid>
      <dc:creator>vinti_uiet</dc:creator>
      <dc:date>2016-03-07T05:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113300#M22053</link>
      <description>&lt;P&gt;use the following two commands to investigate space issues&lt;/P&gt;&lt;PRE&gt;df -h
du -hs /*
du -hs /root/*
du -hs /var/log/*&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:29:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113300#M22053</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T06:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113301#M22054</link>
      <description>&lt;P&gt;You can continue calling du on directories until you find directory withost space used.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:29:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113301#M22054</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T06:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113302#M22055</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/3098/vintiuiet.html" nodeid="3098"&gt;@Vinti Maheshwari&lt;/A&gt; As Artem suggested, you need to check which folder is using space. &lt;/P&gt;&lt;P&gt;First, figure out which components are running on this node. Then look at log directory for each component to determine which component is using most disk space. If there are no historical logs,  you may need to limit log size.  &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 10:34:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113302#M22055</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-03-07T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113303#M22056</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3098/vintiuiet.html" nodeid="3098"&gt;@Vinti Maheshwari&lt;/A&gt;
&lt;/P&gt;&lt;P&gt; Start with /tmp&lt;/P&gt;&lt;P&gt;du -sh *&lt;/P&gt;&lt;P&gt;Remove files and directories from /tmp that are large in size and you don't need&lt;/P&gt;&lt;P&gt;/var/log  --&amp;gt; &lt;/P&gt;&lt;P&gt;du -sh *&lt;/P&gt;&lt;P&gt;Pick big size directories and see whats consuming more space&lt;/P&gt;&lt;P&gt;As per screenshot , you are out of space on root i,e /&lt;/P&gt;&lt;P&gt;cd /&lt;/P&gt;&lt;P&gt;ls -lrth &lt;/P&gt;&lt;P&gt;look for any zip, .gz , rpm or any other files that you don't need and if you need them then move to other file system&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 10:54:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113303#M22056</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-07T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113304#M22057</link>
      <description>&lt;P&gt;&lt;EM&gt;find / -size +1000000k &lt;/EM&gt;will print out the results of a find command, but only those files found that are larger than .95 Gb&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 11:06:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113304#M22057</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-07T11:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113305#M22058</link>
      <description>&lt;P&gt;a very useful cli tool for analyzing disk usage is ncdu: &lt;A href="https://dev.yorhel.nl/ncdu" target="_blank"&gt;https://dev.yorhel.nl/ncdu&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:49:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113305#M22058</guid>
      <dc:creator>michael1</dc:creator>
      <dc:date>2016-03-07T13:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113306#M22059</link>
      <description>&lt;P&gt;Is /usr/hdp on root? &lt;/P&gt;&lt;P&gt;If you are using a GCE cluster you can setup such that /usr/hdp is on larger drive&lt;/P&gt;&lt;P&gt;# On each VM,&lt;/P&gt;&lt;P&gt;mkdir /grid/0/hdp&lt;/P&gt;&lt;P&gt;mkdir /usr/hdp&lt;/P&gt;&lt;P&gt;mount --bind /grid/0/hdp /usr/hdp&lt;/P&gt;&lt;P&gt;If you have done upgrades in the past and dont intend to go back to the older version, you could remove the old version bits from /usr/hdp/old-version&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 03:16:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113306#M22059</guid>
      <dc:creator>jluniya</dc:creator>
      <dc:date>2016-03-08T03:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix host disk Consumptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113307#M22060</link>
      <description>&lt;P&gt;/var/log/ Full and ?var/lib/ Full Out of Memory any suggestions to remove what files need to remove without affceting Cluster&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 09:32:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-fix-host-disk-Consumptions/m-p/113307#M22060</guid>
      <dc:creator>sunsrk109</dc:creator>
      <dc:date>2016-08-12T09:32:34Z</dc:date>
    </item>
  </channel>
</rss>

