<?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 parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569182#M872722</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for you time! I managed to change this parameter. I applied General OLTP/Database Monolithic System Kernel Parameter set and it allowed me to set maxusers=580 and this automatically set semmnu=2057. This helped me to do what I really wanted, but the question ?CAN I AVOD LIMITATION OF THE FORMULA- is still without answer.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Troy.&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Aug 2001 16:27:42 GMT</pubDate>
    <dc:creator>Troyan Krastev</dc:creator>
    <dc:date>2001-08-23T16:27:42Z</dc:date>
    <item>
      <title>kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569171#M872711</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have to install IBM MQ Series on two of my boxes. I installation guide I see SEMMNU=2048. That works for HP-UX10.20, but when I try to change it for HP-UX11 it give me the message:&lt;BR /&gt;Error:  One or more tunable parameters violates an interdependency rule.  SAM expects the following expression(s) to be true: semmnu &amp;lt;= (nproc-4)&lt;BR /&gt;Can I avoid limitation of  the formula for this parameter?&lt;BR /&gt;Applied Kernel Parameter Set is General OLTP/Database Server System.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Troy.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 12:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569171#M872711</guid>
      <dc:creator>Troyan Krastev</dc:creator>
      <dc:date>2001-08-23T12:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569172#M872712</link>
      <description>Not sure if you can.  However, I would not suggest trying.  I would up the nproc parm to 4 more then semmnu.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Thu, 23 Aug 2001 13:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569172#M872712</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-08-23T13:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569173#M872713</link>
      <description>hi,&lt;BR /&gt;I agree with Joseph : increase you nproc parameter first.&lt;BR /&gt;BTW nproc &amp;lt; 2000 is rather low for a database server.&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 23 Aug 2001 13:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569173#M872713</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-08-23T13:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569174#M872714</link>
      <description>Hi&lt;BR /&gt;   I think you can override the formula limitation if you set it from command line( i am not 100% sure )  though I suggest you not to.&lt;BR /&gt;  Anyway the commands for changing the values from command line are&lt;BR /&gt;&lt;BR /&gt;kmtune -s semmnu=2048&lt;BR /&gt;mk_kernel -v -o /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;   Then reboot the machine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;&lt;BR /&gt;...BPK...&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 13:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569174#M872714</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-08-23T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569175#M872715</link>
      <description>Hi Thierry,&lt;BR /&gt;&lt;BR /&gt;Some calculations:&lt;BR /&gt;semmnu=nproc-4&lt;BR /&gt;nproc=(((10*MAXUSERS)/3)+128)&lt;BR /&gt;If I want semmnu=2048 then MAXUSERS=574, but when I try to change MAXUSERS I get:&lt;BR /&gt;The parameter modification(s) you have made have resulted in at least &lt;BR /&gt;one parameter evaluating to a value which is greater than its maximum &lt;BR /&gt;allowable value.  Parameter "msgseg", currently set to "(MSGTQL*4)", &lt;BR /&gt;has evaluated to "71440", which is greater than its maximum allowable&lt;BR /&gt;value of "32767".&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 13:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569175#M872715</guid>
      <dc:creator>Troyan Krastev</dc:creator>
      <dc:date>2001-08-23T13:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569176#M872716</link>
      <description>I am running MQSeries on two HP servers running 11.0.  The kernel parameters are set as follows and things are working just fine.&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;maxfiles        2048&lt;BR /&gt;maxfiles_lim    2048&lt;BR /&gt;maxswapchunks   700     &lt;BR /&gt;maxuprc         300&lt;BR /&gt;maxusers        300&lt;BR /&gt;msgmax          65536&lt;BR /&gt;msgmnb          65536&lt;BR /&gt;msgmni          350&lt;BR /&gt;msgseg          7168&lt;BR /&gt;msgssz          1024&lt;BR /&gt;msgtql          1024&lt;BR /&gt;ncallout        3000&lt;BR /&gt;nkthread        2048&lt;BR /&gt;nstrpty         60&lt;BR /&gt;o_sync_is_o_dsync 1&lt;BR /&gt;semaem          32767&lt;BR /&gt;semmni          4980&lt;BR /&gt;semmns          16384&lt;BR /&gt;semmnu          2048&lt;BR /&gt;semume          256&lt;BR /&gt;semvmx          65535&lt;BR /&gt;shmmni          1024&lt;BR /&gt;shmseg          1024</description>
      <pubDate>Thu, 23 Aug 2001 13:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569176#M872716</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-08-23T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569177#M872717</link>
      <description>Use the semaphone settings I sent earlier.  Change semmns semmni first and then you will be able to go 2048 on semmnu</description>
      <pubDate>Thu, 23 Aug 2001 13:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569177#M872717</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-08-23T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569178#M872718</link>
      <description>Hi Troy.,&lt;BR /&gt;&lt;BR /&gt;1. You may increase your nproc to a greator value ( 2068 for example ).&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;2. You may modify the formula :&lt;BR /&gt;semmnu &amp;lt;= (nproc-4) &lt;BR /&gt;by&lt;BR /&gt;semmnu &amp;lt;= (nproc-4 + 1500) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 14:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569178#M872718</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-23T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569179#M872719</link>
      <description>Hi Maqdi,&lt;BR /&gt;&lt;BR /&gt;:-), this is exactly what I am trying to do! How to do it?</description>
      <pubDate>Thu, 23 Aug 2001 14:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569179#M872719</guid>
      <dc:creator>Troyan Krastev</dc:creator>
      <dc:date>2001-08-23T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569180#M872720</link>
      <description>hi,&lt;BR /&gt;increasing MAXUSERS has an effect on serveral kernel settings which might or might not be relevant for your system.&lt;BR /&gt;Personally I would increase nproc (fix number instead of formula) and semmnu.&lt;BR /&gt;(next to kmtune you can always use sam to modify the kernel parameters.)&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 23 Aug 2001 15:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569180#M872720</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-08-23T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569181#M872721</link>
      <description>Hi again Troy.,&lt;BR /&gt;&lt;BR /&gt;A)&lt;BR /&gt;&lt;BR /&gt;1. sam-&amp;gt;Kernel Configuration-&amp;gt;Configurable Parameters&lt;BR /&gt;2. Select the nproc entry from the list.&lt;BR /&gt;Menu Actions-&amp;gt;Modify Configurable Parameters...&lt;BR /&gt;3. Modify the value of Formula/value &lt;BR /&gt;and OK.&lt;BR /&gt;&lt;BR /&gt;Say OK for new kernel generation and the system will reboot after that.&lt;BR /&gt;&lt;BR /&gt;After booting you will have the new value taken into account by the kernel and you can check it by the following command :&lt;BR /&gt;&lt;BR /&gt;#sysdef  ?  more&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Thu, 23 Aug 2001 15:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569181#M872721</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-23T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569182#M872722</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for you time! I managed to change this parameter. I applied General OLTP/Database Monolithic System Kernel Parameter set and it allowed me to set maxusers=580 and this automatically set semmnu=2057. This helped me to do what I really wanted, but the question ?CAN I AVOD LIMITATION OF THE FORMULA- is still without answer.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Troy.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 16:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2569182#M872722</guid>
      <dc:creator>Troyan Krastev</dc:creator>
      <dc:date>2001-08-23T16:27:42Z</dc:date>
    </item>
  </channel>
</rss>

