<?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: Filesystem size not reporting space correctly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909325#M405841</link>
    <description>You need to think about it yourself. What would cause this?? open files?? open processes?? Most probable reason is you moved/deleted files when they were still being accesses.&lt;BR /&gt;&lt;BR /&gt;Before you move/delete them, you should always do a check to see if they are being used or not.&lt;BR /&gt;&lt;BR /&gt;fuser -u /dir/file&lt;BR /&gt;Will give you which process is using the file. The other tool that most of the admins use is lsof (list open files) you can get it fro here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk" target="_blank"&gt;http://hpux.connect.org.uk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now as you have moved/deleted files, you will have to stop the process to see that process releasesthe space and you see it in your bdf/FS&lt;BR /&gt;&lt;BR /&gt;You can do lsof +aL1 to check what processes are holding the space now.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Jun 2005 07:51:23 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-06-27T07:51:23Z</dc:date>
    <item>
      <title>Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909323#M405839</link>
      <description>Twice in June i've had filesystems fill up to 100% and stay there even after we move or purge files.  We moved 2G out of are /archives directory and it's sill reporting at 100%.  &lt;BR /&gt;&lt;BR /&gt;VxFS presented from a EVA5000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RP8400 10CPU 18GRam, &lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 07:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909323#M405839</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2005-06-27T07:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909324#M405840</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This file system has some open files which are in use by some applications which is causing this.Use fuser command to find processes using this&lt;BR /&gt;&lt;BR /&gt;#fuser -u /archives&lt;BR /&gt;&lt;BR /&gt;Once these process are terminted or aborted the space should be reflected properly.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 27 Jun 2005 07:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909324#M405840</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-06-27T07:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909325#M405841</link>
      <description>You need to think about it yourself. What would cause this?? open files?? open processes?? Most probable reason is you moved/deleted files when they were still being accesses.&lt;BR /&gt;&lt;BR /&gt;Before you move/delete them, you should always do a check to see if they are being used or not.&lt;BR /&gt;&lt;BR /&gt;fuser -u /dir/file&lt;BR /&gt;Will give you which process is using the file. The other tool that most of the admins use is lsof (list open files) you can get it fro here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk" target="_blank"&gt;http://hpux.connect.org.uk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now as you have moved/deleted files, you will have to stop the process to see that process releasesthe space and you see it in your bdf/FS&lt;BR /&gt;&lt;BR /&gt;You can do lsof +aL1 to check what processes are holding the space now.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 07:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909325#M405841</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-27T07:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909326#M405842</link>
      <description>Thanks for the quick response.  I have lsof installed, but i didn't think i would be able to move files that were in use.  Copy yes, but delete?  We started seeing this problem when a new contractor created a shadow file in /etc locking out all the users even root.  We've never had this problem till that happened.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John</description>
      <pubDate>Mon, 27 Jun 2005 07:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909326#M405842</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2005-06-27T07:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909327#M405843</link>
      <description>Hummmm, a new contractor with root access? Oh well. Deleting files that are open is a long tradition for Unix systems. The file is not really removed. Instead, the link count is decremented to zero and the entry disappears from the directory. But the space is not released until all processes have closed the file. Once a file has been opened, access to the file space is based on a file control block  within the program so the directory entry can disappear but the file inodes still remain intact until all processes release control.</description>
      <pubDate>Mon, 27 Jun 2005 09:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909327#M405843</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-06-27T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909328#M405844</link>
      <description># lsof +aL1 &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;should report the open files that havent' released space (NLINK=0).&lt;BR /&gt;&lt;BR /&gt;regards!&lt;/FILESYSTEM&gt;</description>
      <pubDate>Mon, 27 Jun 2005 10:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909328#M405844</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-06-27T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem size not reporting space correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909329#M405845</link>
      <description>Thanks for all the great info!!&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 27 Jun 2005 20:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-not-reporting-space-correctly/m-p/4909329#M405845</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2005-06-27T20:55:26Z</dc:date>
    </item>
  </channel>
</rss>

