<?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/2674116#M51644</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Hello all&lt;BR /&gt;&lt;BR /&gt;Thanks to everybody..&lt;BR /&gt;&lt;BR /&gt;I could traced out the log file opened by application.After deleting the file filesystem usage reduced to normal condition.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Mar 2002 14:43:44 GMT</pubDate>
    <dc:creator>manoj_pu</dc:creator>
    <dc:date>2002-03-01T14:43:44Z</dc:date>
    <item>
      <title>File system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674109#M51637</link>
      <description>&lt;BR /&gt;Hello&lt;BR /&gt;&lt;BR /&gt; Actual utilization of filesystem is only 261 MB but bdf shows 100 % full.&lt;BR /&gt;&lt;BR /&gt;This happens after running a java program (server - client socket program).This particular program doesn't store any data in the filesystem.&lt;BR /&gt;&lt;BR /&gt;If I stop all applications then it releases the disk usage and bdf shows the actual disk usage (261 MB). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#bdf&lt;BR /&gt;/dev/vgfeed/lvopr   512000  512000       0  100% /home/opr&lt;BR /&gt;# du -sk /home/opr&lt;BR /&gt;510707  /home/opr&lt;BR /&gt;&lt;BR /&gt;Please help me on this matter.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Fri, 01 Mar 2002 07:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674109#M51637</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2002-03-01T07:20:08Z</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/2674110#M51638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have opened file(s) whereby the process holding on to these file(s) is still running but the file(s) have been removed.&lt;BR /&gt;&lt;BR /&gt;Try to perform either fuser on lsof on the filesystem to identify which are the process(es) holding on to these files and terminate them.&lt;BR /&gt;&lt;BR /&gt;# fuser -u /home/xyz&lt;BR /&gt;# lsof |grep /home/xyz&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 07:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674110#M51638</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T07:34:49Z</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/2674111#M51639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;fuser -u /home/opr to see the list of process running on this folder and use ps -ef | grep &lt;PROCESS id=""&gt; to find out what is that process.&lt;BR /&gt;&lt;BR /&gt;-Vijay&lt;/PROCESS&gt;</description>
      <pubDate>Fri, 01 Mar 2002 07:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674111#M51639</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-01T07:43:43Z</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/2674112#M51640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When the applications are running, you might have some big file. Just make a "fuser -u $file" to know which process are very glutton in space disk.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 01 Mar 2002 08:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674112#M51640</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2002-03-01T08:28:42Z</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/2674113#M51641</link>
      <description>Thanks for your reply. &lt;BR /&gt;&lt;BR /&gt;I checked the files opened by fuser and lsof commands. &lt;BR /&gt;&lt;BR /&gt;It shows only executables running from that filesystem opened by application. It is not opening any other files from that filesystem. &lt;BR /&gt;&lt;BR /&gt;I am attaching the output of fuser and lsof. &lt;BR /&gt;&lt;BR /&gt;If you have other suggestion on this please revert me. &lt;BR /&gt;&lt;BR /&gt;Rgds &lt;BR /&gt;&lt;BR /&gt;Manoj &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 09:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674113#M51641</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2002-03-01T09:30:25Z</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/2674114#M51642</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;which filesystem are you using? vxfs or hfs?&lt;BR /&gt;if you are using hfs, check the minfree settings which tunefs.&lt;BR /&gt;&lt;BR /&gt;Heiner</description>
      <pubDate>Fri, 01 Mar 2002 11:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674114#M51642</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2002-03-01T11:28:56Z</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/2674115#M51643</link>
      <description>The fuser output you posted is indeed showing that some of the processes have files open on that filesystem.  But the lsof output you provided is not helping because you restricted it to sockets only with the -i option.  Try the lsof again, this time without -i and you will see a full list of the open files.&lt;BR /&gt;&lt;BR /&gt;Its likely that one of the applications is creating/opening a file, then immediately unlinking its directory entry so that other applications cannot see it but the disk space remains in use.  This is bad programming as it causes administrative headaches as you've seen.&lt;BR /&gt;&lt;BR /&gt;To confirm this, run a tusc trace on the application while it is starting up - this will show the sequence of system calls and allow you to prove what the program is doing.  Then ask the programmers to rectify this!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 01 Mar 2002 12:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674115#M51643</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-01T12:49:04Z</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/2674116#M51644</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hello all&lt;BR /&gt;&lt;BR /&gt;Thanks to everybody..&lt;BR /&gt;&lt;BR /&gt;I could traced out the log file opened by application.After deleting the file filesystem usage reduced to normal condition.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 14:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-full/m-p/2674116#M51644</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2002-03-01T14:43:44Z</dc:date>
    </item>
  </channel>
</rss>

