<?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: strange thing with disk utilization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085519#M143589</link>
    <description>Is it possible you have different Filesystem block sizes of /u59 and /alt_u59? &lt;BR /&gt;.&lt;BR /&gt;It is also possible that since you're not ROOT, you're unable to completely fill up your /alt_u59 as the 4 dbf files are already about 8183840 Kilobytes /and alt_u59 has 8192000 Kilobytes Capacity --- thereby giving you 8183840/8192000 = 99.9% Utilization...&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Oct 2003 15:38:44 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2003-10-06T15:38:44Z</dc:date>
    <item>
      <title>strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085511#M143581</link>
      <description>This morning I am copying data from on mount point to a new one and one of the cp failed saying not enough space even when I create the mount point with the same space. I am on 11i.&lt;BR /&gt;&lt;BR /&gt;Target mount point:&lt;BR /&gt;/alt_u59/oradata # find .&lt;BR /&gt;.&lt;BR /&gt;./ps1f&lt;BR /&gt;./ps1f/undotbs_02.dbf&lt;BR /&gt;./ps1f/undotbs_03.dbf&lt;BR /&gt;./ps1f/pstemp_02.dbf&lt;BR /&gt;./ps1f/pstemp_03.dbf&lt;BR /&gt;./ps1u&lt;BR /&gt;./ps1u/archive_11.dbf&lt;BR /&gt;./ps1o&lt;BR /&gt;./ps1r&lt;BR /&gt;eckpsdev:root:/alt_u59/oradata # du -k .&lt;BR /&gt;8183873 ./ps1f&lt;BR /&gt;4899    ./ps1u&lt;BR /&gt;0       ./ps1o&lt;BR /&gt;0       ./ps1r&lt;BR /&gt;8188772 .&lt;BR /&gt;&lt;BR /&gt;Source mount point:&lt;BR /&gt;&lt;BR /&gt;spenumuc:/u59/oradata:du -k .&lt;BR /&gt;6889497 ./ps1f&lt;BR /&gt;1024016 ./ps1u&lt;BR /&gt;0       ./ps1o&lt;BR /&gt;0       ./ps1r&lt;BR /&gt;7913513 .&lt;BR /&gt;u59/oradata:cd ps1f&lt;BR /&gt;u59/oradata/ps1f:ll&lt;BR /&gt;total 13778992&lt;BR /&gt;-rw-r-----   1 oracle     dba        2095063040 Jul 10 14:15 pstemp_02.dbf&lt;BR /&gt;-rw-r-----   1 oracle     dba        2095063040 Sep 12 13:37 pstemp_03.dbf&lt;BR /&gt;-rw-r-----   1 oracle     dba        2095063040 Oct  2 10:03 undotbs_02.dbf&lt;BR /&gt;-rw-r-----   1 oracle     dba        2095063040 Oct  2 10:03 undotbs_03.dbf&lt;BR /&gt;:spenumuc:/u59/oradata/ps1f:bdf|grep u59&lt;BR /&gt;/dev/data7/u59     8192000 7916621  258173   97% /u59&lt;BR /&gt;/dev/vg_data7/lv_u59&lt;BR /&gt;                   8192000 8191880     117  100% /alt_u59&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clues?</description>
      <pubDate>Sat, 04 Oct 2003 08:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085511#M143581</guid>
      <dc:creator>Srini Penumuchu</dc:creator>
      <dc:date>2003-10-04T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085512#M143582</link>
      <description>Need to see the following:&lt;BR /&gt; &lt;BR /&gt;bdf /mount_point (* of old and new *)&lt;BR /&gt; &lt;BR /&gt;lvdisplal /dev/vg##/lvol# (* refer to bdf for the logical volume or /etc/fstab *)&lt;BR /&gt; &lt;BR /&gt;grep -i mount_point /etc/fstab&lt;BR /&gt; &lt;BR /&gt;Also need to make sure you didn't mount to / (root).  So also include:&lt;BR /&gt; &lt;BR /&gt;bdf /&lt;BR /&gt; &lt;BR /&gt;grep -i "oct 04" /var/adm/syslog/syslog.log | grep -i vmunix&lt;BR /&gt; &lt;BR /&gt;dmesg | tail -10</description>
      <pubDate>Sat, 04 Oct 2003 10:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085512#M143582</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-04T10:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085513#M143583</link>
      <description>Need to see the following:&lt;BR /&gt; &lt;BR /&gt;bdf /mount_point (* of old and new *)&lt;BR /&gt; &lt;BR /&gt;lvdisplay /dev/vg##/lvol# (* refer to bdf for the logical volume or /etc/fstab *)&lt;BR /&gt; &lt;BR /&gt;grep -i mount_point /etc/fstab&lt;BR /&gt; &lt;BR /&gt;Also need to make sure you didn't mount to / (root).  So also include:&lt;BR /&gt; &lt;BR /&gt;bdf /&lt;BR /&gt; &lt;BR /&gt;grep -i "oct 04" /var/adm/syslog/syslog.log | grep -i vmunix&lt;BR /&gt; &lt;BR /&gt;dmesg | tail -10</description>
      <pubDate>Sat, 04 Oct 2003 10:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085513#M143583</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-04T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085514#M143584</link>
      <description>If i correctly understood,&lt;BR /&gt;U please compare u r ps1f of the TARGET and SORCE as TARGET shows here 8183873 ./ps1f&lt;BR /&gt;but when u see the output of SOURCE is only&lt;BR /&gt;6889497 ./ps1f.&lt;BR /&gt;Plese check with " ll " and u can also use "diff" for the comparision ,bcoz the bdf output u have given shows KBYTES coloumn the mounting is OK with same size ,&lt;BR /&gt;May be this is due to recursive copy into subdirectories or any Application using it for Temporary files on that mount point.&lt;BR /&gt;If this does not work, please post ll output of ps1 of TARGET and SOURCE&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Oct 2003 11:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085514#M143584</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2003-10-04T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085515#M143585</link>
      <description>Also possible that you're creating 'sparse' files so run a 'cksum' on old and new.&lt;BR /&gt; &lt;BR /&gt;cksum /old_mount_pt/file&lt;BR /&gt; &lt;BR /&gt;cksum /new_mount_pt/file&lt;BR /&gt; &lt;BR /&gt;Should see identical numbers.</description>
      <pubDate>Sat, 04 Oct 2003 11:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085515#M143585</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-04T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085516#M143586</link>
      <description>Thanks for Ur quick response. In my posting,&lt;BR /&gt;please see the ll of source directory /u59.&lt;BR /&gt;There are 4 2 gig dbf files and du -k of this&lt;BR /&gt;mount point shows only around 6.8 Gig.&lt;BR /&gt;  &lt;BR /&gt;  Please let me know if I still did not make it clear.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srini&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Oct 2003 11:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085516#M143586</guid>
      <dc:creator>Srini Penumuchu</dc:creator>
      <dc:date>2003-10-04T11:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085517#M143587</link>
      <description>All gurus,&lt;BR /&gt;   Please help! Respond to my issue...&lt;BR /&gt;&lt;BR /&gt;Lambu&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2003 13:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085517#M143587</guid>
      <dc:creator>Srini Penumuchu</dc:creator>
      <dc:date>2003-10-06T13:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085518#M143588</link>
      <description>Gee, still waiting for the 'lvdisplay' big guy.</description>
      <pubDate>Mon, 06 Oct 2003 15:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085518#M143588</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-06T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085519#M143589</link>
      <description>Is it possible you have different Filesystem block sizes of /u59 and /alt_u59? &lt;BR /&gt;.&lt;BR /&gt;It is also possible that since you're not ROOT, you're unable to completely fill up your /alt_u59 as the 4 dbf files are already about 8183840 Kilobytes /and alt_u59 has 8192000 Kilobytes Capacity --- thereby giving you 8183840/8192000 = 99.9% Utilization...&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2003 15:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085519#M143589</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-06T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085520#M143590</link>
      <description>SOURCE LVDISPLAY&lt;BR /&gt;/etc/lvdisplay /dev/data7/u59&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/data7/u59&lt;BR /&gt;VG Name                     /dev/data7&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)            8000&lt;BR /&gt;Current LE                  2000&lt;BR /&gt;Allocated PE                2000&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;TARGET LVDISPLAY&lt;BR /&gt;/etc/lvdisplay /dev/vg_data7/lv_u59&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg_data7/lv_u59&lt;BR /&gt;VG Name                     /dev/vg_data7&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)            10000&lt;BR /&gt;Current LE                  1250&lt;BR /&gt;Allocated PE                1250&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   off&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;/dev/data7/u59 /u59 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg_data7/lv_u59 /u59 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2003 16:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085520#M143590</guid>
      <dc:creator>Srini Penumuchu</dc:creator>
      <dc:date>2003-10-06T16:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085521#M143591</link>
      <description>Refer to the lvdisplay data posted above, and what I'v pasted below.  VG 'data7' has a PE size of 4 mb while VG 'vg_data7' use 8 mb.&lt;BR /&gt; &lt;BR /&gt;8000 / 2000 = 4&lt;BR /&gt; &lt;BR /&gt;10000 / 1250 = 8&lt;BR /&gt; &lt;BR /&gt;Confirm this with 'vgdisplay'.&lt;BR /&gt; &lt;BR /&gt;vgdisplay data7&lt;BR /&gt;vgdispaly vg_data7&lt;BR /&gt; &lt;BR /&gt;##########################################&lt;BR /&gt;##&lt;BR /&gt;##########################################&lt;BR /&gt; &lt;BR /&gt;"Bad block on" for /dev/data7/u59 but "Bad block off" for /dev/vg_data7/lv_u59.&lt;BR /&gt; &lt;BR /&gt;##########################################&lt;BR /&gt;##&lt;BR /&gt;##########################################&lt;BR /&gt; &lt;BR /&gt;nolargefiles for /dev/data7/u59&lt;BR /&gt;largefiles for /dev/vg_data7/lv_u59&lt;BR /&gt; &lt;BR /&gt;##########################################&lt;BR /&gt;##&lt;BR /&gt;##########################################&lt;BR /&gt; &lt;BR /&gt;LV Name /dev/data7/u59&lt;BR /&gt;LV Size (Mbytes) 8000&lt;BR /&gt;Current LE 2000&lt;BR /&gt;Allocated PE 2000&lt;BR /&gt;Bad block on&lt;BR /&gt;nolargefiles&lt;BR /&gt; &lt;BR /&gt;LV Name /dev/vg_data7/lv_u59&lt;BR /&gt;LV Size (Mbytes) 10000&lt;BR /&gt;Current LE 1250&lt;BR /&gt;Allocated PE 1250&lt;BR /&gt;Bad block off&lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;##########################################&lt;BR /&gt;##&lt;BR /&gt;##########################################&lt;BR /&gt; &lt;BR /&gt;Are you on a disk array for &lt;BR /&gt;/dev/vg_data7/lv_u59?</description>
      <pubDate>Mon, 06 Oct 2003 18:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085521#M143591</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-06T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085522#M143592</link>
      <description>The problem is definitely sparse files. cksum will produce the same result but the target will be larger. What is happening is that these are probably database files and they were created using lseek ten write. For example, the file is created, then one record is written to position 1 and another written to position 1,000,000 then the file is closed. The directory is updated that there are one million records but only two occupy any space. When you use cp (or tar, cpio, pax, ftp, etc), the file will be read serially and the unwritten records will be returned as a string of zeros (conveniently supplied by the filesystem code). But the target is being written serially and the stream of zeros becomes real data, so the copy is nearly ne million times bigger than the source. NOTE: Both files are equivalent and produce the same result. The missing million records in the source will always be zeros until more data is written.&lt;BR /&gt; &lt;BR /&gt;fbackup is the only tool that can recover a sparse file (more accurately, see streams of zeros and lseek around them to conserve space). Note that the source file will continue to grow in occupied space as middle records are written. It is VERY possible that the million record file will be too large to fit in the current lvol as middle records are written.</description>
      <pubDate>Mon, 06 Oct 2003 21:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085522#M143592</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-06T21:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085523#M143593</link>
      <description>I said that fbackup can recover sparse files but really, it is the fbackup/frecover pair. fbackuo creates a data stream compatible with frecover and the -s option for frecover will skip over long streams of zero data (man frecover).</description>
      <pubDate>Mon, 06 Oct 2003 21:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085523#M143593</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-06T21:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085524#M143594</link>
      <description>Srini,&lt;BR /&gt;&lt;BR /&gt;Give us outputs of:&lt;BR /&gt;.&lt;BR /&gt;fstyp -v /dev/data/ru59&lt;BR /&gt;fstyp -v /dev/vg_data/lv_u59&lt;BR /&gt;.&lt;BR /&gt;There might be a clue in there....</description>
      <pubDate>Tue, 07 Oct 2003 07:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085524#M143594</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-07T07:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085525#M143595</link>
      <description>SOURCE:&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/data7/u59&lt;BR /&gt;vxfs&lt;BR /&gt;version: 4&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 8192000&lt;BR /&gt;f_bfree: 275379&lt;BR /&gt;f_bavail: 258168&lt;BR /&gt;f_files: 68876&lt;BR /&gt;f_ffree: 68844&lt;BR /&gt;f_favail: 68844&lt;BR /&gt;f_fsid: 1074200580&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 0&lt;BR /&gt;f_fsindex: 7&lt;BR /&gt;f_size: 8192000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TARGET:&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg_data7/lv_u59&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 10240000&lt;BR /&gt;f_bfree: 1028497&lt;BR /&gt;f_bavail: 96421600&lt;BR /&gt;f_files: 2571567&lt;BR /&gt;f_ffree: 2571246&lt;BR /&gt;f_favail: 257124&lt;BR /&gt;f_fsid: 1074331652&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 2541652&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 16501fcf5&lt;BR /&gt;f_fsindex: 7s: 0&lt;BR /&gt;f_size: 10240000&lt;BR /&gt;&lt;BR /&gt;I did not quite understand sparse files phenomenon. I will spend more time grasping this but my basic question was,&lt;BR /&gt;&lt;BR /&gt;du -k .&lt;BR /&gt;6889497 ./ps1f&lt;BR /&gt;1024016 ./ps1u&lt;BR /&gt;&lt;BR /&gt;Then how come ll shows,&lt;BR /&gt;&lt;BR /&gt;ll&lt;BR /&gt;total 13778992&lt;BR /&gt;-rw-r----- 1 oracle dba 2095063040 Jul 10 14:15 pstemp_02.dbf&lt;BR /&gt;-rw-r----- 1 oracle dba 2095063040 Sep 12 13:37 pstemp_03.dbf&lt;BR /&gt;-rw-r----- 1 oracle dba 2095063040 Oct 2 10:03 undotbs_02.dbf&lt;BR /&gt;-rw-r----- 1 oracle dba 2095063040 Oct 2 10:03 undotbs_03.dbf&lt;BR /&gt;:spenumuc:/u59/oradata/ps1f:bdf|grep u59&lt;BR /&gt;&lt;BR /&gt;I hope I am not bothering you by repeating the same question....&lt;BR /&gt;&lt;BR /&gt;Lambu</description>
      <pubDate>Tue, 07 Oct 2003 08:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085525#M143595</guid>
      <dc:creator>Srini Penumuchu</dc:creator>
      <dc:date>2003-10-07T08:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: strange thing with disk utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085526#M143596</link>
      <description>I don't suppose NFS is involved?&lt;BR /&gt; &lt;BR /&gt;Latest patches for 'du': PHNE_28983 and PHNE_28103 if NFS related.&lt;BR /&gt; &lt;BR /&gt;Regarding different PE_SIZE's this is similar to fragmentation.&lt;BR /&gt; &lt;BR /&gt;Regarding 'largefile' parameter, affects files &amp;gt; 2 GB.  Could be the reason for 'sparse' files.&lt;BR /&gt; &lt;BR /&gt;Did you try 'cksum' yet?</description>
      <pubDate>Tue, 07 Oct 2003 08:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-thing-with-disk-utilization/m-p/3085526#M143596</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-07T08:50:20Z</dc:date>
    </item>
  </channel>
</rss>

