<?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: OS block size ??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903435#M105541</link>
    <description>What you are refering to is the filesystem block size not the OS block size.&lt;BR /&gt;I think there is nothing known as OS block size, and the 512 you are thinking is the disk block size which is the default block size used by du command.&lt;BR /&gt;file system block size can be set while creating new filesystem and "man newfs_hfs" or man newfs_vxfs" should explain that very well.</description>
    <pubDate>Thu, 13 Feb 2003 21:34:45 GMT</pubDate>
    <dc:creator>monasingh_1</dc:creator>
    <dc:date>2003-02-13T21:34:45Z</dc:date>
    <item>
      <title>OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903430#M105536</link>
      <description>Dear all,&lt;BR /&gt;         I have a question about OS block size?&lt;BR /&gt;where to set the OS block size? Is it 512 bytes(Default)? &lt;BR /&gt;and, does it have any meter which I renew the OS block size?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to set the OS block size, because I want to modify Oracle(8.0.5) block size when I create new databse.&lt;BR /&gt;Why I always create a Databse&lt;BR /&gt;,db_block_size it always set&lt;BR /&gt;2048 bytes? (My hope the db_block_size is 4096).&lt;BR /&gt;&lt;BR /&gt;Thanks. K.Y.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 04:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903430#M105536</guid>
      <dc:creator>KY.Chuang</dc:creator>
      <dc:date>2003-02-13T04:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903431#M105537</link>
      <description>Hi KY&lt;BR /&gt;&lt;BR /&gt;You can change the bock size while creating the filesystem using the mkfs_vxfs command.&lt;BR /&gt;&lt;BR /&gt;In the mkfs_vxfs command their is an option bsize=n with which u can change the block size...following is an excerpt from the man pages of mkfs_vxfs&lt;BR /&gt;&lt;BR /&gt;===========================&lt;BR /&gt;bsize=n,  where n  is the block size for files on the file system and represents the smallest amount of disk space that will be allocated to a file. n  must be a power of 2 selected from the range 1024 to 8192. The default is 1024.&lt;BR /&gt;============================&lt;BR /&gt;&lt;BR /&gt;Refer man mkfs_vxfs for futher info&lt;BR /&gt;&lt;BR /&gt;As u said the default block size is 512bytes.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mani</description>
      <pubDate>Thu, 13 Feb 2003 04:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903431#M105537</guid>
      <dc:creator>Mani_3</dc:creator>
      <dc:date>2003-02-13T04:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903432#M105538</link>
      <description>See the block size can be modified when you create a filesystem which by default 1024. Now if you are using RAW Devices in Oracle there is nothing much you can do. &lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 13 Feb 2003 04:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903432#M105538</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-02-13T04:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903433#M105539</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have to set the db_block_size of a database in the init-file (init&lt;SID&gt;.ora).&lt;BR /&gt;This is an initial parameter you never can change for this database.&lt;BR /&gt;We have db_block_size=8192 in most databases.&lt;BR /&gt;&lt;BR /&gt;Very important is that db_block_size is a multiple of OS block size.&lt;BR /&gt;&lt;BR /&gt;Remember that you many other parameters depend on the db_block_size&lt;BR /&gt;db_block_buffers&lt;BR /&gt;db_file_multiblock_read_count&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/SID&gt;</description>
      <pubDate>Thu, 13 Feb 2003 06:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903433#M105539</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-02-13T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903434#M105540</link>
      <description>#df -g &lt;BR /&gt;displays the fragment size and the maximum possible block size. &lt;BR /&gt;you can find the current block size using &lt;BR /&gt;&lt;BR /&gt;to find out the block size for vxfs &lt;BR /&gt;#fstyp -v /dev/vgxx/lvolX &lt;BR /&gt;f_bsize--&amp;gt;current block size &lt;BR /&gt;&lt;BR /&gt;for hfs &lt;BR /&gt;#tunefs -v /dev/vgxx/rlvolX | grep bsize &lt;BR /&gt;&lt;BR /&gt;The block size should have been specified at the time of creation of file system.&lt;BR /&gt;&lt;BR /&gt;'bsize' option to the mkfs_vxfs command should create the reqd block size for the file system.&lt;BR /&gt;&lt;BR /&gt;Oracle recommends the block size of the database to be the multiple of OS block size of equal to that.&lt;BR /&gt;&lt;BR /&gt;check the file system block size using fstyp and then you can make the neccessary modification to the Oracle block size for the new database creation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 07:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903434#M105540</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-13T07:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: OS block size ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903435#M105541</link>
      <description>What you are refering to is the filesystem block size not the OS block size.&lt;BR /&gt;I think there is nothing known as OS block size, and the 512 you are thinking is the disk block size which is the default block size used by du command.&lt;BR /&gt;file system block size can be set while creating new filesystem and "man newfs_hfs" or man newfs_vxfs" should explain that very well.</description>
      <pubDate>Thu, 13 Feb 2003 21:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-block-size/m-p/2903435#M105541</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-02-13T21:34:45Z</dc:date>
    </item>
  </channel>
</rss>

