<?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>topic Re: Root directory at 100% in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361268#M194130</link>
    <description>one thing:  bring to Single-User mode having only /  root mounted.&lt;BR /&gt;&lt;BR /&gt;run: shutdown&lt;BR /&gt;and check for anything that might be under your mount points:  /var /usr /opt etc.&lt;BR /&gt;&lt;BR /&gt;assuming that all mountable file-systems are unmounted, these mount points (/var) etc, should be clean -- nothing under them.&lt;BR /&gt;&lt;BR /&gt;also, would be a good time to check a list of all file sizes in / root:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;du -sk * | sort -rn&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Aug 2004 13:08:08 GMT</pubDate>
    <dc:creator>D Block 2</dc:creator>
    <dc:date>2004-08-19T13:08:08Z</dc:date>
    <item>
      <title>Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361263#M194125</link>
      <description>I have run into a roadblock. Root is at 100% and I have removed every file that I can possibly do and have only directories left in there. There are no excessive files to remove. I have to re-do Root in order to allocate more space to the directory. Does anyone have any short cuts or solutions that make it easier to re-do Root????&lt;BR /&gt;Any suggestions would be appreciated,&lt;BR /&gt;&lt;BR /&gt;Clair</description>
      <pubDate>Thu, 19 Aug 2004 11:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361263#M194125</guid>
      <dc:creator>Clair D. Bittner</dc:creator>
      <dc:date>2004-08-19T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361264#M194126</link>
      <description>If you are going to redo the root, ignite is the way.&lt;BR /&gt;&lt;BR /&gt;Before doing so, run the following command:&lt;BR /&gt;# cd /&lt;BR /&gt;# du . -x -ka | sort -nr | more&lt;BR /&gt;&lt;BR /&gt;This will list the biggest files in ascending order.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 11:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361264#M194126</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-08-19T11:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361265#M194127</link>
      <description>I did run that command and I have nothing that I am not currently using large enough to be able to delete. I have been told that Ignite is the way to go and I have to do some reading on that as we never went to it for recovery.</description>
      <pubDate>Thu, 19 Aug 2004 11:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361265#M194127</guid>
      <dc:creator>Clair D. Bittner</dc:creator>
      <dc:date>2004-08-19T11:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361266#M194128</link>
      <description>Another option might be to move stuff off to another disk and then create a sym link. Example, move var elsewhere then create a link  from the old location that points to the new location.</description>
      <pubDate>Thu, 19 Aug 2004 11:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361266#M194128</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-08-19T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361267#M194129</link>
      <description>That makes sense and would decrease root as well and would eliminate the necessity to re-do and re-install after root has been restructured.</description>
      <pubDate>Thu, 19 Aug 2004 11:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361267#M194129</guid>
      <dc:creator>Clair D. Bittner</dc:creator>
      <dc:date>2004-08-19T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361268#M194130</link>
      <description>one thing:  bring to Single-User mode having only /  root mounted.&lt;BR /&gt;&lt;BR /&gt;run: shutdown&lt;BR /&gt;and check for anything that might be under your mount points:  /var /usr /opt etc.&lt;BR /&gt;&lt;BR /&gt;assuming that all mountable file-systems are unmounted, these mount points (/var) etc, should be clean -- nothing under them.&lt;BR /&gt;&lt;BR /&gt;also, would be a good time to check a list of all file sizes in / root:&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;du -sk * | sort -rn&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 13:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361268#M194130</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-08-19T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Root directory at 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361269#M194131</link>
      <description>In this situation the best way to  cleanup root by moving some of the directories elsewhere and create link to that.&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Thu, 19 Aug 2004 23:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-directory-at-100/m-p/3361269#M194131</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-08-19T23:54:11Z</dc:date>
    </item>
  </channel>
</rss>

