<?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: How to rebuild kernel? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756298#M71448</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can always move the old system.prev and vmunix.prev to the /stand directory as system and vmunix and then reboot the system. You machine will run with the old kernel.&lt;BR /&gt;&lt;BR /&gt;Do this in single user mode :&lt;BR /&gt;&lt;BR /&gt;#cp /stand/vmunix /stand/vmunix.old ( Make copy of new kernel ) &lt;BR /&gt;&lt;BR /&gt;#mv /stand/vmunix.prev /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;#cp /stand/system /stand/system.old&lt;BR /&gt;#mv /stand/system.prev /stand/system&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
    <pubDate>Tue, 02 Jul 2002 13:55:18 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-07-02T13:55:18Z</dc:date>
    <item>
      <title>How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756294#M71444</link>
      <description>I am doing a cold-install of HP-UX 11, and I want to keep the same old kernel parameters after the cold-installation.  &lt;BR /&gt;How can I rebuild/re-configure back to the same kernel parameters?&lt;BR /&gt;I did ftp a copy of /stand/system files to my c drive.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 02 Jul 2002 13:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756294#M71444</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-07-02T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756295#M71445</link>
      <description>I use the /stand/system file to go through SAM and change all the parameters one by one.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 02 Jul 2002 13:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756295#M71445</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-02T13:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756296#M71446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can make a copy of /stand/system amd /stand /vmunix and then use SAM.&lt;BR /&gt;&lt;BR /&gt;You can also use command line :&lt;BR /&gt;&lt;BR /&gt;Make any kernel parameter changes with 'kmtune': &lt;BR /&gt;&lt;BR /&gt;# kmtune -s &lt;TUNEABLE&gt;=&lt;VALUE&gt; -S /stand/build/system &lt;BR /&gt;&lt;BR /&gt;#cd /stand/build &lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system &lt;BR /&gt;( Prepares new system file )&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;( Prepares new kernel ) &lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;( Move old system file ) &lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev &lt;BR /&gt;( Move old kernel file )&lt;BR /&gt;# mv /stand/dlkm /stand/dlkm.vmunix.prev&lt;BR /&gt;# mv /stand/build/system /stand/system &lt;BR /&gt;( Move new system file to /stand )&lt;BR /&gt;# kmupdate /stand/build/vmunix_test &lt;BR /&gt;( Moves new kernel into place )&lt;BR /&gt;# shutdown -ry 0 &lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;/VALUE&gt;&lt;/TUNEABLE&gt;</description>
      <pubDate>Tue, 02 Jul 2002 13:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756296#M71446</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-02T13:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756297#M71447</link>
      <description>Copy the file back to /stand/system, the run /usr/sbin/mk_kernel. See "man mk_kernel" for more info.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 02 Jul 2002 13:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756297#M71447</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-02T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756298#M71448</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can always move the old system.prev and vmunix.prev to the /stand directory as system and vmunix and then reboot the system. You machine will run with the old kernel.&lt;BR /&gt;&lt;BR /&gt;Do this in single user mode :&lt;BR /&gt;&lt;BR /&gt;#cp /stand/vmunix /stand/vmunix.old ( Make copy of new kernel ) &lt;BR /&gt;&lt;BR /&gt;#mv /stand/vmunix.prev /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;#cp /stand/system /stand/system.old&lt;BR /&gt;#mv /stand/system.prev /stand/system&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 02 Jul 2002 13:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756298#M71448</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-02T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to rebuild kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756299#M71449</link>
      <description>Hi Mr. Patel,&lt;BR /&gt;&lt;BR /&gt;I found you command line kernel update to be usefule.&lt;BR /&gt;&lt;BR /&gt;I am challenged to write an automation script to rebuild kernel for orcle 9i installation over 4 dozen production lx 3000. My question is:&lt;BR /&gt;&lt;BR /&gt;1. For tunable parameters part, can one just update /stand/system for it to take effect without rebuild the kernel or using kmtune?&lt;BR /&gt;&lt;BR /&gt;2. If kernel must be rebuild, then is it ok for me just to use unix editor to make change over system files? Do I still have to use system_prep -s system.&lt;BR /&gt;&lt;BR /&gt;3. What is the difference between /stand/system and /stand/build/system?&lt;BR /&gt;&lt;BR /&gt;4. What if new kernel built on my automation script don't work but the server was told to reboot. Use cd?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 03 Mar 2004 15:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rebuild-kernel/m-p/2756299#M71449</guid>
      <dc:creator>James Wang_3</dc:creator>
      <dc:date>2004-03-03T15:20:37Z</dc:date>
    </item>
  </channel>
</rss>

