<?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 kernel paramter for multiple oracle databases in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458428#M13255</link>
    <description>Our new hp9000 running hp11 has 4GB's of memory but the old server with only 769MB seems to run mutliple databases better.   My DBA wants to run like 12 large oracle databases.   The memory usage reported by sam is only like 130-160 MB, no where near 4GB.   I'm trying to get more memory usage to run more processes.   Problem is I don't know what kernal paramters to increase to get more "usage".  The values below are from our old server and from our internal oracle support.   Since the old server was running some of these paramters I would think they could go higher, BUT WHICH?????    Any suggestion appreicated.&lt;BR /&gt;  &lt;BR /&gt;Running like&lt;BR /&gt;maxfiles 2048&lt;BR /&gt;maxssiz 100 mb&lt;BR /&gt;maxuprc 512&lt;BR /&gt;nfile  11678&lt;BR /&gt;ninode 8772&lt;BR /&gt;nproc   4116&lt;BR /&gt;semmni   514&lt;BR /&gt;semmns   512&lt;BR /&gt;shmmax  1GB&lt;BR /&gt;shmmni  1024&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Oct 2000 20:01:07 GMT</pubDate>
    <dc:creator>Greg Roberts</dc:creator>
    <dc:date>2000-10-26T20:01:07Z</dc:date>
    <item>
      <title>kernel paramter for multiple oracle databases</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458428#M13255</link>
      <description>Our new hp9000 running hp11 has 4GB's of memory but the old server with only 769MB seems to run mutliple databases better.   My DBA wants to run like 12 large oracle databases.   The memory usage reported by sam is only like 130-160 MB, no where near 4GB.   I'm trying to get more memory usage to run more processes.   Problem is I don't know what kernal paramters to increase to get more "usage".  The values below are from our old server and from our internal oracle support.   Since the old server was running some of these paramters I would think they could go higher, BUT WHICH?????    Any suggestion appreicated.&lt;BR /&gt;  &lt;BR /&gt;Running like&lt;BR /&gt;maxfiles 2048&lt;BR /&gt;maxssiz 100 mb&lt;BR /&gt;maxuprc 512&lt;BR /&gt;nfile  11678&lt;BR /&gt;ninode 8772&lt;BR /&gt;nproc   4116&lt;BR /&gt;semmni   514&lt;BR /&gt;semmns   512&lt;BR /&gt;shmmax  1GB&lt;BR /&gt;shmmni  1024&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2000 20:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458428#M13255</guid>
      <dc:creator>Greg Roberts</dc:creator>
      <dc:date>2000-10-26T20:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: kernel paramter for multiple oracle databases</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458429#M13256</link>
      <description>I have a similar development server that runs 12 instances... here are the parameters I use (not that some of them are calculated... )&lt;BR /&gt;&lt;BR /&gt;maxfiles        2048&lt;BR /&gt;maxfiles_lim    2048&lt;BR /&gt;maxusers        251&lt;BR /&gt;msgssz          256&lt;BR /&gt;msgtql          (NPROC*10)&lt;BR /&gt;nfile           (30*NPROC+2048)&lt;BR /&gt;nflocks         (NPROC)&lt;BR /&gt;ninode          (8*NPROC+2048)&lt;BR /&gt;nproc           ((MAXUSERS*3)+64)&lt;BR /&gt;nstrpty         60&lt;BR /&gt;nstrtel         (MAXUSERS)&lt;BR /&gt;semmni          (NPROC*5)&lt;BR /&gt;semmns          (SEMMNI*2)&lt;BR /&gt;semmnu          (NPROC-4)&lt;BR /&gt;semume          64&lt;BR /&gt;semvmx          32768&lt;BR /&gt;shmmax          0X40000000&lt;BR /&gt;shmmni          1024&lt;BR /&gt;shmseg          128&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2000 20:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458429#M13256</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-10-26T20:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: kernel paramter for multiple oracle databases</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458430#M13257</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;I would start tuning the kernel by using the 'database server' template in SAM -&amp;gt; kernel configuration -&amp;gt; configurable parameters -&amp;gt; actions.&lt;BR /&gt;&lt;BR /&gt;Then you need to revert a few:-&lt;BR /&gt;&lt;BR /&gt;bufpages back to 0.&lt;BR /&gt;dbc_maxpct to a % of RAM that equals approx 256Mb.&lt;BR /&gt;swapmem_on back to 1.&lt;BR /&gt;timeslice back to 10.&lt;BR /&gt;&lt;BR /&gt;Scroll through the values and compare the current and intended values.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 26 Oct 2000 20:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458430#M13257</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-26T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: kernel paramter for multiple oracle databases</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458431#M13258</link>
      <description>I am suprised that maxdsiz didn't show up on your list of kernel parameters.  The default value is 64M and Oracle knows not to try and exceed it.  At 12 processes you won't use more than 768M.&lt;BR /&gt;&lt;BR /&gt;How high to raise maxdsiz will depend a bit on how big your databases are.  If they are all about the same size I would set maxdsiz to about 1/12th of your memory.  If some are small and some are big I would make maxdsiz even bigger.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Oct 2000 01:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramter-for-multiple-oracle-databases/m-p/2458431#M13258</guid>
      <dc:creator>Wade Satterfield</dc:creator>
      <dc:date>2000-10-31T01:14:44Z</dc:date>
    </item>
  </channel>
</rss>

