<?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 Tuning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890115#M102718</link>
    <description>For smooth operation of the oracle servers, you whant to push the shmmax parameter as far as you can go.&lt;BR /&gt;&lt;BR /&gt;Oracle is a huge shared memory eater.  Like potato chips or something. You want all the shared memory queues to be liberal, especially if you are running any other database on the box.&lt;BR /&gt;&lt;BR /&gt;Take a look at an ipcs command while your oracle is up.&lt;BR /&gt;&lt;BR /&gt;Oracle appears capable of eating anything you feed it, to continue the food analogy.&lt;BR /&gt;&lt;BR /&gt;Out of memory errors can be causes by lots of things.&lt;BR /&gt;&lt;BR /&gt;Make sure the java version is 1.2 or 1.3 and is certified.  java 1.4 is not certified by Oracle.&lt;BR /&gt;&lt;BR /&gt;This document shows the latest Oracle patches, some of which could impact you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Document id 43507.1&lt;BR /&gt;&lt;BR /&gt;Here is the good part.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.11 ===========   6. C++ runtime libs     Current Revision of Patch:     PHSS_26946 - s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)     Patch in latest Support Plus Patch Bundle? Yes, as PHSS_22898.   5. asyncio driver patch       - slow database startup with large SGAs     Current Revision of Patch:     PHKL_25506 - s700_800 11.11 asyncio driver patch     Patch in latest Support Plus Patch Bundle? Yes, as PHKL_25506.   4. ONC/NFS General Release/Performance Patch     Current Revision of Patch:     PHNE_26388 - s700_800 11.11 ONC/NFS General Release/Performance Patch     Patch in latest Support Plus Patch Bundle? Yes, as PHNE_26388.   3. ld and linker tools cumulative patch     Current Revision of Patch:     PHSS_26560 - s700_800 11.11 ld(1) and linker tools cumulative patch       Patch in latest Support Plus Patch Bundle? No.   2. libc cumulative patch     Current Revision of Patch:     PHCO_27740 :s700_800 11.11 libc cumulative patch      Patch in latest Support Plus Patch Bundle? Yes, as PHCO_25452.   1. libc cumulative header file patch     Current Revision of Patch:     PHCO_24402 :s700_800 11.11 libc cumulative header file patch      Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24402. &lt;BR /&gt;&lt;BR /&gt;Check those patches and look for more current ones in itrc.  &lt;BR /&gt;&lt;BR /&gt;Build a big patch bundle and install them all at once.  That's how I did it, saved time.&lt;BR /&gt;&lt;BR /&gt;P</description>
    <pubDate>Wed, 29 Jan 2003 02:16:47 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-01-29T02:16:47Z</dc:date>
    <item>
      <title>Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890110#M102713</link>
      <description>Is it possible to tune a kernel parameter in HPUX11i with a formula that doesn't rely on another kernel parameter?&lt;BR /&gt;&lt;BR /&gt;A customer i am working with at the moment is running a number of Oracle 8i servers.  The SGA (system global area) configured for Oracle relies on the HPUX kernel parameter shmmax being larger than the SGA value.  &lt;BR /&gt;&lt;BR /&gt;A problem arises when the SGA value, which contains data and control information for an oracle instance is resized.  Resizing causes Oracle to give out of memory messages and the shmmax parameter must be altered to fix this.  Would it be possible to configure shmmax with a formula that reads the SGA value and configures the parameter accordingly?</description>
      <pubDate>Fri, 24 Jan 2003 10:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890110#M102713</guid>
      <dc:creator>ian nelson_2</dc:creator>
      <dc:date>2003-01-24T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890111#M102714</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;shmmax is a dynamic kernel parameter. You can set this by using kmtune kmtune -s shmmax=Ox???? .&lt;BR /&gt;You can use this to set shmmax in a script with the SGA size.&lt;BR /&gt;# kmtune -l -q shmmax&lt;BR /&gt;Parameter:      shmmax              &lt;BR /&gt;Value:          0x40000000                                                  &lt;BR /&gt;Default:        0X4000000                                                   &lt;BR /&gt;Minimum:        -                                                           &lt;BR /&gt;Module:         -                  &lt;BR /&gt;#kmtune -s shmmax=0x4000000&lt;BR /&gt;#kmtune -l -q shmmax       &lt;BR /&gt;Parameter:      shmmax              &lt;BR /&gt;Value:          0x4000000                                                   &lt;BR /&gt;Default:        0X4000000                                                   &lt;BR /&gt;Minimum:        -                                                           &lt;BR /&gt;Module:         -            &lt;BR /&gt;&lt;BR /&gt;Does it respons to your answer ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Fri, 24 Jan 2003 10:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890111#M102714</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-01-24T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890112#M102715</link>
      <description>How dynamic is the SGA and how likely to be resized? How large is the growth of the SGA?&lt;BR /&gt;&lt;BR /&gt;I personally would be hesitant to make UNIX try and jump through all sorts of hoops for an issue that revolves around Database design.&lt;BR /&gt;&lt;BR /&gt;Having said that, shmmax is a dynamic variable, that should be able to be changed on the fly. Investigate the 'kmtune' and possibly try it on a trash-and-burn box.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 24 Jan 2003 10:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890112#M102715</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-01-24T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890113#M102716</link>
      <description>If you know that programs/users are not going to take advantage, why don't you just set shmmax to a large value and then forget about it?&lt;BR /&gt;&lt;BR /&gt;The maximum for a 32bit kernel is 0x40000000 (1Gb) and for a 64 bit kernel 0x40000000000.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 24 Jan 2003 10:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890113#M102716</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-01-24T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890114#M102717</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to second John: SHMMAX is a *limit* not a table or anything like that.&lt;BR /&gt;You can use it to restrict some process of allocating too huge amounts of shared memory at once, but you don't have to!&lt;BR /&gt;Set it to the maximum of RAM your box can be equipped with and that's it.&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 28 Jan 2003 22:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890114#M102717</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2003-01-28T22:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890115#M102718</link>
      <description>For smooth operation of the oracle servers, you whant to push the shmmax parameter as far as you can go.&lt;BR /&gt;&lt;BR /&gt;Oracle is a huge shared memory eater.  Like potato chips or something. You want all the shared memory queues to be liberal, especially if you are running any other database on the box.&lt;BR /&gt;&lt;BR /&gt;Take a look at an ipcs command while your oracle is up.&lt;BR /&gt;&lt;BR /&gt;Oracle appears capable of eating anything you feed it, to continue the food analogy.&lt;BR /&gt;&lt;BR /&gt;Out of memory errors can be causes by lots of things.&lt;BR /&gt;&lt;BR /&gt;Make sure the java version is 1.2 or 1.3 and is certified.  java 1.4 is not certified by Oracle.&lt;BR /&gt;&lt;BR /&gt;This document shows the latest Oracle patches, some of which could impact you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Document id 43507.1&lt;BR /&gt;&lt;BR /&gt;Here is the good part.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.11 ===========   6. C++ runtime libs     Current Revision of Patch:     PHSS_26946 - s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)     Patch in latest Support Plus Patch Bundle? Yes, as PHSS_22898.   5. asyncio driver patch       - slow database startup with large SGAs     Current Revision of Patch:     PHKL_25506 - s700_800 11.11 asyncio driver patch     Patch in latest Support Plus Patch Bundle? Yes, as PHKL_25506.   4. ONC/NFS General Release/Performance Patch     Current Revision of Patch:     PHNE_26388 - s700_800 11.11 ONC/NFS General Release/Performance Patch     Patch in latest Support Plus Patch Bundle? Yes, as PHNE_26388.   3. ld and linker tools cumulative patch     Current Revision of Patch:     PHSS_26560 - s700_800 11.11 ld(1) and linker tools cumulative patch       Patch in latest Support Plus Patch Bundle? No.   2. libc cumulative patch     Current Revision of Patch:     PHCO_27740 :s700_800 11.11 libc cumulative patch      Patch in latest Support Plus Patch Bundle? Yes, as PHCO_25452.   1. libc cumulative header file patch     Current Revision of Patch:     PHCO_24402 :s700_800 11.11 libc cumulative header file patch      Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24402. &lt;BR /&gt;&lt;BR /&gt;Check those patches and look for more current ones in itrc.  &lt;BR /&gt;&lt;BR /&gt;Build a big patch bundle and install them all at once.  That's how I did it, saved time.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Wed, 29 Jan 2003 02:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890115#M102718</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-29T02:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890116#M102719</link>
      <description>Thanks everyone for your advice.  I particularly like Jeromes idea of creating a script to do the job.  &lt;BR /&gt;&lt;BR /&gt;The ini.ora file holds various values that determine the SGA size.  Using these values shmmax can be tuned to the correct value.  The idea is that this can be run when any database tuning takes place.&lt;BR /&gt;&lt;BR /&gt;Many thanks once again!&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 29 Jan 2003 10:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-tuning/m-p/2890116#M102719</guid>
      <dc:creator>ian nelson_2</dc:creator>
      <dc:date>2003-01-29T10:16:40Z</dc:date>
    </item>
  </channel>
</rss>

