<?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: changed kernel parameter not  effective after reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962766#M118765</link>
    <description>I think the previous answer was right.&lt;BR /&gt;&lt;BR /&gt;"proc table full"  comes from nproc too small.  You should change nproc.</description>
    <pubDate>Wed, 30 Apr 2003 11:51:08 GMT</pubDate>
    <dc:creator>Stuart Abramson_2</dc:creator>
    <dc:date>2003-04-30T11:51:08Z</dc:date>
    <item>
      <title>changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962763#M118762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was getting error "fork failed, proc table full"&lt;BR /&gt;I found maxuprc low (75), and increased to 200.&lt;BR /&gt;Since it is dynamic parameter, it changed. But &lt;BR /&gt;After I reboot old value is coming back.&lt;BR /&gt;How to make this value permanent?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;T.Thayanidhi</description>
      <pubDate>Wed, 30 Apr 2003 11:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962763#M118762</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2003-04-30T11:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962764#M118763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your problem is not related directly to maxuprc, but rather to nproc which is static. If you use  kmtune -s for maxuprc, change should become permanent but also check if your nproc value really depends on maxuprc.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 30 Apr 2003 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962764#M118763</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-04-30T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962765#M118764</link>
      <description>1.  How did you change the maxuprc from 75-&amp;gt;200?  I have never worked with "dynamic kernel parameters".&lt;BR /&gt;&lt;BR /&gt;2.  Here is how I do it on hp-ux 11.0:&lt;BR /&gt;&lt;BR /&gt;a.  SAM:&lt;BR /&gt;&lt;BR /&gt;set display&lt;BR /&gt;sam&lt;BR /&gt;kernel parameters&lt;BR /&gt;change parameter&lt;BR /&gt;click okay until reboot now.&lt;BR /&gt;&lt;BR /&gt;b.  commands:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                cd /stand/build&lt;BR /&gt;                /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;                vi system&lt;BR /&gt;                        # make changes&lt;BR /&gt;                        # maxuprc  200&lt;BR /&gt;                mk_kernel -s system             # makes /stand/build/vmunix_test&lt;BR /&gt;                ll vmunix_test&lt;BR /&gt;                cd /stand&lt;BR /&gt;                cp system system.prev&lt;BR /&gt;                cp vmunix vmunix.prev&lt;BR /&gt;                mv dlkm dlkm.vmunix.prev&lt;BR /&gt;                cp ./build/system system&lt;BR /&gt;                kmupdate&lt;BR /&gt;                cd /&lt;BR /&gt;                shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 11:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962765#M118764</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-04-30T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962766#M118765</link>
      <description>I think the previous answer was right.&lt;BR /&gt;&lt;BR /&gt;"proc table full"  comes from nproc too small.  You should change nproc.</description>
      <pubDate>Wed, 30 Apr 2003 11:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962766#M118765</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-04-30T11:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962767#M118766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;NPROC is static is it enough I feel (4096).&lt;BR /&gt;At any movement I don't see processes more&lt;BR /&gt;than 300. (ps -ef | wc -l), ans also root&lt;BR /&gt;user never gave this erro.&lt;BR /&gt;&lt;BR /&gt;MAXUPRC is change through sam. After reboot &lt;BR /&gt;I see in /stand/system "maxuprc 200".&lt;BR /&gt;Still I am wondering where from it is picking&lt;BR /&gt;up the old value.&lt;BR /&gt;&lt;BR /&gt;Since the maxuprc is dynamic I don't need to&lt;BR /&gt;rebuild the kernel correct?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;TT</description>
      <pubDate>Wed, 30 Apr 2003 12:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962767#M118766</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2003-04-30T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962768#M118767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;did u rebuild the kernel after changing the value.&lt;BR /&gt;&lt;BR /&gt;(ofcourse sam does this while exiting)&lt;BR /&gt;&lt;BR /&gt;you might have choosen to build the kernel later.&lt;BR /&gt;&lt;BR /&gt;choose defaults from in the SAM screen</description>
      <pubDate>Wed, 30 Apr 2003 12:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962768#M118767</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-30T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962769#M118768</link>
      <description>As suggested the 'proc table full' message indicated 'nproc' is too small.  View its usage with 'sar -v':&lt;BR /&gt;&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;&lt;BR /&gt;nproc will be listed in numerator / denominator format and designated as "proc-sz".  The denominator is your ceiling, the numerator is the current usage.  Refer to 'proc-sz' below:&lt;BR /&gt;&lt;BR /&gt;08:06:08 text-sz ov proc-sz inod-sz ov file-sz ov &lt;BR /&gt;08:06:10 N/A 0 656/1072 0 900/900 656/656&lt;BR /&gt;&lt;BR /&gt;Use 'kmtune' to display or change its value.&lt;BR /&gt;&lt;BR /&gt;kmtune -q nproc &lt;BR /&gt;-or-&lt;BR /&gt;kmtune -q nproc -l (* long listing *)&lt;BR /&gt;&lt;BR /&gt;To change 'nproc':&lt;BR /&gt;cd /stand/build&lt;BR /&gt;kmtune -s nproc=##### -S /stand/build/system&lt;BR /&gt;kmupdate /&lt;BR /&gt;kmtune  -q nproc -S /stand/build/system&lt;BR /&gt;mk_kernel -s /stand/build/system&lt;BR /&gt;kmupdate /stand/build/system_test&lt;BR /&gt;cd /&lt;BR /&gt;shutdown -r now&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 12:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962769#M118768</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-30T12:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962770#M118769</link>
      <description>To determine if maxuprc or nproc is causing the error, use sar -v as mentioned before. If NPROC is 4096 and if sar -v shows plenty of empty slots (like 2000 used out of 4096), then maxuprc is the problem. HOWEVER: maxuprc refers to *ALL* processes started by the same user. If 500 people all try to login and start 2 process, then MAXUPRC=200 will stop allowing new processes after only 100 users login.&lt;BR /&gt;&lt;BR /&gt;To see how many processes are being run by a specific user ID:&lt;BR /&gt;&lt;BR /&gt;ps -f -u oracle&lt;BR /&gt;&lt;BR /&gt;which shows all processes owned by the user oracle.</description>
      <pubDate>Wed, 30 Apr 2003 12:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962770#M118769</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-30T12:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962771#M118770</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you misunderstood the question.&lt;BR /&gt;&lt;BR /&gt;If I change maxuprc,I could see the new value after I exit sam using "# sysdef | grep maxuprc". After that system behaves properly.&lt;BR /&gt;&lt;BR /&gt;If I reboot the value changed from 200 to 75,&lt;BR /&gt;And giving problems.&lt;BR /&gt; &lt;BR /&gt;When I exit from sam after modifying maxuprc,&lt;BR /&gt;sam doesn't rebuild kernel (i.e. Dynamic parameter)&lt;BR /&gt;&lt;BR /&gt;My question is If I modify a dynamic value, do&lt;BR /&gt;I have rebuild the kernel forcebly. If so&lt;BR /&gt;then why it is called dynamic?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;TT&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 12:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962771#M118770</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2003-04-30T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962772#M118771</link>
      <description>Maybe this is another case of SAM misbehaving ... before we get to that .. I would recommend doing this in command line ..&lt;BR /&gt;# kmtune -q maxuprc&lt;BR /&gt;==&amp;gt; This shows what's the current value (look at "current" and "planned") they should match. Now say you want to to make it 200, you would ..&lt;BR /&gt;# kmtune -s maxuprc+125&lt;BR /&gt;# kmtune -q maxuprc&lt;BR /&gt;==&amp;gt; You will see planned=200 and current=75.&lt;BR /&gt;# kmtune -u&lt;BR /&gt;==&amp;gt; Update the change.&lt;BR /&gt;# kmtune -q maxuprc&lt;BR /&gt;==&amp;gt; Now current=planned.&lt;BR /&gt;Check /stand/system to make sure this gets added.&lt;BR /&gt;# grep maxuprc /stand/system&lt;BR /&gt;The next time you reboot this setting will stay. Now in SAM, after you have changed it, check 2 things..&lt;BR /&gt;a) kmtune -q&lt;BR /&gt;b) the /stand/system&lt;BR /&gt;Are they updated ??</description>
      <pubDate>Wed, 30 Apr 2003 13:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962772#M118771</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-30T13:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: changed kernel parameter not  effective after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962773#M118772</link>
      <description>Have a look at Technical Knowledge Base document UKRNKBRC00010259 located here: &lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922035" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922035&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think it will help with your problem.&lt;BR /&gt;&lt;BR /&gt;Also have a look at Technical Knowledge Base document KBRC00001138 located here: &lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065680020" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065680020&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think it may give you some other good background.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 13:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changed-kernel-parameter-not-effective-after-reboot/m-p/2962773#M118772</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-30T13:22:26Z</dc:date>
    </item>
  </channel>
</rss>

