<?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 why bdf &amp;amp; du display two different results in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996427#M632543</link>
    <description>hi expert,&lt;BR /&gt;       i found my /opt is 100% full by bdf command, and i could not copy any file to this filesystem, but when i use df -sk, i found the filesystem only 67% full, how can i do &lt;BR /&gt;thanks</description>
    <pubDate>Fri, 13 Jun 2003 01:32:58 GMT</pubDate>
    <dc:creator>王曦_1</dc:creator>
    <dc:date>2003-06-13T01:32:58Z</dc:date>
    <item>
      <title>why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996427#M632543</link>
      <description>hi expert,&lt;BR /&gt;       i found my /opt is 100% full by bdf command, and i could not copy any file to this filesystem, but when i use df -sk, i found the filesystem only 67% full, how can i do &lt;BR /&gt;thanks</description>
      <pubDate>Fri, 13 Jun 2003 01:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996427#M632543</guid>
      <dc:creator>王曦_1</dc:creator>
      <dc:date>2003-06-13T01:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996428#M632544</link>
      <description>your /opt might be full because of inodes too.&lt;BR /&gt;&lt;BR /&gt;best it to unmount and mount /opt again that will help or reboot the system if its not critical and if it so take an outage and then do it.&lt;BR /&gt;/opt being full wont anyway bother your normal execution of machine.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Fri, 13 Jun 2003 01:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996428#M632544</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-06-13T01:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996429#M632545</link>
      <description>Have you attempted to remove some largefiles?&lt;BR /&gt;&lt;BR /&gt;These files could still have some processes open and that is why the report is incorrect.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome"</description>
      <pubDate>Fri, 13 Jun 2003 01:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996429#M632545</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-13T01:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996430#M632546</link>
      <description>If there are open processes on files you recently deleted, bdf will show the filesystem is full even though you just deleted a bunch of files.&lt;BR /&gt;&lt;BR /&gt;du will show the space as clear.&lt;BR /&gt;&lt;BR /&gt;Since /opt is not such a critical filesystem, you can clear this without a boot.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /opt&lt;BR /&gt;&lt;BR /&gt;to identify the processes.&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /opt to just go ahead and kill all open processes on /opt&lt;BR /&gt;&lt;BR /&gt;After running the second command, bdf and du -sk should show similar results.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Jun 2003 01:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996430#M632546</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-13T01:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996431#M632547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  When a process writes to a file if you have removed that file forcefully before that file closed by that process, you see the difference between bdf and du -sk.&lt;BR /&gt;  The information is updated immediately to the du -sk  but not to bdf.&lt;BR /&gt; If you restart your server the bdf output will be updated properly.&lt;BR /&gt;  Check by using lsof whether any process writes to the /opt FS and you can kill that process. By doing this also ur bdf may get updated.&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 01:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996431#M632547</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-06-13T01:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996432#M632548</link>
      <description>Hi,&lt;BR /&gt; Have a look at this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x408f44f56197d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x408f44f56197d711abdc0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 13 Jun 2003 01:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996432#M632548</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-06-13T01:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996433#M632549</link>
      <description>du shows the number of currently allocated blocks.&lt;BR /&gt;bdf shows the free disk space available.&lt;BR /&gt;&lt;BR /&gt;The difference is because bdf cannot see the blocks "occupied" by a still active process.&lt;BR /&gt;bdf will see the change until the process terminates.</description>
      <pubDate>Fri, 13 Jun 2003 03:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996433#M632549</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-13T03:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996434#M632550</link>
      <description>The questions regarding bdf and du has been answered almost every day! Please do a search on the forums (now on top of the screen) and find the best solution available for you.</description>
      <pubDate>Fri, 13 Jun 2003 03:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996434#M632550</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-06-13T03:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: why bdf &amp; du display two different results</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996435#M632551</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;The bdf and du work on diffrent system calls&lt;BR /&gt;So if one proccess write to that file system&lt;BR /&gt;with du you would see the size that it take&lt;BR /&gt;and with bdf you will see.&lt;BR /&gt;&lt;BR /&gt;Also see in man about the block size that&lt;BR /&gt;the command show the size.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 13 Jun 2003 06:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-bdf-amp-du-display-two-different-results/m-p/2996435#M632551</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T06:12:20Z</dc:date>
    </item>
  </channel>
</rss>

