<?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: what's wrong with the bdf? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968795#M417377</link>
    <description>the problem has been solved!</description>
    <pubDate>Wed, 22 Mar 2006 02:33:07 GMT</pubDate>
    <dc:creator>wangzhida</dc:creator>
    <dc:date>2006-03-22T02:33:07Z</dc:date>
    <item>
      <title>what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968784#M417366</link>
      <description>Hi,all:&lt;BR /&gt;I got different value of the size of /data volumn, when I use 'dbf' and 'du -sk' separately.&lt;BR /&gt;here goes the results.&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;%bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg_data/lv_data&lt;BR /&gt;                   227278848 147486304 79169240   65% /data&lt;BR /&gt;&lt;BR /&gt;%du -sk /data&lt;BR /&gt;75148424        /data&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;now you see, the 'used' value that generated by dbf is much larger than 'du -sk'.&lt;BR /&gt;which one is the right one? how should I deal with it?&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Wed, 22 Mar 2006 00:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968784#M417366</guid>
      <dc:creator>wangzhida</dc:creator>
      <dc:date>2006-03-22T00:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968785#M417367</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can try with "sync" to syncronize any recent changes happened to the file system and try to run again. &lt;BR /&gt;&lt;BR /&gt;You can check this thread for more explanation&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=883822" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=883822&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 22 Mar 2006 01:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968785#M417367</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-22T01:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968786#M417368</link>
      <description>Refer this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=143084" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=143084&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 22 Mar 2006 01:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968786#M417368</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-22T01:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968787#M417369</link>
      <description>There is a difference between du and bdf works. there will be difference in their outputs, but should be very big. Did you delet/move any files, while process was accessing them?? Do you have any sparse files in that file system?</description>
      <pubDate>Wed, 22 Mar 2006 01:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968787#M417369</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-22T01:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968788#M417370</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Nothing is wrong with either du or bdf.&lt;BR /&gt;&lt;BR /&gt;bdf will not show space from deleted files as available until any processes that have open handles on these files are terminated.&lt;BR /&gt;&lt;BR /&gt;A reboot will make the results consistent, as will a killing of proceses listed on this command:&lt;BR /&gt;&lt;BR /&gt;fuser -cu /data&lt;BR /&gt;&lt;BR /&gt;Add the k parameter to the above command at your own risk and fuser will kill them. Be careful, its a really good way to bring down a production system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Mar 2006 01:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968788#M417370</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-22T01:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968789#M417371</link>
      <description>I got these stuff here:&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;# ps -ef|grep 873|more|grep -v grep&lt;BR /&gt;    root   873   772  0  Mar 16  ?         0:55 /opt/omni/lbin/vbda -bmaname drive1 -type 2 -start 1142460074 -&lt;BR /&gt;    root   874   873  0  Mar 16  ?         1:15 /opt/omni/lbin/vbda -bmaname drive1 -type 2 -start 1142460074 -&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;what's vbda? there's no man manual for it.</description>
      <pubDate>Wed, 22 Mar 2006 01:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968789#M417371</guid>
      <dc:creator>wangzhida</dc:creator>
      <dc:date>2006-03-22T01:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968790#M417372</link>
      <description>sorry. forgot these&lt;BR /&gt;# fuser -cu /data&lt;BR /&gt;/data:      873o(root)</description>
      <pubDate>Wed, 22 Mar 2006 01:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968790#M417372</guid>
      <dc:creator>wangzhida</dc:creator>
      <dc:date>2006-03-22T01:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968791#M417373</link>
      <description>vbda is part of omniback backup software.</description>
      <pubDate>Wed, 22 Mar 2006 01:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968791#M417373</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-22T01:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968792#M417374</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/opt/omni/lbin/vbda is a backup session from HP OpenView Storage Data Protector. It looks like the session is hanging (March 16). Check your data protector logfiles for errors on that date.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 22 Mar 2006 01:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968792#M417374</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-03-22T01:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968793#M417375</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;a backup is most probably in progress, to check check this, please run:&lt;BR /&gt;&lt;BR /&gt;omnidb -session&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 22 Mar 2006 02:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968793#M417375</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-03-22T02:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968794#M417376</link>
      <description>thank you all! I've resolved the problem. thank you.</description>
      <pubDate>Wed, 22 Mar 2006 02:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968794#M417376</guid>
      <dc:creator>wangzhida</dc:creator>
      <dc:date>2006-03-22T02:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: what's wrong with the bdf?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968795#M417377</link>
      <description>the problem has been solved!</description>
      <pubDate>Wed, 22 Mar 2006 02:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-wrong-with-the-bdf/m-p/4968795#M417377</guid>
      <dc:creator>wangzhida</dc:creator>
      <dc:date>2006-03-22T02:33:07Z</dc:date>
    </item>
  </channel>
</rss>

