<?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: file system full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089336#M806328</link>
    <description>Teddy,&lt;BR /&gt;&lt;BR /&gt;It probably was full but restarting the application sorted the problem out.  I would guess the application created a tempory file that filled up the filesystem and then removed it. This is common practice for tempory files and does not give you the space back until the application closes the file.  When you restarted the applciation the space came back.</description>
    <pubDate>Thu, 09 Oct 2003 07:42:27 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-10-09T07:42:27Z</dc:date>
    <item>
      <title>file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089334#M806326</link>
      <description>I have hp ux 10.20, with other application on top of it.&lt;BR /&gt;Just got problem this station terminated and restart the application.&lt;BR /&gt;But after system recover, I run dmesg command and got file system full message.&lt;BR /&gt;When I check with bdf none of the Hdd partition shown 100% usage.&lt;BR /&gt;Can anybody tell me what to do?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Thu, 09 Oct 2003 07:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089334#M806326</guid>
      <dc:creator>Tgunawan</dc:creator>
      <dc:date>2003-10-09T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089335#M806327</link>
      <description>Ted,&lt;BR /&gt; &lt;BR /&gt;This may well have been a temporary condition.  Either that or the process that is filling the file system is still running, still has the file open, and thus bdf can't see it.  Are there any processes associated with this application that would be writing to this filesystem at this point?&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 07:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089335#M806327</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-09T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089336#M806328</link>
      <description>Teddy,&lt;BR /&gt;&lt;BR /&gt;It probably was full but restarting the application sorted the problem out.  I would guess the application created a tempory file that filled up the filesystem and then removed it. This is common practice for tempory files and does not give you the space back until the application closes the file.  When you restarted the applciation the space came back.</description>
      <pubDate>Thu, 09 Oct 2003 07:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089336#M806328</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-09T07:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089337#M806329</link>
      <description>dmesg hold all system error messages which could also be history messges.&lt;BR /&gt;&lt;BR /&gt;The file system could have filled some time before and now bdf gives that it is not full.&lt;BR /&gt;&lt;BR /&gt;check for the timestamp of those messages.&lt;BR /&gt;&lt;BR /&gt;If those messges are recent then that application process is creating a huge temporary file on that file system which fills up the space.&lt;BR /&gt;&lt;BR /&gt;you can use lsof to trace that application process.</description>
      <pubDate>Thu, 09 Oct 2003 07:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089337#M806329</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-09T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089338#M806330</link>
      <description>Ted,&lt;BR /&gt;  You are telling that after system recover, the dmesg command gave file system full.  Track the file system.&lt;BR /&gt;&lt;BR /&gt;  Check for any biggest files in that file system and try to run fuser on that.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 09 Oct 2003 07:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089338#M806330</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-10-09T07:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089339#M806331</link>
      <description>Hi,&lt;BR /&gt;did the restart and recover operation involve booting the machine?&lt;BR /&gt;If not, the dmesg message could be old, just stating that at a certain time a file system was full.&lt;BR /&gt; &lt;BR /&gt;just guessing...&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 07:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/3089339#M806331</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-09T07:53:21Z</dc:date>
    </item>
  </channel>
</rss>

