<?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 param in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642386#M44063</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The bset way is through SAM. SAM-Kernel Configuration-Configurable parameters. You can view the current value and can change too.&lt;BR /&gt;&lt;BR /&gt;# sysdef - will list you the kernel parameters.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Thu, 10 Jan 2002 16:48:06 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-01-10T16:48:06Z</dc:date>
    <item>
      <title>kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642377#M44054</link>
      <description>Can anybody let me know what does the parameter&lt;BR /&gt;dbc_max_pct is for .What it is default value and if i decrease it then what will be the effect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Thu, 10 Jan 2002 16:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642377#M44054</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-10T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642378#M44055</link>
      <description>Check out the following&lt;BR /&gt; &lt;BR /&gt;linkhttp://&lt;A href="http://www.dbconnect.com/hpunix01.html" target="_blank"&gt;www.dbconnect.com/hpunix01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2002 16:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642378#M44055</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-01-10T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642379#M44056</link>
      <description>dbc_max_pct is the maximum percentage of RAM that will be used for dynamic buffer cache.  THe default is 50, so 50%, or one-half, of your RAM could possibly be used for dynamic buffer cache (dbc).&lt;BR /&gt;&lt;BR /&gt;If you decrease then the maximum amount of RAM that could be used for dbc will be decreased.  I do NOT recommend leaving dbc_max_pct at the default.  I would recommend setting at a value that would equate to somewhere are 500MB or so, and that is probably being generous.&lt;BR /&gt;&lt;BR /&gt;You could set both dbc_min_pct and dbc_max_pct to be the same value.  This would cause the amount of memory used for dbc to be static, which is how I have my machines set up.</description>
      <pubDate>Thu, 10 Jan 2002 16:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642379#M44056</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-01-10T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642380#M44057</link>
      <description>Hi Nitin,&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct - Max Dynamic Buffer Cache Size as Percent of System RAM Size&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct - Min Dynamic Buffer Cache Size as Percent of System RAM Size&lt;BR /&gt;&lt;BR /&gt;this may help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000043976223" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000043976223&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2002 16:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642380#M44057</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-10T16:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642381#M44058</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct : This determines the percentage of main memory to which the dynamic filesystem buffer cache is allowed to grow (when nbuf and bufpages are zero) The default is 50 percent of memory. But this is a overkill.! If you want to really use of dynamic buffer cache start with dbc_max_pct with 10 % &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 10 Jan 2002 16:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642381#M44058</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-10T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642382#M44059</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;See this for default Kernel parameters in 10.X:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000011495574" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=a480abbf10a986234e/screen=ckiDisplayDocument?docId=200000011495574&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2002 16:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642382#M44059</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-10T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642383#M44060</link>
      <description>dbc_max_pct and dbc_min_pct set (unsurprisingly) the maximum and minimum percent of memory that can be used by the Dynamic Buffer Cache -- which caches filesystem buffers as I recall. Default on 11i for max_pct is 50%, min is 5%. From everything I've heard here, DBC is a little piggy and will go to the max quickly - so you probably want it lower unless you're not seeing any paging activity currently (swapinfo -atm and look at % used for the entries excepting memory and reserve). As far as exactly what to set it to... that really depends on your memory usage for apps vs. filesystem access patterns (i.e. how much cache is really good for you). If you're experiencing paging, I'd try setting it to around 15 or 20% and see if filesystem performance suffers more than you gain in decreased paging.&lt;BR /&gt;&lt;BR /&gt;Sorry I can't be more specific, but I hope this helps...&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Thu, 10 Jan 2002 16:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642383#M44060</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2002-01-10T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642384#M44061</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.DBCmaxPct.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.DBCmaxPct.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that this is one of several related parameters that control the file buffer cache.  It is frequently set far too high by default, needlessly allowing memory to be consumed by file buffers.  For database engines (like Oracle) that manage their own buffers, too high a system buffer cache simply means that two entities are buffering I/O -- a needless waste.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Jan 2002 16:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642384#M44061</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-10T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642385#M44062</link>
      <description>Hi,&lt;BR /&gt;How do I see how much is configured at present and if want to set dbc_min_pct and max also to 5% how shud i do that ...i mean what value shud i give to this param</description>
      <pubDate>Thu, 10 Jan 2002 16:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642385#M44062</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-10T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642386#M44063</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The bset way is through SAM. SAM-Kernel Configuration-Configurable parameters. You can view the current value and can change too.&lt;BR /&gt;&lt;BR /&gt;# sysdef - will list you the kernel parameters.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 10 Jan 2002 16:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642386#M44063</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-10T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642387#M44064</link>
      <description>Hi Nitin,&lt;BR /&gt;&lt;BR /&gt;Try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/KCparam.DBCmaxPct.html&amp;amp;searchterms=dbc_max_pct&amp;amp;queryid=20020110-085245" target="_blank"&gt;http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/KCparam.DBCmaxPct.html&amp;amp;searchterms=dbc_max_pct&amp;amp;queryid=20020110-085245&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=019145ef1d96676cb3/screen=ckiDisplayDocument?docId=200000050018417" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=019145ef1d96676cb3/screen=ckiDisplayDocument?docId=200000050018417&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2002 16:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642387#M44064</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-10T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642388#M44065</link>
      <description>Fine I got the answer how to find that ..thnks to u all</description>
      <pubDate>Thu, 10 Jan 2002 16:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642388#M44065</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-10T16:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642389#M44066</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To see your values, you can use SAM or:&lt;BR /&gt;&lt;BR /&gt;# sysdef (if 10.x)&lt;BR /&gt;&lt;BR /&gt;# kmtune -q dbc_max_pct' if (11.x)&lt;BR /&gt;&lt;BR /&gt;I'd advise you to use SAM to change the parameter, which will require a kernel regeneration and reboot.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Jan 2002 16:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-param/m-p/2642389#M44066</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-10T16:50:24Z</dc:date>
    </item>
  </channel>
</rss>

