<?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: The root ( / ) filesystem is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750383#M70036</link>
    <description>Hi Patrick&lt;BR /&gt;&lt;BR /&gt;Excelent !!&lt;BR /&gt;&lt;BR /&gt;It was just om.&lt;BR /&gt;&lt;BR /&gt;Now it is OK.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Nisar&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jun 2002 05:02:24 GMT</pubDate>
    <dc:creator>Nisar Ahmad</dc:creator>
    <dc:date>2002-06-24T05:02:24Z</dc:date>
    <item>
      <title>The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750378#M70031</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;The root / filesystem is full ie 100%. Is there any way we can bring it down and what is the reason it ios getting full ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Nisar</description>
      <pubDate>Mon, 24 Jun 2002 00:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750378#M70031</guid>
      <dc:creator>Nisar Ahmad</dc:creator>
      <dc:date>2002-06-24T00:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750379#M70032</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These are the first things I would look for, to fix this problem.&lt;BR /&gt;&lt;BR /&gt;core files&lt;BR /&gt;files in /dev that shouldn't be there, like tar archives&lt;BR /&gt;files in /etc that are very large&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;find / -xdev -size 100000c -print</description>
      <pubDate>Mon, 24 Jun 2002 00:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750379#M70032</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-24T00:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750380#M70033</link>
      <description>The root filesystem should not be growing inexpliciably.&lt;BR /&gt;&lt;BR /&gt;There are a few initial steps to take - &lt;BR /&gt;&lt;BR /&gt;Search for "core" files and remove them.  If the creation dates are recent, try "file core" to see if you get any useful information.&lt;BR /&gt;&lt;BR /&gt;Search for log files in the filesystem.  There should not be logging taking place there, but...&lt;BR /&gt;&lt;BR /&gt;And check for files being "temporarily" stored there by misguided individuals.  It's even possible that someone has messed up and tried to install something there.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 00:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750380#M70033</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2002-06-24T00:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750381#M70034</link>
      <description>Hi Nisar,&lt;BR /&gt;  Tell me one thing is your /var a separate filesystem or is in the root itself. If it is in the root filesystem only then you can clear logs from the /var directory. Then you can remove the core files that may be there.&lt;BR /&gt;you can use the find command to search for large files. also check the /tmp directory for any temporary files that were created during any s/w installation. i think that would help.&lt;BR /&gt;&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 24 Jun 2002 00:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750381#M70034</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2002-06-24T00:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750382#M70035</link>
      <description>Something else to look for when / fills up is files in /dev/rmt that don't belong.&lt;BR /&gt;&lt;BR /&gt;Usually the cause is that someone made a typo and did /dev/rmt/om, or maybe /dev/rmt/Om, that is they used the letter o instead of a zero in the device file in a tar command and filled up your root.</description>
      <pubDate>Mon, 24 Jun 2002 02:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750382#M70035</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-06-24T02:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: The root ( / ) filesystem is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750383#M70036</link>
      <description>Hi Patrick&lt;BR /&gt;&lt;BR /&gt;Excelent !!&lt;BR /&gt;&lt;BR /&gt;It was just om.&lt;BR /&gt;&lt;BR /&gt;Now it is OK.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Nisar&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 05:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-root-filesystem-is-full/m-p/2750383#M70036</guid>
      <dc:creator>Nisar Ahmad</dc:creator>
      <dc:date>2002-06-24T05:02:24Z</dc:date>
    </item>
  </channel>
</rss>

