<?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: more kernel tuning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057124#M907822</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer to the attached document for some Unix kernel parameters that should be monitored with changes to the oracle parameters in the init.ora file.&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Aug 2003 03:00:56 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2003-08-27T03:00:56Z</dc:date>
    <item>
      <title>more kernel tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057120#M907818</link>
      <description>I have an N class, 11.0, 24 gig ram. running 32 bit Oracle and Financials. Will be going to 64 bit, and much larger SGA in October.&lt;BR /&gt;&lt;BR /&gt;I've changed some of the basic params as recommended on this forum, but am looking for something to change to address a specific problem.&lt;BR /&gt;&lt;BR /&gt;We have one customer with 16,000 locations. Our next biggest is around 2,000.&lt;BR /&gt;&lt;BR /&gt;When we went past the 10K mark, performance for anyone that accesses that account sees a huge perfomance hit.&lt;BR /&gt;&lt;BR /&gt;Oracle tells us to split the account into 2, but Finace folk are balking at that.&lt;BR /&gt;&lt;BR /&gt;Is there a kernel limit I might be hitting once I start using such large tables? Are there other params. I need to address? ( attached is stand/system)&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 19:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057120#M907818</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-26T19:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: more kernel tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057121#M907819</link>
      <description>This US doc might help.&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1061928645238+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1061928645238+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt;Written by one of HP's crack oracle tuners.&lt;BR /&gt;&lt;BR /&gt;You also might want to look at the glance system tables graph to see if you are hitting any limits.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Aug 2003 19:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057121#M907819</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-26T19:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: more kernel tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057122#M907820</link>
      <description>When you begin to hit walls like this, tuning and hardware seldom solve the problem, especially when 'huge' means that even a 2X performance boost (which is VERY rare in tuning and hardware) still leaves you with a dog. &lt;BR /&gt;&lt;BR /&gt;Your real answer is to analyze the SQL code and find where the queries are killing you. Many, many times I have found that adding just one index exceeded by an order of magnitude all the improvents made with new hardware and tuning.&lt;BR /&gt;&lt;BR /&gt;The real tipoff is that you seem to be fine as long as you are under 2K rows.&lt;BR /&gt;&lt;BR /&gt;This would be my approach to solving this (past displaying the database query plan):&lt;BR /&gt;&lt;BR /&gt;Gather some data that correlates number of location vs. query times and plot the logarithm of the number of locations vs. query time. The slope of that line gives the order of the equation.&lt;BR /&gt;e.g slope ~ -1 --&amp;gt; linear, not bad&lt;BR /&gt;slope  -2; quadratic, bad usually indicates an outer join using sequential access&lt;BR /&gt;slope worse that that -3,-4, disaster; serious improvements are needed. (e.g you might have an outer join inside an outer join and all the access is sequential.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 19:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057122#M907820</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-26T19:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: more kernel tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057123#M907821</link>
      <description>Thanks for the link, good stuff there.&lt;BR /&gt;&lt;BR /&gt;The params that Glance reports show that I'm not even close on any of them ( except buff pages) &lt;BR /&gt;&lt;BR /&gt;Doing explain plans and repairing queries has become the story of my life, a constant battle.&lt;BR /&gt;&lt;BR /&gt;I posted this looking to see if there were more obscure params that I was skipping. I remember in a previous life with System V params forgetting to raise callout table if I increased nproc, or forgetting to make file hash table a non prime value. It seems so simple today, that I thought I might be missing some dependency.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Tue, 26 Aug 2003 21:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057123#M907821</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-26T21:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: more kernel tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057124#M907822</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer to the attached document for some Unix kernel parameters that should be monitored with changes to the oracle parameters in the init.ora file.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 03:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-kernel-tuning/m-p/3057124#M907822</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-08-27T03:00:56Z</dc:date>
    </item>
  </channel>
</rss>

