<?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 rebuild procedure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166739#M457230</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to change kernel parameter is using SAM.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
    <pubDate>Mon, 30 Mar 2009 07:25:38 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2009-03-30T07:25:38Z</dc:date>
    <item>
      <title>Kernel rebuild procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166736#M457227</link>
      <description>In our project, we add 8GB swap space but system cannot use 8GB swap space. From kutune|grep -i maxvgs command output we found  swchunk parameter value is 2048. Now i think we need to modify  swchunk parameter value in the kernel.Please confirm which operational plan is appropiate which is given below:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***Operational Plan 1:&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;&lt;BR /&gt;swchunk   8192----------------------------&amp;gt;Add this line at the bottom of the file&lt;BR /&gt;&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;#mk_kernel -s ./system&lt;BR /&gt;#mv /stand/system /stand/system.old&lt;BR /&gt;#cp /stand/build/system /stand/&lt;BR /&gt;#kmupdate /stand/build/vmunix_test&lt;BR /&gt;#shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***Operational Plan 2:&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;&lt;BR /&gt;swchunk   8192----------------------------&amp;gt;Add this line at the bottom of the file&lt;BR /&gt;&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;#mk_kernel -s ./system&lt;BR /&gt;#mv /stand/system /stand/system.old&lt;BR /&gt;#cp /stand/build/system /stand/&lt;BR /&gt;&lt;BR /&gt;#mv  /stnad/vmunix   /stand/vmunix.old-Pls check this line&lt;BR /&gt;#cp /stand/build/vmunix_test  /stnad/vmunix -Pls check this line&lt;BR /&gt;&lt;BR /&gt;#shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***Note: Our OS version is B.11.11 or 11V1 and server model is RP7420&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Mar 2009 03:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166736#M457227</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-03-29T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel rebuild procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166737#M457228</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also use SAM.&lt;BR /&gt;&lt;BR /&gt;# kmtune -s swchunk=8192&lt;BR /&gt;# mk_kernel&lt;BR /&gt;# kmupdate&lt;BR /&gt;# shutdown -r -h 0 &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 29 Mar 2009 15:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166737#M457228</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2009-03-29T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel rebuild procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166738#M457229</link>
      <description>&lt;BR /&gt;cd to build&lt;BR /&gt;extract system from the current kernel using system_prep&lt;BR /&gt;edit it using kmtune -s &lt;PARAMETER&gt;=value&lt;BR /&gt;build kernel using mk_kernel&lt;BR /&gt;schedule new kernel to boot next time&lt;BR /&gt;#kmupdate&lt;BR /&gt;reboot server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;SEN&lt;/PARAMETER&gt;</description>
      <pubDate>Mon, 30 Mar 2009 07:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166738#M457229</guid>
      <dc:creator>sen_ux</dc:creator>
      <dc:date>2009-03-30T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel rebuild procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166739#M457230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to change kernel parameter is using SAM.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 30 Mar 2009 07:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166739#M457230</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-30T07:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel rebuild procedure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166740#M457231</link>
      <description>Yes you r right. SAM is the best way to modify kernel parameter.</description>
      <pubDate>Sun, 12 Apr 2009 07:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-rebuild-procedure/m-p/5166740#M457231</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-04-12T07:52:36Z</dc:date>
    </item>
  </channel>
</rss>

