<?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: db_block_size and operating system block_size parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640589#M852240</link>
    <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;There is much confusion on this issue.  Here's a doc:&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c4b25c3a08f59ac82a/screen=ckiDisplayDocument?docId=200000054230626" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c4b25c3a08f59ac82a/screen=ckiDisplayDocument?docId=200000054230626&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, from man newfs_vxfs:&lt;BR /&gt;-b block_size  File system block size in bytes. The default value used is 1024 bytes.&lt;BR /&gt;&lt;BR /&gt;Look for f_frsize from:&lt;BR /&gt;fstyp -v /dev/vg##/lvol#&lt;BR /&gt;&lt;BR /&gt;Look for fragment size from:&lt;BR /&gt;df -g /mount_point&lt;BR /&gt;&lt;BR /&gt;There's quite a number of threads in the forums about this.  I suggest you search (limiting the domain to itrc.hp.com) at &lt;A href="http://www.google.com/advanced_search" target="_blank"&gt;http://www.google.com/advanced_search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Tue, 08 Jan 2002 15:35:00 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-01-08T15:35:00Z</dc:date>
    <item>
      <title>db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640585#M852236</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;Does anybody know how to find out the OS block_size on vxfs in HPUX 11?&lt;BR /&gt;&lt;BR /&gt;I'm trying to adjust SGA, and one of the parameters involved is, as you all know, db_block_size, which must be multiple of the OS block_size.&lt;BR /&gt;&lt;BR /&gt;I know you define it when creating the file system, but I don't remember the value, and don't know where nor how to visualize the value.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 08 Jan 2002 10:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640585#M852236</guid>
      <dc:creator>Jose Luis De Diego</dc:creator>
      <dc:date>2002-01-08T10:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640586#M852237</link>
      <description>fstyp -v /dev/vg??/???&lt;BR /&gt;&lt;BR /&gt;will return the blocksize as f_bsize and the fragment size as f_frsize.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Joh</description>
      <pubDate>Tue, 08 Jan 2002 10:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640586#M852237</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-01-08T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640587#M852238</link>
      <description>Two ways:&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vgXX/lvolY&lt;BR /&gt;&lt;BR /&gt;And look at the value given for f_frsize&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;mkfs -m /dev/vgXX/lvolY &lt;BR /&gt;&lt;BR /&gt;which shows you the original mkfs command used to create the file system.&lt;BR /&gt;&lt;BR /&gt;Unless it was specified at creation time, VxFS file systems will default to a block size of 1024 - this is probably a bit small for most Oracle databases - most people seem happy with a block size of 8192.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 08 Jan 2002 10:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640587#M852238</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-01-08T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640588#M852239</link>
      <description>I understand the parameter Oracle recommends to be a multiple of the FS block_size, *for vxfs*, is f_frsize or fragment size, which is the same as specified when creating the FS with mkfs and bsize option.&lt;BR /&gt;&lt;BR /&gt;Thanks, Duncan and John.&lt;BR /&gt;&lt;BR /&gt;Greetings.</description>
      <pubDate>Tue, 08 Jan 2002 11:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640588#M852239</guid>
      <dc:creator>Jose Luis De Diego</dc:creator>
      <dc:date>2002-01-08T11:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640589#M852240</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;There is much confusion on this issue.  Here's a doc:&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c4b25c3a08f59ac82a/screen=ckiDisplayDocument?docId=200000054230626" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c4b25c3a08f59ac82a/screen=ckiDisplayDocument?docId=200000054230626&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, from man newfs_vxfs:&lt;BR /&gt;-b block_size  File system block size in bytes. The default value used is 1024 bytes.&lt;BR /&gt;&lt;BR /&gt;Look for f_frsize from:&lt;BR /&gt;fstyp -v /dev/vg##/lvol#&lt;BR /&gt;&lt;BR /&gt;Look for fragment size from:&lt;BR /&gt;df -g /mount_point&lt;BR /&gt;&lt;BR /&gt;There's quite a number of threads in the forums about this.  I suggest you search (limiting the domain to itrc.hp.com) at &lt;A href="http://www.google.com/advanced_search" target="_blank"&gt;http://www.google.com/advanced_search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 08 Jan 2002 15:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640589#M852240</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-08T15:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: db_block_size and operating system block_size parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640590#M852241</link>
      <description>Darrell.&lt;BR /&gt;&lt;BR /&gt;The info you gave through man pages and other commands have been enough for me to solve my doubts, specially man newfs_vxfs, man df, and man statvfs, which is the C system funtion for retrieving file system info, and that is called from command line interfaces like df, and so on.&lt;BR /&gt;&lt;BR /&gt;Here is an extract of man statvfs, which I think make clear the issue:&lt;BR /&gt;&lt;BR /&gt;man statvfs&lt;BR /&gt;Reformatting entry.  Wait... done&lt;BR /&gt;&lt;BR /&gt; statvfs(2)                                                       statvfs(2)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      statvfs, fstatvfs - get file system information. These C funtions are called from command line interfaces, like df.&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;      statvfs() returns information about a mounted file system.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;The statvfs structure contains the following members:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;           ulong f_frsize;             /* fundamental file system block size */&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Of course John and Duncan gave the right answer as well...&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;Greetings.</description>
      <pubDate>Wed, 09 Jan 2002 10:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-block-size-and-operating-system-block-size-parameter/m-p/2640590#M852241</guid>
      <dc:creator>Jose Luis De Diego</dc:creator>
      <dc:date>2002-01-09T10:49:36Z</dc:date>
    </item>
  </channel>
</rss>

