<?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 rebuild kernel, on-line in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576017#M858319</link>
    <description>11.0, how to rebuild kernel, on line?&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Sep 2001 00:18:07 GMT</pubDate>
    <dc:creator>Victor_5</dc:creator>
    <dc:date>2001-09-06T00:18:07Z</dc:date>
    <item>
      <title>rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576017#M858319</link>
      <description>11.0, how to rebuild kernel, on line?&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 00:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576017#M858319</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-09-06T00:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576018#M858320</link>
      <description>Hi Shawn,&lt;BR /&gt;&lt;BR /&gt;as root&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (and add make your changes)&lt;BR /&gt;save file&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;Take note of the existing kernel name, probably vmunix.prev&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;Reboot or shutdown&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 00:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576018#M858320</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-06T00:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576019#M858321</link>
      <description>Hi Shawn:&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;&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;&lt;BR /&gt;# mv /stand/dlkm /stand/dlkm.vmunix.prev&lt;BR /&gt;&lt;BR /&gt;# mv /stand/build/system /stand/system&lt;BR /&gt;&lt;BR /&gt;# kmupdate /stand/build/vmunix_test&lt;BR /&gt;&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/VALUE&gt;&lt;/TUNEABLE&gt;</description>
      <pubDate>Thu, 06 Sep 2001 00:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576019#M858321</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-06T00:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576020#M858322</link>
      <description>Hi Friends:&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your quick responses. &lt;BR /&gt;&lt;BR /&gt;However, I am looking for a method to rebuild kernel without shutdown?</description>
      <pubDate>Thu, 06 Sep 2001 01:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576020#M858322</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-09-06T01:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576021#M858323</link>
      <description>Hi Shawn,&lt;BR /&gt;&lt;BR /&gt;Once you have rebuilt your kernel you not &lt;BR /&gt;obligated to reboot straight away, however&lt;BR /&gt;in saying that, the changes that are made&lt;BR /&gt;using the procedures given to you will not be&lt;BR /&gt;available until the reboot has been &lt;BR /&gt;performed and the /stand/vmunix file has been &lt;BR /&gt;loaded into memory.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 06 Sep 2001 01:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576021#M858323</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-06T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: rebuild kernel, on-line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576022#M858324</link>
      <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;Tuning the kernel dynamically without a reboot appears doesn't appear until 11.11.  Even then, some parameters remain "static".  That is, their adjustment requires a reboot.  Other parameters are defined as "dynamic" and can be tuned without reboot.&lt;BR /&gt;&lt;BR /&gt;Kernel rearchitecture is a very active project.  In addition to dynamic parameters, self-tuning ones will appear in new releases.  Old names, like 'nproc' and 'nfile' will also become aliases for more descriptive identifiers.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2001 01:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rebuild-kernel-on-line/m-p/2576022#M858324</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-06T01:53:34Z</dc:date>
    </item>
  </channel>
</rss>

