<?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 Kernel Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915536#M285181</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?</description>
    <pubDate>Tue, 19 Dec 2006 14:45:13 GMT</pubDate>
    <dc:creator>Andre Lemon</dc:creator>
    <dc:date>2006-12-19T14:45:13Z</dc:date>
    <item>
      <title>Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915536#M285181</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?</description>
      <pubDate>Tue, 19 Dec 2006 14:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915536#M285181</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2006-12-19T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915537#M285182</link>
      <description>you need choose process the new kernel and choose reboot in SAM.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 15:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915537#M285182</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2006-12-19T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915538#M285183</link>
      <description>Andre,&lt;BR /&gt;Please check out this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1085071" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1085071&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 19 Dec 2006 15:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915538#M285183</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-12-19T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915539#M285184</link>
      <description>Make sure you issued a 'mk_kernel' and 'kmupdate'.&lt;BR /&gt;&lt;BR /&gt;But now that your here, diff the /stand/system and system.old files for diffeences and 'ls' for time stamps.</description>
      <pubDate>Tue, 19 Dec 2006 15:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915539#M285184</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-12-19T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915540#M285185</link>
      <description>Andre,&lt;BR /&gt;&lt;BR /&gt;Here how it should be, (Looks like you missed the mk_kernel portion.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;change the values of the parameters,&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:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-question/m-p/3915540#M285185</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-12-19T15:38:08Z</dc:date>
    </item>
  </channel>
</rss>

