<?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: tuning the kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620026#M38486</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is how I usually do it when I'm making changes on our kernel.&lt;BR /&gt;&lt;BR /&gt;* To change/configure kernel.&lt;BR /&gt;- cd /stand/build&lt;BR /&gt;- /usr/lbin/sysadm/system_prep ???s system&lt;BR /&gt;- vi system&lt;BR /&gt;Build new kernel&lt;BR /&gt;- /usr/sbin/mk_kernel ???s ./system&lt;BR /&gt;  note: this will create /stand/build/vmunix_test  file.  Always backup orig system and                     vmunix files first&lt;BR /&gt;- mv /stand/system /stand/system.prev&lt;BR /&gt;- mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;- mv /stand/build/system /stand/system&lt;BR /&gt;- mv /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;- reboot the machine&lt;BR /&gt;Thanks&lt;BR /&gt;Joey</description>
    <pubDate>Mon, 26 Nov 2001 16:27:10 GMT</pubDate>
    <dc:creator>Kurtkarl</dc:creator>
    <dc:date>2001-11-26T16:27:10Z</dc:date>
    <item>
      <title>tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620024#M38484</link>
      <description>I am in the process of setting up a new system.  I need to tune my kernel parameters.  Here are the &lt;BR /&gt;steps that I have.  Can someone just confirm that these steps are correct or not.  If not, please direct me to the proper help doc, or give me the proper commands:&lt;BR /&gt;&lt;BR /&gt;kmtune -s | more   to get a print out of all the tuneable parameters set on my box.&lt;BR /&gt;&lt;BR /&gt;kmtune -s (parameter name=value)  to change the value on a parameter.&lt;BR /&gt;&lt;BR /&gt;cp the system file in /stand to a new filename to a temporary spot&lt;BR /&gt;&lt;BR /&gt;cp the vmunix file in /stand to another filename to a temporary spot.&lt;BR /&gt;&lt;BR /&gt;mk_kernel -s ./system   this will rebuild my new kernel using the system file and create vmunix_test once this file is created, I can then move in the vmunix_test into /stand and reboot the system for the new kernel to take effect.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620024#M38484</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2001-11-26T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620025#M38485</link>
      <description>Donna,&lt;BR /&gt;&lt;BR /&gt;You are correct. You don't need to specify -s with the mk_kernel as it is default.&lt;BR /&gt;&lt;BR /&gt;You can do the following way.&lt;BR /&gt;&lt;BR /&gt;Copy /stand/system as /stand/system.date&lt;BR /&gt;Copy /stand/vmunix.prev as /stand/vmunix.old if you want to preserve two levels of kernel.&lt;BR /&gt;Your current kernel will be automatically moved as vmunix.prev with the following mk_kernel command. &lt;BR /&gt;&lt;BR /&gt;#kmtune -s (param name=value)&lt;BR /&gt;#mk_kernel -o /stand/vmunix&lt;BR /&gt;#shutdown -r now (Don't use reboot here)&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 26 Nov 2001 16:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620025#M38485</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-26T16:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620026#M38486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is how I usually do it when I'm making changes on our kernel.&lt;BR /&gt;&lt;BR /&gt;* To change/configure kernel.&lt;BR /&gt;- cd /stand/build&lt;BR /&gt;- /usr/lbin/sysadm/system_prep ???s system&lt;BR /&gt;- vi system&lt;BR /&gt;Build new kernel&lt;BR /&gt;- /usr/sbin/mk_kernel ???s ./system&lt;BR /&gt;  note: this will create /stand/build/vmunix_test  file.  Always backup orig system and                     vmunix files first&lt;BR /&gt;- mv /stand/system /stand/system.prev&lt;BR /&gt;- mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;- mv /stand/build/system /stand/system&lt;BR /&gt;- mv /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;- reboot the machine&lt;BR /&gt;Thanks&lt;BR /&gt;Joey</description>
      <pubDate>Mon, 26 Nov 2001 16:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620026#M38486</guid>
      <dc:creator>Kurtkarl</dc:creator>
      <dc:date>2001-11-26T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620027#M38487</link>
      <description>As many kernal parameters are inter-dependent, this is one are where I like to let SAM do the leg-work, it's also one of the better functional areas within SAM! - Doing it by hand I've seen people end up with a non-bootable kernal... I've never seen sam screw this up.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620027#M38487</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-26T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620028#M38488</link>
      <description>I generally use SAM for configuring parameters&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620028#M38488</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2001-11-26T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620029#M38489</link>
      <description># cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -v -s  system &lt;BR /&gt;&lt;BR /&gt;kmtune -S /stand/build/system -s parm_name=value&lt;BR /&gt;   or&lt;BR /&gt;kmtune -S /stand/build/system -s parm_name+value&lt;BR /&gt;&lt;BR /&gt;kmsystem -S system -c y driver_name  # these utilities modify the system file at 11.0&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;&lt;BR /&gt;# mv /stand/system /stand/system.prev    #new for dynamically linked modules at 11.0&lt;BR /&gt;&lt;BR /&gt;# mv /stand/build/system /stand/system&lt;BR /&gt;# kmupdate   # kmupdate automates moving the kernel files into the proper directory&lt;BR /&gt;&lt;BR /&gt;# shutdown -ry 0 &lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620029#M38489</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-26T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620030#M38490</link>
      <description>Hi Donna,&lt;BR /&gt;&lt;BR /&gt;Here is a thread on kernel rebuild from hp doc site,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/32-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/32-toc.html&amp;amp;searchterms=kernel%20build&amp;amp;queryid=20011126-094517" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/32-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/32-toc.html&amp;amp;searchterms=kernel%20build&amp;amp;queryid=20011126-094517&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 17:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620030#M38490</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-26T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620031#M38491</link>
      <description>Donna,&lt;BR /&gt;&lt;BR /&gt; Remember to run kmupdate before doing the shutdown!! This is important otherwise the dlkm files wont get moved and you will have a system which gives weird problems later on.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Mon, 26 Nov 2001 17:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620031#M38491</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-26T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620032#M38492</link>
      <description>HI&lt;BR /&gt;You will need to run kmupdate before rebooting machines, after kernel is built manually using mk_kernel with -o option.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Mon, 26 Nov 2001 23:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620032#M38492</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-11-26T23:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: tuning the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620033#M38493</link>
      <description>Hi Donna,&lt;BR /&gt;I usually usa sam , and let it do the job. never experienced any kernel screw up, ever. Also kernel parameters are often interdependent you have to change this to change that, (sam knows that). Anyways... you're on the right track compiling a new kernel via command line&lt;BR /&gt;&lt;BR /&gt;d_b</description>
      <pubDate>Tue, 27 Nov 2001 00:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-kernel/m-p/2620033#M38493</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-11-27T00:39:20Z</dc:date>
    </item>
  </channel>
</rss>

