<?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 parameter setting is lost after each reboot... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574615#M921014</link>
    <description>Changing the parameter msgseg requires a new kernel to be built, the others in 11i are as you said, are dynamic. How are you making these changes? With sam, it should ask you to build a new kernel when you modify "msgseg", and the dynamic ones should stay persistent.</description>
    <pubDate>Tue, 04 Sep 2001 11:18:57 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-09-04T11:18:57Z</dc:date>
    <item>
      <title>Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574611#M921010</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I have modified on HP-UX 11i some kernel parameters for a given application:&lt;BR /&gt;                         &lt;BR /&gt;msgmax 32768&lt;BR /&gt;msgmnb 32768&lt;BR /&gt;shmseg 120&lt;BR /&gt;msgseg 7168&lt;BR /&gt;&lt;BR /&gt;After a reboot the setting for msgmax (dynamic, no reboot required) is lost.&lt;BR /&gt;&lt;BR /&gt;How can I prevent this and make it persistent&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Rui.</description>
      <pubDate>Tue, 04 Sep 2001 09:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574611#M921010</guid>
      <dc:creator>Rui Vilao</dc:creator>
      <dc:date>2001-09-04T09:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574612#M921011</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;you can put this params in the system file in /stand/system&lt;BR /&gt;&lt;BR /&gt;* Tunable parameters&lt;BR /&gt;msgmax 32768 &lt;BR /&gt;msgmnb 32768 &lt;BR /&gt;shmseg 120 &lt;BR /&gt;msgseg 7168 &lt;BR /&gt;&lt;BR /&gt;and compile the system again &lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# system_prep -s system&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;the next time it will boot the kernel with be set &lt;BR /&gt;&lt;BR /&gt;i m checking now why your kernel params didnt update but i think that you didnt compile the kernel and the afectt didnt come up after the reboot but like i said , checking</description>
      <pubDate>Tue, 04 Sep 2001 09:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574612#M921011</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-09-04T09:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574613#M921012</link>
      <description>Hi&lt;BR /&gt;  Try using SAM to changes the kernel.&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Tue, 04 Sep 2001 09:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574613#M921012</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-09-04T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574614#M921013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You haven't actually said how you made these changes to the kernel, but to save all of the changes and reboot your system please follow the following:&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 your changes and save the file&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# kmupdate (this tells the system that at the next reboot a new kernel has been generated and to load it)&lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 10:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574614#M921013</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-04T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574615#M921014</link>
      <description>Changing the parameter msgseg requires a new kernel to be built, the others in 11i are as you said, are dynamic. How are you making these changes? With sam, it should ask you to build a new kernel when you modify "msgseg", and the dynamic ones should stay persistent.</description>
      <pubDate>Tue, 04 Sep 2001 11:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574615#M921014</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-09-04T11:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter setting is lost after each reboot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574616#M921015</link>
      <description>It didn?t work with SAM.&lt;BR /&gt;But with the command line instructions it worked!&lt;BR /&gt;&lt;BR /&gt;Thank you all for your help!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rui.</description>
      <pubDate>Sat, 15 Sep 2001 16:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-setting-is-lost-after-each-reboot/m-p/2574616#M921015</guid>
      <dc:creator>Rui Vilao</dc:creator>
      <dc:date>2001-09-15T16:24:50Z</dc:date>
    </item>
  </channel>
</rss>

