<?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: Configure kernel without SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959596#M291561</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use &lt;BR /&gt;&lt;BR /&gt;kctune &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-" target="_blank"&gt;http://docs.hp.com/en/B2355-&lt;/A&gt;&lt;BR /&gt;60105/kctune.1M.html&lt;BR /&gt;&lt;BR /&gt;kmtune &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/kmtune.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/kmtune.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to configure your kernel parameters.&lt;BR /&gt;you can view your current kernel configuration by "sysdef"&lt;BR /&gt;&lt;BR /&gt;sunny</description>
    <pubDate>Sun, 11 Mar 2007 22:21:33 GMT</pubDate>
    <dc:creator>Sunny Jaisinghani</dc:creator>
    <dc:date>2007-03-11T22:21:33Z</dc:date>
    <item>
      <title>Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959595#M291560</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;How to configure nfile kernel paremeter withour using SAM? What is the detailed steps?&lt;BR /&gt;&lt;BR /&gt;Please help. &lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Negara</description>
      <pubDate>Sun, 11 Mar 2007 21:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959595#M291560</guid>
      <dc:creator>Dewa Negara_4</dc:creator>
      <dc:date>2007-03-11T21:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959596#M291561</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use &lt;BR /&gt;&lt;BR /&gt;kctune &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-" target="_blank"&gt;http://docs.hp.com/en/B2355-&lt;/A&gt;&lt;BR /&gt;60105/kctune.1M.html&lt;BR /&gt;&lt;BR /&gt;kmtune &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/kmtune.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/kmtune.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to configure your kernel parameters.&lt;BR /&gt;you can view your current kernel configuration by "sysdef"&lt;BR /&gt;&lt;BR /&gt;sunny</description>
      <pubDate>Sun, 11 Mar 2007 22:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959596#M291561</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-03-11T22:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959597#M291562</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;These are the steps which will help you rebuild the kernel after changing any static kernel parameter. you change the parameter in step 5. &lt;BR /&gt;&lt;BR /&gt;The kernel rebuilding process is accomplished using the following steps.&lt;BR /&gt;1. Change the directory to /stand/build.&lt;BR /&gt;2. cd /stand/build&lt;BR /&gt;3. Create the kernel parameter system file from the running system.&lt;BR /&gt;4. /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;91 of 244&lt;BR /&gt;5. Edit the system file to make necessary changes.&lt;BR /&gt;6. vi system&lt;BR /&gt;7. Build the new kernel using the mk_kernel command.&lt;BR /&gt;8. /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;9. Back up the old kernel and system files.&lt;BR /&gt;10. mv /stand/system /stand/system.old&lt;BR /&gt;11. mv /stand/vmunix /stand/vmunix.old&lt;BR /&gt;12. Install the new kernel.&lt;BR /&gt;13. cp /stand/build/system /stand&lt;BR /&gt;14. cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;15. Reboot the system.&lt;BR /&gt;16. shutdown -r 0&lt;BR /&gt;17. Verify the changed parameters and additional devices using the following&lt;BR /&gt;commands.&lt;BR /&gt;18. sysdef&lt;BR /&gt;19. ioscan&lt;BR /&gt;You will see the presence of additional configured devices and any changes in&lt;BR /&gt;the system parameters.</description>
      <pubDate>Sun, 11 Mar 2007 23:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959597#M291562</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-03-11T23:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959598#M291563</link>
      <description>Hi Mr. Dewa,&lt;BR /&gt;&lt;BR /&gt;Good day to you !&lt;BR /&gt;&lt;BR /&gt;If you are on 11iv1 (11.11):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-0950/ch03s10.html" target="_blank"&gt;http://docs.hp.com/en/B2355-0950/ch03s10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are on 11iv2 (11.23):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-0950/ch03s11.html" target="_blank"&gt;http://docs.hp.com/en/B2355-0950/ch03s11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Mon, 12 Mar 2007 01:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959598#M291563</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2007-03-12T01:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959599#M291564</link>
      <description>Really easy:&lt;BR /&gt;&lt;BR /&gt;cd /stand/build&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;vi system (make your changes and save the file)&lt;BR /&gt;mk_kernel -s system&lt;BR /&gt;kmupdate&lt;BR /&gt;cd /&lt;BR /&gt;reboot your system&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 12 Mar 2007 09:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959599#M291564</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-03-12T09:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configure kernel without SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959600#M291565</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;On 11.11 nfile is not dynamic, this requiring some combination of all steps above. Any perameter that kumtune reports as dynamic can be changed without the reboot, just a few simple kmtune commands&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 Mar 2007 10:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-kernel-without-sam/m-p/3959600#M291565</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-03-12T10:04:10Z</dc:date>
    </item>
  </channel>
</rss>

