<?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 Space not freeing up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169166#M161003</link>
    <description>I have deleted a 2GB file from a full volume.  'du -sk' shows it's gone, but the bdf shows it as still 100% full and I can't copy any files to it.&lt;BR /&gt;&lt;BR /&gt;Why is this space not releasing?</description>
    <pubDate>Tue, 20 Jan 2004 19:44:51 GMT</pubDate>
    <dc:creator>Jayson Hurd_2</dc:creator>
    <dc:date>2004-01-20T19:44:51Z</dc:date>
    <item>
      <title>Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169166#M161003</link>
      <description>I have deleted a 2GB file from a full volume.  'du -sk' shows it's gone, but the bdf shows it as still 100% full and I can't copy any files to it.&lt;BR /&gt;&lt;BR /&gt;Why is this space not releasing?</description>
      <pubDate>Tue, 20 Jan 2004 19:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169166#M161003</guid>
      <dc:creator>Jayson Hurd_2</dc:creator>
      <dc:date>2004-01-20T19:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169167#M161004</link>
      <description>There is an open process that thinks it owns the file.&lt;BR /&gt;&lt;BR /&gt;You have to kill it.&lt;BR /&gt;&lt;BR /&gt;The fast way is to boot the box.&lt;BR /&gt;&lt;BR /&gt;The slow way is:&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystemname&lt;BR /&gt;&lt;BR /&gt;Identify and delete the appropriate process.&lt;BR /&gt;&lt;BR /&gt;The fast, destructive way is &lt;BR /&gt;&lt;BR /&gt;fuser -cuk /filesystemname&lt;BR /&gt;&lt;BR /&gt;The results can be anywhere from timid to catastrophic.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jan 2004 19:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169167#M161004</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-20T19:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169168#M161005</link>
      <description>It is always a good idea to check and see if there is a process using a file before you rm it.&lt;BR /&gt;&lt;BR /&gt;# fuser -u filename&lt;BR /&gt;&lt;BR /&gt;will give the pid(s) and the username(s) that have a file open.&lt;BR /&gt;&lt;BR /&gt;As said above, in order for the space to be released, the process that is  accessing that file must be stopped / killed.</description>
      <pubDate>Tue, 20 Jan 2004 20:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169168#M161005</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-20T20:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169169#M161006</link>
      <description>Hi&lt;BR /&gt;    Check for the process using that file .&lt;BR /&gt;# fuser -cu filename&lt;BR /&gt;and try killingthe process&lt;BR /&gt;# fuser -cuk filename &lt;BR /&gt;And try dimounting the filesystem and mount again</description>
      <pubDate>Tue, 20 Jan 2004 20:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169169#M161006</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2004-01-20T20:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169170#M161007</link>
      <description>AS mentioned, one or more processes have the file open. Unix does not really delete a file. The filesystem code marks the link count zero but will not kill any process(es) that still have the file open. Unfortunately, fuser does not always show the process(es) which have file(s) open on the mountpoint. Try:&lt;BR /&gt; &lt;BR /&gt;fuser /mount_point&lt;BR /&gt;fuser /dev/vgXX/lvolYY&lt;BR /&gt;fuser /dev/vgXX/rlvolYY&lt;BR /&gt; &lt;BR /&gt;where /dev/vgXX/lvolYY is the source for the mountpoint. If nothing is shown, you'll have to reboot, or get a copy of lsof (List Open Files) which will show the processes that are keeping the mountpoint open.</description>
      <pubDate>Tue, 20 Jan 2004 21:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169170#M161007</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-20T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169171#M161008</link>
      <description>The way I would suggest is to check the application files that are on the file system.&lt;BR /&gt;&lt;BR /&gt;check what application accesses that mountpoint.&lt;BR /&gt;&lt;BR /&gt;you can shutdown the application processes to free up the space.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /mountpoint</description>
      <pubDate>Tue, 20 Jan 2004 23:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169171#M161008</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-20T23:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169172#M161009</link>
      <description>If you have lsof on your system, you could try the suggestion I did or Jean-Luc's script from this thread (both do it the same way, but one automatic and one by hand).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=380187" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=380187&lt;/A&gt;</description>
      <pubDate>Wed, 21 Jan 2004 01:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169172#M161009</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-21T01:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169173#M161010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a lot of responses are right about reasons of bdf is not freeing up the space.&lt;BR /&gt;I think that du -sk is more believable than bdf. Then suggestions about use of lsof are the best solution, of course supposing that immediately a reboot is not possible.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Wed, 21 Jan 2004 04:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169173#M161010</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-21T04:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Space not freeing up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169174#M161011</link>
      <description>Use "lsof" to find out the process and then kill that process too&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 21 Jan 2004 05:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/space-not-freeing-up/m-p/3169174#M161011</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-01-21T05:42:28Z</dc:date>
    </item>
  </channel>
</rss>

