<?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 Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915544#M285189</link>
    <description>#&amp;amp;$^!@!  I skipped a step..... that sucks...&lt;BR /&gt;&lt;BR /&gt;I have corrected the problem.  Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andre'</description>
    <pubDate>Tue, 19 Dec 2006 16:05:24 GMT</pubDate>
    <dc:creator>Andre Lemon</dc:creator>
    <dc:date>2006-12-19T16:05:24Z</dc:date>
    <item>
      <title>Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915541#M285186</link>
      <description>I made some changes to a few parameters in the Kernel.  And after rebooting the system, I see that the changes did not affect the "Current" column but the values in the "Planned" column do show the new values. &lt;BR /&gt;&lt;BR /&gt;Why?  Did something go wrong?&lt;BR /&gt;&lt;BR /&gt;Here are the steps that I took.&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;# cp /stand/vmunix /stand/vmunix121906&lt;BR /&gt;# mv /stand/system /stand/system.old&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.old&lt;BR /&gt;# cp /stand/build/system /stand &lt;BR /&gt;# cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;# ll /stand/vmunix&lt;BR /&gt;-rwxr-xr-x   1 root       sys        19154032 Dec 19 14:05 /stand/vmunix&lt;BR /&gt;# &lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;Here is what I changed:&lt;BR /&gt;&lt;BR /&gt;maxfiles        60&lt;BR /&gt;maxfiles_lim    1024&lt;BR /&gt;maxusers        100&lt;BR /&gt;maxvgs          16&lt;BR /&gt;msgseg          2048&lt;BR /&gt;msgssz          128&lt;BR /&gt;nflocks         4096&lt;BR /&gt;npty            200&lt;BR /&gt;nstrtel         200&lt;BR /&gt;swchunk         4096&lt;BR /&gt;vps_ceiling     64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the listing from kmtune after.&lt;BR /&gt;&lt;BR /&gt;maxusers          32  -  100&lt;BR /&gt;                      &lt;BR /&gt;maxvgs                     10  -  16&lt;BR /&gt;                                         &lt;BR /&gt;msgssz                      8  -  128</description>
      <pubDate>Tue, 19 Dec 2006 14:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915541#M285186</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2006-12-19T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915542#M285187</link>
      <description>Andre , &lt;BR /&gt;&lt;BR /&gt;You didnot rebuild the kernel , you have to use # ./mk_kernel to rebuild the kernel and it will be effective in next reboot.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 19 Dec 2006 14:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915542#M285187</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-12-19T14:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915543#M285188</link>
      <description>Andre,&lt;BR /&gt;&lt;BR /&gt;Here how it should be,&lt;BR /&gt;&lt;BR /&gt;To change the values of these,&lt;BR /&gt;&lt;BR /&gt;maxfiles 60&lt;BR /&gt;maxfiles_lim 1024&lt;BR /&gt;maxusers 100&lt;BR /&gt;maxvgs 16&lt;BR /&gt;msgseg 2048&lt;BR /&gt;msgssz 128&lt;BR /&gt;nflocks 4096&lt;BR /&gt;npty 200&lt;BR /&gt;nstrtel 200&lt;BR /&gt;swchunk 4096&lt;BR /&gt;vps_ceiling 64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.# kmtune -s maxfiles-60&lt;BR /&gt;  # kmtune -s masfiles_lim=1024&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;2. # kmtune -q maxfiles&lt;BR /&gt; ( To check current value and planned value.)&lt;BR /&gt;&lt;BR /&gt;3. # ./mk_kernel&lt;BR /&gt;&lt;BR /&gt;4. # ./kmupdate&lt;BR /&gt;&lt;BR /&gt;5. # shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;6. After reboot verify the kernel paramters:&lt;BR /&gt;  # kmtune -q maxfiles.&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 19 Dec 2006 15:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915543#M285188</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-12-19T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915544#M285189</link>
      <description>#&amp;amp;$^!@!  I skipped a step..... that sucks...&lt;BR /&gt;&lt;BR /&gt;I have corrected the problem.  Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andre'</description>
      <pubDate>Tue, 19 Dec 2006 16:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915544#M285189</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2006-12-19T16:05:24Z</dc:date>
    </item>
  </channel>
</rss>

