<?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: Cannot change SEMMNI kernel param... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726244#M253902</link>
    <description>I need the semmni at 4096 for Oracle.  Once Oracle is installed I will bring that and some of the other parameters back down as Oracle requires the params to be much higher than they really need to be.  I am running HPUX 11.11.</description>
    <pubDate>Tue, 07 Feb 2006 12:59:28 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-02-07T12:59:28Z</dc:date>
    <item>
      <title>Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726235#M253893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to up the value of SEMMNI from 1024 to 4096.  Every time I do, the kernel rebuilds, then reboot and CRASH.  I have to recover and move the old kernel into place.  I have tried building manually and through SAM, same result with both.  Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 07 Feb 2006 12:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726235#M253893</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726236#M253894</link>
      <description>The maximum value for SEMMNI is limited by the amount of memory available to you.  I suspect that 4096 is too high.  Try doubling it to 2048 and see if that works.  If it does, keep increasing it until you find out what your max is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Feb 2006 12:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726236#M253894</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-07T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726237#M253895</link>
      <description>Shalom Sally,&lt;BR /&gt;&lt;BR /&gt;You may have a formula elsewhere in your kernel causing trouble. Pete's suggestion is a good one.&lt;BR /&gt;&lt;BR /&gt;Bill Hassell suggests removing all formulas from hpux kernels.&lt;BR /&gt;&lt;BR /&gt;Hi Pete.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Feb 2006 12:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726237#M253895</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-07T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726238#M253896</link>
      <description>There should be lots of memory available.  So it seems that I might have to find all the kernel params that are affected by SEMMNI and alter them, if they have a formula?</description>
      <pubDate>Tue, 07 Feb 2006 12:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726238#M253896</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726239#M253897</link>
      <description>Some of the relationships:&lt;BR /&gt;&lt;BR /&gt;semmni =&lt;SEMMNS&gt;&lt;/SEMMNS&gt; semmns =&amp;lt;(semmni xsemmsl)&lt;BR /&gt; semmap =&amp;lt;(semmni + 2) &lt;BR /&gt;&lt;BR /&gt;There may be others, but, if you're using SAM to build your kernel, it shouldn't let you violate any of these.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Feb 2006 12:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726239#M253897</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-07T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726240#M253898</link>
      <description>You are probably violating some of the other values&lt;BR /&gt;e.g. semmni &amp;lt; semuns&lt;BR /&gt;&lt;BR /&gt;If you will will display the values of all the semxxx tunables the problem should be obvious.</description>
      <pubDate>Tue, 07 Feb 2006 12:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726240#M253898</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-07T12:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726241#M253899</link>
      <description>Oh, and&lt;BR /&gt;&lt;BR /&gt;Hi, Steve!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Feb 2006 12:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726241#M253899</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-07T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726242#M253900</link>
      <description>sema                        1  -  1&lt;BR /&gt;semaem                  16384  -  16384&lt;BR /&gt;semmap                   1026  -  (SEMMNI+2)&lt;BR /&gt;semmni                   1024  -  1024&lt;BR /&gt;semmns                  32767  -  32767&lt;BR /&gt;semmnu                   4092  -  (NPROC-4)&lt;BR /&gt;semmsl                   2048  Y  2048&lt;BR /&gt;semume                    512  -  512&lt;BR /&gt;semvmx                  32767  -  32767&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 12:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726242#M253900</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726243#M253901</link>
      <description>&lt;BR /&gt;The kernel allocates memory according to the sem___ values in the system file.  I have run with 4096 semmni before, but not with such large undo structures as you.  I suspect the undo structures may have something to do with your problem, given the number of semaphore ids you want.&lt;BR /&gt;&lt;BR /&gt;In your case you have specified ((24+(8*512))*4092) (=about 16Mb) for the undo table alone.&lt;BR /&gt;&lt;BR /&gt;Look at docs.hp.com for document&lt;BR /&gt;Commonly misconfigured HP-UX resources.pdf which will tell you good guidelines for configuring your semaphores.&lt;BR /&gt;&lt;BR /&gt;If you are on 11.23, or 11.00 with PHKL_26136, or on 11.11 with PHKL_26183 your semaphore table will be dynamic, so you will be better off.  If you are still on &amp;lt;=10.20, then you've got no chance with those values.&lt;BR /&gt;&lt;BR /&gt;Read the above document for more info.</description>
      <pubDate>Tue, 07 Feb 2006 12:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726243#M253901</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2006-02-07T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726244#M253902</link>
      <description>I need the semmni at 4096 for Oracle.  Once Oracle is installed I will bring that and some of the other parameters back down as Oracle requires the params to be much higher than they really need to be.  I am running HPUX 11.11.</description>
      <pubDate>Tue, 07 Feb 2006 12:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726244#M253902</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726245#M253903</link>
      <description>Oh, also what are "large undo structures"?</description>
      <pubDate>Tue, 07 Feb 2006 13:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726245#M253903</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726246#M253904</link>
      <description>I don't think it is the sem* values.  I just tried to install the above recommended patch  to make the kernel dynamic for the sem* portion and it crashed.  Seems I can't change the kernel at all or it crashes.  Is there a way to find out why or what is causing the crash?</description>
      <pubDate>Tue, 07 Feb 2006 14:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726246#M253904</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-07T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726247#M253905</link>
      <description>Posting the panic string would be a start.&lt;BR /&gt;(Cut and paste it from the console log, or if there was a dump - go to /var/adm/crash/crash.&lt;N&gt; where N is the largest number (and your most recent crash) and look at the INDEX file there -- it should have the panic string included and you could attach that to a message here).&lt;BR /&gt;&lt;BR /&gt;Better yet would be contacting your HP support rep and getting them to look at the dump if there is one or see if this is a known panic case.&lt;/N&gt;</description>
      <pubDate>Tue, 07 Feb 2006 14:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726247#M253905</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2006-02-07T14:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726248#M253906</link>
      <description>Oh, and I'd make *very* sure that the patch build wasn't trying to pick up your old tunable values. Given the way tunables are rebuilt into the kernel in 11.11, I wouldn't be at all surprised if your master and system.d files are including the semmni value you were trying to get to in the first place which may be causing problems in the patch rebuild.&lt;BR /&gt;&lt;BR /&gt;If it were me, I'd reset any tunables you were trying to modify (using SAM or whatever you used before) back to "safe" values and see if that kernel works. Then patch that kernel... and then go to the increased values.</description>
      <pubDate>Tue, 07 Feb 2006 14:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726248#M253906</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2006-02-07T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726249#M253907</link>
      <description>I kinda, sorta suspected this from the start. I assume that you are booting from vmunix.prev or another old kernel and you are taking care not to overwrite this good one during kernel builds. This often happens when a kernel or network patches fails to completely install or all the co-requisite patches were not applied. Do a swlist to check the last swinstalls and then examine /var/adm/sw/swinstall.log.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 14:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726249#M253907</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-07T14:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726250#M253908</link>
      <description>I am going to log a call with HP.  The system is HPUX 11.11 and Oracle 10g is running on it.  It has 4GB of memory and 4 CPUs.  There is only one database on it and the SGA is 600mb.  Can any of you give me some guidelines/values as to what these kernel params should be set to?  I would really appreciate seeing what others have.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Wed, 08 Feb 2006 08:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726250#M253908</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-08T08:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change SEMMNI kernel param...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726251#M253909</link>
      <description>Sally,&lt;BR /&gt;attached my list of kern params.&lt;BR /&gt;HP11.11 , L1000 , running 1 small Oracle10 DB, 512Mb RAM</description>
      <pubDate>Wed, 08 Feb 2006 08:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-change-semmni-kernel-param/m-p/3726251#M253909</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-02-08T08:14:46Z</dc:date>
    </item>
  </channel>
</rss>

