<?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: Kernel parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429683#M205528</link>
    <description>ok!!!!&lt;BR /&gt;sorry SRI but I didn't refresh the page...&lt;BR /&gt;THANKS ALL!!</description>
    <pubDate>Wed, 24 Nov 2004 10:36:15 GMT</pubDate>
    <dc:creator>Lorenzo Facello</dc:creator>
    <dc:date>2004-11-24T10:36:15Z</dc:date>
    <item>
      <title>Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429671#M205516</link>
      <description>Hi everybody,&lt;BR /&gt;I have some troubles with 4 kernel param&lt;BR /&gt;I have an hpux 11.00 with oralcle and some application&lt;BR /&gt;4 CPU&lt;BR /&gt;6GB RAM&lt;BR /&gt;4GB SWAP&lt;BR /&gt;&lt;BR /&gt;Timeslice - on my server is set to 1, but I read it should be set to 10. isn't it?&lt;BR /&gt;&lt;BR /&gt;bufpages and nbuf -&lt;BR /&gt;I have 4692 for bufpages and 8092 for nbuf&lt;BR /&gt;I read if you put zero values you get the dynamic buffer cache... but I would like to know how these 2 param work and how they can increase the system performances... if it's possible!&lt;BR /&gt;&lt;BR /&gt;swapmem_on - is set to 0... it should be to 1??&lt;BR /&gt;&lt;BR /&gt;in attach some info&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for help!&lt;BR /&gt;L.F.</description>
      <pubDate>Wed, 24 Nov 2004 09:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429671#M205516</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-11-24T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429672#M205517</link>
      <description>My timeslice is set to 10. System runs nicely&lt;BR /&gt;&lt;BR /&gt;My swapmen is set to 1. This enables swap to be reserved, device and filesystem.&lt;BR /&gt;&lt;BR /&gt;Again, production system running well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Nov 2004 09:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429672#M205517</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-24T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429673#M205518</link>
      <description>timeslice - leave it as 10. (This is default and do not change it.) If oracle has recommanded you to set to 1, do not do that.&lt;BR /&gt;&lt;BR /&gt;bufpages and nbuf - If you want to use, dynamic buffer cache, set those two values to 0 and set parameters dbc_max_pct and dbc_min_pct. In most cases (with oracle) setting of 10 % and 5 % suffices. If values of bufpages and nbuf are non zero static buffer cache is set.&lt;BR /&gt;&lt;BR /&gt;swapmem_on - With 6GB RAM, I would not set it to 1. Setting it to one, inflates the swap space value. (swap space + 75 % of RAM) This is just for kernel calculation. It is helpful, if your system is not oging to swap at all. Proves very helpful on systems with large RAM. (for me large RAM starts at atleast 12 GB)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 24 Nov 2004 09:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429673#M205518</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-24T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429674#M205519</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think the Monolithic Database kernel parameter set used to set the timeslice to 1.  As mentioned you should put it back at 10.  We had a box that had it set to 1 for a while.  It didn't run noticeably faster with the timeslice at 10, but long running jobs that contended for CPU time did seem to do better.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 09:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429674#M205519</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-11-24T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429675#M205520</link>
      <description>Hi,&lt;BR /&gt;Since you have less device swap than RAM swapmem_on should be set at 1 in order to use for swap what the extra...&lt;BR /&gt;Now reduce your buffers:&lt;BR /&gt;set&lt;BR /&gt;dbc_max_pct 10&lt;BR /&gt;dbc_min_pct 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Once that done you can try with a bigger SGA and tune the way you mount your file sytems if you use vxfs and have onlineJFS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 24 Nov 2004 09:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429675#M205520</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-24T09:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429676#M205521</link>
      <description>Lorenzo,&lt;BR /&gt;&lt;BR /&gt;First, timeslice should definitely be set to 10.  This should never be changed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From SAM's "Help on Configurable Parameters":&lt;BR /&gt;&lt;BR /&gt;"   * bufpages = 0, nbuf = 0: Enables dynamic buffer cache. &lt;BR /&gt;&lt;BR /&gt;   * bufpages not zero, nbuf = zero: Creates bufpages/2 buffer     headers and allocates (bufpages x4 Kbytes) of buffer pool     space at system boot time. &lt;BR /&gt;&lt;BR /&gt;   * bufpages = 0, nbuf not zero: Allocates nbuf*2 pages of buffer     pool space and creates nbuf headers at boot time.. &lt;BR /&gt;&lt;BR /&gt;   * bufpages not 0, nbuf not zero: Allocates bufpages pages of     buffer pool space and creates nbuf buffer headers at boot time.  If the two values conflict such that it is impossible to configure a     system using both of them, bufpages takes precedence."&lt;BR /&gt;&lt;BR /&gt;The setting of swapmem depends.  On systems with lots of available memory it is typically enabled.  On smaller systems and workstations, it might be better to disable it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 24 Nov 2004 09:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429676#M205521</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-24T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429677#M205522</link>
      <description>Yes - set timeslice to 10.&lt;BR /&gt;&lt;BR /&gt;Swapmem_on set to 1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.SwapMemOn.html&amp;amp;searchterms=swapmem_on&amp;amp;queryid=20041124-071617" target="_blank"&gt;http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.SwapMemOn.html&amp;amp;searchterms=swapmem_on&amp;amp;queryid=20041124-071617&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My bufpages/nbuf are set to 0&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 24 Nov 2004 09:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429677#M205522</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-24T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429678#M205523</link>
      <description>But if you want swpmem_on set to 0, then add more swap so that it equals the RAM...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 24 Nov 2004 09:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429678#M205523</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-24T09:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429679#M205524</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;As others indicated, set your timeslice to 10 otherwise your system will spend quite sometime in doing context switching.&lt;BR /&gt;&lt;BR /&gt;Interestingly you have set only 4692 pages for bufpages which means you have around 18MB for buffer cache!!!... That's too low. Either set your nbuf and bufpages to 0 and make your max_dbc_pct and min_dbc_pct to 8 and 2 respectively or set your bufpages to 128000 and nbuf to 0 so that buffer headers will be automatically determined.&lt;BR /&gt;&lt;BR /&gt;Set your swapmem_on to 1 otherwise you will not be able to use all of your memory as you have only 4GB of swap.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 09:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429679#M205524</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-24T09:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429680#M205525</link>
      <description>ok.... almost clear...&lt;BR /&gt;just 2 question&lt;BR /&gt;I'm using the static cache (so nonzero values to bufpages and nbuf)&lt;BR /&gt;bufpages 4692&lt;BR /&gt;nbuf     8092&lt;BR /&gt;&lt;BR /&gt;It's enough?? or I should change something?&lt;BR /&gt;how does it work?&lt;BR /&gt;thanks&lt;BR /&gt;L.F</description>
      <pubDate>Wed, 24 Nov 2004 09:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429680#M205525</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-11-24T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429681#M205526</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You obviously didn't read my message. You are only setting 4692 pages of buffer cache which is around 18MB and this is too low. I would set it to around 400-500 MB means, set it to 128000 pages. Also set nbuf to 0 and let the system calculate the buffer headers.&lt;BR /&gt;&lt;BR /&gt;Either you should have the filesystem set to use no buffer cache (using OnlineJFS options) or with optimum size for oracle. Otherwise it can impact the performance.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Nov 2004 10:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429681#M205526</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-24T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429682#M205527</link>
      <description>Your bufpages value is much too low. Your current setting is just a little over 18MB. I would increase it to about 300-400MB if you are using raw/io for Oracle (or the vxfs mount options convosync=direct,mincache=direct) which bypass the buffer cache. If you are using cooked i/o then 600-800MB of cache is about by suggestion.&lt;BR /&gt;&lt;BR /&gt;300-400MB =&amp;gt; 76800-102400 bufpages&lt;BR /&gt;600-800MB =&amp;gt; 153600-204800 bufpages&lt;BR /&gt;&lt;BR /&gt;In almost every case leaving nbuf set to 0 for the default behavior is a good idea.&lt;BR /&gt;&lt;BR /&gt;Currently, your buffer cache is much too small to handle all the routine UNIX tasks well even if all your Oracle i/o is raw. At a barebones minimum, you should increase it to 100MB or so.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 10:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429682#M205527</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-24T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429683#M205528</link>
      <description>ok!!!!&lt;BR /&gt;sorry SRI but I didn't refresh the page...&lt;BR /&gt;THANKS ALL!!</description>
      <pubDate>Wed, 24 Nov 2004 10:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/3429683#M205528</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-11-24T10:36:15Z</dc:date>
    </item>
  </channel>
</rss>

