<?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: Rman copy process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260017#M888337</link>
    <description>If this is a vxfs filesystem (and it should be because vxfs filesystems have outperformed hfs for several years now) believe it or  not, block size (filesystem that is) has almost zero impact on performance. Why? Because vxfs filesystems, unlike hfs, are extent-based and the filesystem block size really has no impact on performance. "Database block size should equal filesystem block size" is one of those truism's that has been beaten into DBA's heads but the real answer is that it depends upon the type of filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Apr 2004 09:10:50 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-04-27T09:10:50Z</dc:date>
    <item>
      <title>Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260013#M888333</link>
      <description>Guys,&lt;BR /&gt;I recently had to recreate a filesystem that is used by the DBA's for doing a 'rman' hotbackup.&lt;BR /&gt;&lt;BR /&gt;The problem I am now getting is that the Oracle blocksizes have been set to 16Mb, and when I recreated the new fileystem I didn't specify any blocksizing. This rman process is now taking a lot longer, why, and how can I check the block sizing when it is set.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 27 Apr 2004 04:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260013#M888333</guid>
      <dc:creator>Peter Day_3</dc:creator>
      <dc:date>2004-04-27T04:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260014#M888334</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;Check the block size with,&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;# df -g /app/oracle/admin&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 27 Apr 2004 04:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260014#M888334</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-27T04:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260015#M888335</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;To see the command used to create a filesystem you can use the mkfs with the -m option and the -F option. ( check man mkfs_vxfs) The default is 1024.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs -m /dev/dsk/c?t?d? ( /dev/vg??/lvol?)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 04:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260015#M888335</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-04-27T04:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260016#M888336</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;"Oracle blocksizes have been set to 16Mb"&lt;BR /&gt;16 Mb or 16 k ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Tue, 27 Apr 2004 05:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260016#M888336</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-27T05:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260017#M888337</link>
      <description>If this is a vxfs filesystem (and it should be because vxfs filesystems have outperformed hfs for several years now) believe it or  not, block size (filesystem that is) has almost zero impact on performance. Why? Because vxfs filesystems, unlike hfs, are extent-based and the filesystem block size really has no impact on performance. "Database block size should equal filesystem block size" is one of those truism's that has been beaten into DBA's heads but the real answer is that it depends upon the type of filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 09:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260017#M888337</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-27T09:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260018#M888338</link>
      <description>We've found that the vxfs block size does make a difference on performance on really slow disks.  We were ftping files and found that the IO write rate went from 2MB/sec to 8MB/sec by increasing it from 1K to 8K.  However we've also found that for write intensive Oracle processing, doesnt really have that much of an effect.</description>
      <pubDate>Wed, 28 Apr 2004 01:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260018#M888338</guid>
      <dc:creator>Stephen Andreassend</dc:creator>
      <dc:date>2004-04-28T01:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rman copy process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260019#M888339</link>
      <description>You may be able to increase the RMAN speed by increasing the db_block_size (requires DB rebuild), or DB_FILE_DIRECT_IO_COUNT.   In Oracle 9i it's _DB_FILE_DIRECT_IO_COUNT.&lt;BR /&gt;&lt;BR /&gt;Also you can set the readrate parameter in RMAN:&lt;BR /&gt;&lt;BR /&gt;"specifies the maximum number of buffers (each of size DB_BLOCKSIZE * DB_FILE_DIRECT_IO_COUNT) per second read for backup or copy operations from each of the input datafiles. By default, this parameter is not set. Use this parameter to "throttle back" RMAN, that is, set an upper limit for block reads so that RMAN does not consume excessive disk bandwidth and thereby degrade online performance."&lt;BR /&gt;&lt;BR /&gt;May be set that to a high value?&lt;BR /&gt;&lt;BR /&gt;setlimit channel c1 readrate 2000;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 01:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rman-copy-process/m-p/3260019#M888339</guid>
      <dc:creator>Stephen Andreassend</dc:creator>
      <dc:date>2004-04-28T01:23:51Z</dc:date>
    </item>
  </channel>
</rss>

