<?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 release the space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980948#M294356</link>
    <description>I have move some file from a volumn to another volumn , then I check by bdf and found that the space is not release ( that mean the used size is the same ) , except reboot the server , how can I release the size ? thx</description>
    <pubDate>Fri, 13 Apr 2007 08:58:51 GMT</pubDate>
    <dc:creator>hangyu</dc:creator>
    <dc:date>2007-04-13T08:58:51Z</dc:date>
    <item>
      <title>release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980948#M294356</link>
      <description>I have move some file from a volumn to another volumn , then I check by bdf and found that the space is not release ( that mean the used size is the same ) , except reboot the server , how can I release the size ? thx</description>
      <pubDate>Fri, 13 Apr 2007 08:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980948#M294356</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-04-13T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980949#M294357</link>
      <description>The process which has that file open is preventing the space from being released. You can determine that with fuser or lsof.</description>
      <pubDate>Fri, 13 Apr 2007 09:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980949#M294357</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-04-13T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980950#M294358</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;You can get lsof from the link below, if you do not have it&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/&lt;/A&gt;</description>
      <pubDate>Fri, 13 Apr 2007 09:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980950#M294358</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-04-13T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980951#M294359</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I check with these command , lsof path_name and fuser path_name but didn't find anything , can suggest what is wrong ?  thx</description>
      <pubDate>Fri, 13 Apr 2007 09:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980951#M294359</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-04-13T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980952#M294360</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Even when the file disappears, the space is not returned to the system until all process file handles are closed.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem&lt;BR /&gt;&lt;BR /&gt;# lists the processes. If you want to kill the proccesses at a k to the options. This can disrupt normal system operations.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Apr 2007 09:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980952#M294360</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-13T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: release the space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980953#M294361</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;From your description it sounds like you have a process that has a file open that has been otherwise removed.  Until the last process using the file terminates, the space used by the file will not be released.&lt;BR /&gt;&lt;BR /&gt;To identify the process use 'lsof' (available from the Porting Center):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# lsof +D /path +L1&lt;BR /&gt;&lt;BR /&gt;Look for a 'NLINK' count of zero (0). This represents an open files that will vanish as soon as the last process it terminates.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2007 09:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/release-the-space/m-p/3980953#M294361</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-04-13T09:38:11Z</dc:date>
    </item>
  </channel>
</rss>

