<?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 Problem with DF in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249134#M175058</link>
    <description>df is incorrectly reporting disk space The only way around this is to reboot, is there another way?&lt;BR /&gt;&lt;BR /&gt;This problem doesn't happen all the time, but I have seen it with two of our customers.&lt;BR /&gt;&lt;BR /&gt;As an example a partision will be showing 95% used, aftre restart it drops to 25% used.&lt;BR /&gt;&lt;BR /&gt;Any Ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Apr 2004 08:53:07 GMT</pubDate>
    <dc:creator>Abi Akalay</dc:creator>
    <dc:date>2004-04-15T08:53:07Z</dc:date>
    <item>
      <title>Problem with DF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249134#M175058</link>
      <description>df is incorrectly reporting disk space The only way around this is to reboot, is there another way?&lt;BR /&gt;&lt;BR /&gt;This problem doesn't happen all the time, but I have seen it with two of our customers.&lt;BR /&gt;&lt;BR /&gt;As an example a partision will be showing 95% used, aftre restart it drops to 25% used.&lt;BR /&gt;&lt;BR /&gt;Any Ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 08:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249134#M175058</guid>
      <dc:creator>Abi Akalay</dc:creator>
      <dc:date>2004-04-15T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249135#M175059</link>
      <description>You can identify the and kill the process holding the space open.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem &lt;BR /&gt;&lt;BR /&gt;kill proccesses&lt;BR /&gt;&lt;BR /&gt;or kill them all&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /filesystem&lt;BR /&gt;This command is dangerous and can crash applications. It should be used only as a last resort.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Apr 2004 08:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249135#M175059</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-15T08:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249136#M175060</link>
      <description>df is working fine. When you restart, programs that have temporary files open will be terminated and the space returns. Since there is a large amount of space that is recovered, use the du command to map the directory by size:&lt;BR /&gt; &lt;BR /&gt;du -kx /my_dir | sort -rn &amp;gt; /var/tmp/du.log&lt;BR /&gt; &lt;BR /&gt;Run this when /my_dir is almost full and then again (into a different file) after a reboot. Now compare the two listings. The directory with the biggest difference will be the location of the temp file(s). Use ll to sort the contents by size:&lt;BR /&gt; &lt;BR /&gt;ll /my_dir/big_dir | sort -rnk5 | head&lt;BR /&gt; &lt;BR /&gt;As before, run the ll command on the suspect directory before and after a reboot.</description>
      <pubDate>Thu, 15 Apr 2004 09:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249136#M175060</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-04-15T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DF</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249137#M175061</link>
      <description>Hi Abi,&lt;BR /&gt;&lt;BR /&gt;The reason you might be seeing the problem with reporting free space is because there is a process that has locked up space on the filesystem or a large file used by the process was deleted and the space was not freed up. Instead of rebooting if you can identify the process and just restart the process, it will drop the utilization back to normal levels. &lt;BR /&gt;&lt;BR /&gt;We run into this type of situation very often and lsof is a big help over there. You can download lsof from this link if you want,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 10:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-df/m-p/3249137#M175061</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-15T10:06:57Z</dc:date>
    </item>
  </channel>
</rss>

