<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737671#M66879</link>
    <description>I am installing a new "N4000" and want to set all kernel parameters like another N class server. What files do I need to copy and what is the process?</description>
    <pubDate>Tue, 04 Jun 2002 18:53:09 GMT</pubDate>
    <dc:creator>Ken Hubnik_2</dc:creator>
    <dc:date>2002-06-04T18:53:09Z</dc:date>
    <item>
      <title>Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737671#M66879</link>
      <description>I am installing a new "N4000" and want to set all kernel parameters like another N class server. What files do I need to copy and what is the process?</description>
      <pubDate>Tue, 04 Jun 2002 18:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737671#M66879</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-06-04T18:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737672#M66880</link>
      <description>I would do any of the following:&lt;BR /&gt;&lt;BR /&gt;1) Go to SAM- kernel parameters - configurable parameters- print out all kernel parameters and configure the same on other system&lt;BR /&gt;&lt;BR /&gt;2) Take the output of these commands and configure the same in other system through sam:&lt;BR /&gt;&lt;BR /&gt;# kmtune&lt;BR /&gt;# sysdef&lt;BR /&gt;&lt;BR /&gt;3) Copy /stand/system file and reconfigure the kernel.</description>
      <pubDate>Tue, 04 Jun 2002 18:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737672#M66880</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-04T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737673#M66881</link>
      <description>Copy the /stand/m from a running system to the /stand/build/system of the new system.&lt;BR /&gt;Then run /usr/sbin/mk_kernel -s system.&lt;BR /&gt;Then run kmupdate to update the kernel.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 04 Jun 2002 18:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737673#M66881</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-06-04T18:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737674#M66882</link>
      <description>Hi Ken,&lt;BR /&gt;&lt;BR /&gt;To get a list of all kernel parameters from a n-class try,&lt;BR /&gt;&lt;BR /&gt;kmtune -S /stand/system &amp;gt;/tmp/kern_para.txt&lt;BR /&gt;&lt;BR /&gt;more /tmp/kern_para.txt&lt;BR /&gt;&lt;BR /&gt;Or Do this,&lt;BR /&gt;&lt;BR /&gt;On the running system,&lt;BR /&gt;&lt;BR /&gt;cd /stand/build&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;Copy this system file to /stand/build on the other server. Now do this on the other server,&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s /stand/build/system&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;# mv /stand/dlkm /stand/dlkm.vmunix.prev&lt;BR /&gt;# mv /stand/build/system /stand/system&lt;BR /&gt;# kmupdate /stand/build/vmunix_test&lt;BR /&gt;# Shutdown -r now&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 19:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737674#M66882</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-04T19:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737675#M66883</link>
      <description>Ken,&lt;BR /&gt;One of these methods you can go for.&lt;BR /&gt;&lt;BR /&gt;1.Take a list of kernel parameters from kmtune -l of the  running server and then use sam to impliment on the new server. &lt;BR /&gt;&lt;BR /&gt;2. Create a fresh ignite (make_recovery) tape of running server and then use it on the new box.&lt;BR /&gt;&lt;BR /&gt;3. You can also use usr/lbin/sysadmin/system_prep command to create new system file.&lt;BR /&gt;&lt;BR /&gt; cd /stand/build &lt;BR /&gt;# /usr/lbin/sysadm/system_prep -v -s system  Copy the contents to new box and then run &lt;BR /&gt;/usr/sbin/mk_kernel -s /stand/build/system &lt;BR /&gt;This builds a new kernel ready for testing: /stand/build/vmunix_test &lt;BR /&gt;&lt;BR /&gt;mv /stand/system /stand/system.prev &lt;BR /&gt;mv /stand/build/system /stand/system &lt;BR /&gt;&lt;BR /&gt;usr/sbin/kmupdate &lt;BR /&gt;&lt;BR /&gt;Reboot the box.&lt;BR /&gt;&lt;BR /&gt;-Goodluck&lt;BR /&gt;-USa..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 19:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel/m-p/2737675#M66883</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-06-04T19:31:15Z</dc:date>
    </item>
  </channel>
</rss>

