<?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 Buffer Size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827956#M88091</link>
    <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I agree with the last two replies that they are requesting the filesystem buffer size. However, to ensure you are using a dynamic buffer cache (sized by dbc_min_pct and dbc_max_pct) you must have the static buffer parameters (nbuf and bufpages) set to 0 in the kernel. Although the dynamic buffer is the default I still see a few systems using the fixed cache.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
    <pubDate>Thu, 17 Oct 2002 12:23:46 GMT</pubDate>
    <dc:creator>James Murtagh</dc:creator>
    <dc:date>2002-10-17T12:23:46Z</dc:date>
    <item>
      <title>OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827951#M88086</link>
      <description>I am running oracle on this hp box and oracle support asked me to check on the "OS Buffer Size" does any one know where kernel parm that is?</description>
      <pubDate>Thu, 17 Oct 2002 12:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827951#M88086</guid>
      <dc:creator>Andrew Porter_1</dc:creator>
      <dc:date>2002-10-17T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827952#M88087</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps they are talking about buffer cache. They often recommend to set it low (dbc_max_pct ~ 10 and dbc_min_pct ~5)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Thu, 17 Oct 2002 12:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827952#M88087</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-17T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827953#M88088</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My guess is that they are referring to the buffer cache, which is controlled by the dbc_max_pct and dbc_min_pct kernel parameters.  The default out of the box is for the max to be 50%, which means it will use up to 50% of available RAM, which is way too much.  Most of us run around 5% for the min and 10% for the max, trying to keep the total buffer cache size around 400Mb to 800Mb.  You have to tune the kernel and reboot to change it.&lt;BR /&gt;&lt;BR /&gt;You can search the forum and find a bunch of threads discussing buffer cache.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 12:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827953#M88088</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-17T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827954#M88089</link>
      <description>Andrew&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct and dbc_min_pct are not set to specific figures, but are based on how much memory your system has installed.&lt;BR /&gt;&lt;BR /&gt;The default settings of max=50% and Min=5% can be incorrect but is dependant upon memory.&lt;BR /&gt;&lt;BR /&gt;Targets are Circa 400 meg for Max and Circa 80 meg for Min.&lt;BR /&gt;&lt;BR /&gt;So if you have 4 Gig of memory then:-&lt;BR /&gt;&lt;BR /&gt;Max =&lt;BR /&gt;&lt;BR /&gt;400/4000 x 100/1 = 10%&lt;BR /&gt;&lt;BR /&gt;Min=&lt;BR /&gt;&lt;BR /&gt;80/4000 x 100/1 = 2%&lt;BR /&gt;&lt;BR /&gt;An adjustment requires a reboot and monitoring can be done by :-&lt;BR /&gt;&lt;BR /&gt;sar ???b&lt;BR /&gt;&lt;BR /&gt;and watch the %rcache column for figures below 100% - &lt;BR /&gt;&lt;BR /&gt;That is:-  the system was not 100% successful in finding what it wanted in the cache and so therefore user the slower medium of disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;05:00:00 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s&lt;BR /&gt;05:01:00     243   15477      98       4     128      97       0     318&lt;BR /&gt;05:02:00     172   11227      98       6     170      97       0     279&lt;BR /&gt;05:03:00      89   21358     100       5     123      96       0     284&lt;BR /&gt;05:04:00     258   19605      99       7     121      94       0     332&lt;BR /&gt;05:05:00     267    9727      97       2     136      98       0     345&lt;BR /&gt;05:06:00     150   10813      99       3     172      98       0     286&lt;BR /&gt;05:07:00     326    7702      96       5     218      98       0     302&lt;BR /&gt;05:08:00     297   13572      98       3     178      99       0     314&lt;BR /&gt;05:09:00     391    5470      93       6      83      93       0     282&lt;BR /&gt;05:10:00     413    3306      87       4      57      94       0     326&lt;BR /&gt;05:11:00     374    3620      90       3      61      95       0     287&lt;BR /&gt;05:12:00     215    3986      95       4      82      95       0     205&lt;BR /&gt;05:13:00     401    3264      88       2      59      97       0     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 17 Oct 2002 12:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827954#M88089</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-17T12:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827955#M88090</link>
      <description>I am not sure this is the correct parm.&lt;BR /&gt;&lt;BR /&gt;Oracle is speaking of reading from disk, IO....&lt;BR /&gt;&lt;BR /&gt;So I am incline to beleive that is has some thing to do with the max read size from disk per read....&lt;BR /&gt;&lt;BR /&gt;Any ideas</description>
      <pubDate>Thu, 17 Oct 2002 12:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827955#M88090</guid>
      <dc:creator>Andrew Porter_1</dc:creator>
      <dc:date>2002-10-17T12:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827956#M88091</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I agree with the last two replies that they are requesting the filesystem buffer size. However, to ensure you are using a dynamic buffer cache (sized by dbc_min_pct and dbc_max_pct) you must have the static buffer parameters (nbuf and bufpages) set to 0 in the kernel. Although the dynamic buffer is the default I still see a few systems using the fixed cache.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 17 Oct 2002 12:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827956#M88091</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2002-10-17T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827957#M88092</link>
      <description>It depends on the amount of memory and the amount of memory that your system uses.&lt;BR /&gt;&lt;BR /&gt;The dbc_max_pct and min_pct are the parameters which give a range for the buffer cache.&lt;BR /&gt;&lt;BR /&gt;It is not fixed.It is dynamic.&lt;BR /&gt;So by default it ranges from 5% to 50%.&lt;BR /&gt;&lt;BR /&gt;Oracle in turn has a database buffer cache.&lt;BR /&gt;So the parameter can be reduced to 15% if your memory is 2Gb.&lt;BR /&gt;I would go with the 300MB of maximum buffer cache on the system.&lt;BR /&gt;check this link for more info in the kernel parameters&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.DBCmaxPct.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.DBCmaxPct.html&lt;/A&gt;</description>
      <pubDate>Thu, 17 Oct 2002 12:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827957#M88092</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-17T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827958#M88093</link>
      <description>Andrew,&lt;BR /&gt;  are you sure they don't mean the OS block size?</description>
      <pubDate>Thu, 17 Oct 2002 12:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827958#M88093</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-10-17T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827959#M88094</link>
      <description>Oracle's ability to   read multiple blocks is limited by the operating system's upper limit on the   number of bytes which can be read in a single I/O call (MAX_IO_SIZE).  &lt;BR /&gt;&lt;BR /&gt;Does the parms metioned above control this or is this something else?</description>
      <pubDate>Thu, 17 Oct 2002 12:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827959#M88094</guid>
      <dc:creator>Andrew Porter_1</dc:creator>
      <dc:date>2002-10-17T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827960#M88095</link>
      <description>From HP's documentation ...&lt;BR /&gt; &lt;BR /&gt;What is the maximum single I/O transfer size?  &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;  printable version &lt;BR /&gt; &lt;BR /&gt;path: Home    &lt;BR /&gt;   &lt;BR /&gt; date: 8/17/00 &lt;BR /&gt;document description: What is the maximum single I/O transfer size? &lt;BR /&gt;document id: KBRC00003661 &lt;BR /&gt;  &lt;BR /&gt;   &lt;BR /&gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may provide feedback on this document &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;What is the maximum single I/O transfer size? DocId: KBRC00003661   Updated: 10/1/02 10:02:00 AM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;To tune Oracle it is required to know the maximum io transfer size. What is the maximum single I/O transfer size on a HP-UX system? &lt;BR /&gt;RESOLUTION&lt;BR /&gt;1) Using raw disk devices, the maximum I/O transfer size is 1 megabyte.&lt;BR /&gt;&lt;BR /&gt;2) Using LVM (Logical Volume Manager), the maximum I/O transfer size is 256&lt;BR /&gt;kbytes.&lt;BR /&gt;&lt;BR /&gt;3) Using LVM with LVM striping, the maximum I/O transfer size is limited to the&lt;BR /&gt;size of your strip or at most 256k.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The disk io drivers will also try to combine the requests, so it's possible to&lt;BR /&gt;have a larger I/O transfer size, but since this is not easily calculated, there&lt;BR /&gt;is no way to know what the highest io transfer size could be.&lt;BR /&gt;ALT KEYWORDS&lt;BR /&gt;max_io_size tablespace ORA-3232 max_io_sizeKEYWORDSmax_io_sizetablespace (ORA-3232)</description>
      <pubDate>Thu, 17 Oct 2002 13:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-size/m-p/2827960#M88095</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-10-17T13:20:14Z</dc:date>
    </item>
  </channel>
</rss>

