<?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 is not updating while doing bdf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127243#M448997</link>
    <description>Thanks Tim and James for that quick response. Indeed, Tim was right. There was open processes that's using the filesystem earlier. There was a backup processes accessing the filesystem. I waited for the backup to finished and found the normal utilization for the FS.&lt;BR /&gt;&lt;BR /&gt;Points were assigned. Thanks :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Mike</description>
    <pubDate>Fri, 29 Aug 2008 18:56:41 GMT</pubDate>
    <dc:creator>Mike Abasolo</dc:creator>
    <dc:date>2008-08-29T18:56:41Z</dc:date>
    <item>
      <title>filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127239#M448993</link>
      <description>Im experiencing a weird scenario. Filesystem is currently empty but my bdf shows a different ouput. &lt;BR /&gt;&lt;BR /&gt;[root@server1:/root]&lt;BR /&gt;# bdf /oracle/F7C/sapdata3&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg_F7C_03/lv_data03&lt;BR /&gt;                   35586048 23145840 12343096   65% /oracle/F7C/sapdata3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@server1:/root]&lt;BR /&gt;# du -sk /oracle/F7C/sapdata3&lt;BR /&gt;8       /oracle/F7C/sapdata3&lt;BR /&gt;&lt;BR /&gt;[root@server1:/root]&lt;BR /&gt;# lvdisplay /dev/vg_F7C_03/lv_data03&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg_F7C_03/lv_data03&lt;BR /&gt;VG Name                     /dev/vg_F7C_03&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            34752&lt;BR /&gt;Current LE                  8688&lt;BR /&gt;Allocated PE                8688&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope someone could explain what happened&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 17:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127239#M448993</guid>
      <dc:creator>Mike Abasolo</dc:creator>
      <dc:date>2008-08-29T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127240#M448994</link>
      <description>Most likely a process still has a file open in memory.  Until you find/kill that process the space will not return.&lt;BR /&gt;&lt;BR /&gt;If you attempt to unmount the filesystem I would suspect you cannot because it is still busy.&lt;BR /&gt;&lt;BR /&gt;run fuser or lsof to find the process.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 17:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127240#M448994</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-29T17:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127241#M448995</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;This is perfectly understandable if the file in question is a sparse one.  "Sparse" files are those with unallocated extents, very common in databases.  Try this:&lt;BR /&gt;&lt;BR /&gt;# cd /path&lt;BR /&gt;# perl -le '$f="sparse";open(FH,"&amp;gt;",$f);seek(FH,2**32,1);print FH "."'&lt;BR /&gt;# ls -l sparse&lt;BR /&gt;-rw-r--r--   1 root       sys        4294967298 Aug 29 14:53 sparse&lt;BR /&gt;# du sparse&lt;BR /&gt;16      sparse&lt;BR /&gt;&lt;BR /&gt;Now, if you have the space in the filesystem where you created this file:&lt;BR /&gt;&lt;BR /&gt;# cp sparse sparse.expanded&lt;BR /&gt;&lt;BR /&gt;You can compare the 'bdf' output before and afterwards to see what you have observed, too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 29 Aug 2008 17:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127241#M448995</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-29T17:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127242#M448996</link>
      <description>Hi (again) Mike:&lt;BR /&gt;&lt;BR /&gt;My apologies, I should learn to read :-( &lt;BR /&gt;&lt;BR /&gt;Tim has answered your question most correctly.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 29 Aug 2008 18:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127242#M448996</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-29T18:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127243#M448997</link>
      <description>Thanks Tim and James for that quick response. Indeed, Tim was right. There was open processes that's using the filesystem earlier. There was a backup processes accessing the filesystem. I waited for the backup to finished and found the normal utilization for the FS.&lt;BR /&gt;&lt;BR /&gt;Points were assigned. Thanks :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Mike</description>
      <pubDate>Fri, 29 Aug 2008 18:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127243#M448997</guid>
      <dc:creator>Mike Abasolo</dc:creator>
      <dc:date>2008-08-29T18:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127244#M448998</link>
      <description>Thread can be closed</description>
      <pubDate>Fri, 29 Aug 2008 18:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127244#M448998</guid>
      <dc:creator>Mike Abasolo</dc:creator>
      <dc:date>2008-08-29T18:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem size is not updating while doing bdf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127245#M448999</link>
      <description>Reboot can help you out also.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Fri, 29 Aug 2008 19:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-size-is-not-updating-while-doing-bdf/m-p/5127245#M448999</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-29T19:12:04Z</dc:date>
    </item>
  </channel>
</rss>

