<?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: kernel configuration in command line in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201497#M166706</link>
    <description>Have you tried sam? I always find that more user-friendly for something this critical.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
    <pubDate>Wed, 25 Feb 2004 03:17:59 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2004-02-25T03:17:59Z</dc:date>
    <item>
      <title>kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201494#M166703</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;I am working on HP-UX 11.23 O/S Installed on &lt;BR /&gt;rx5670 Server.&lt;BR /&gt;&lt;BR /&gt;I want to chane follows kernel parameters.&lt;BR /&gt;&lt;BR /&gt;msgseg   8192 -&amp;gt; 16384&lt;BR /&gt;msgtql   1024 -&amp;gt;  2048&lt;BR /&gt;msgmap   1026 -&amp;gt;  2050&lt;BR /&gt;&lt;BR /&gt;Please let me know command level.&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 25 Feb 2004 03:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201494#M166703</guid>
      <dc:creator>Hasell Blad</dc:creator>
      <dc:date>2004-02-25T03:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201495#M166704</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use sam or take a look at this doc,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072193594" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072193594&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Document description: Manual relink the kernel on 11.20 / 11.22.&lt;BR /&gt;Document id: KBRC00014038&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 25 Feb 2004 03:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201495#M166704</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-25T03:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201496#M166705</link>
      <description>I don't have 11.23 but I am sure the procedures are the same. (If not I'll see red ...)&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system&lt;BR /&gt;(make your changes and save the file)&lt;BR /&gt;# mk_kernel -s system (compiles your kernel)&lt;BR /&gt;# kmupdate&lt;BR /&gt;&lt;BR /&gt;Then you can reboot your system&lt;BR /&gt;# shutdown -r -y 0</description>
      <pubDate>Wed, 25 Feb 2004 03:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201496#M166705</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-02-25T03:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201497#M166706</link>
      <description>Have you tried sam? I always find that more user-friendly for something this critical.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 25 Feb 2004 03:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201497#M166706</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-02-25T03:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201498#M166707</link>
      <description># cd /stand/build&lt;BR /&gt;&lt;BR /&gt;Create the kernel parameter system file from the running system.&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;Edit the configuration file to make necessary changes i.e. vi system and make changes&lt;BR /&gt;&lt;BR /&gt;Build the New kernel&lt;BR /&gt;#/usr/sbin/mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;Backup the old kernel&lt;BR /&gt;# cp /stand/system /stand/system.old&lt;BR /&gt;# cp /stand/vmunix /stand/vmunix.old&lt;BR /&gt;&lt;BR /&gt;Install the new kernel&lt;BR /&gt;# cp /stand/build/system /stand&lt;BR /&gt;# cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;Shutdown the system&lt;BR /&gt;# shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;Best Wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 25 Feb 2004 03:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201498#M166707</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-02-25T03:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201499#M166708</link>
      <description>In HP-UX 11.23, &lt;BR /&gt;&lt;BR /&gt;there are two way(I know) kernel configuration, &lt;BR /&gt;web interface or command line using kctune command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 03:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201499#M166708</guid>
      <dc:creator>Hasell Blad</dc:creator>
      <dc:date>2004-02-25T03:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201500#M166709</link>
      <description>Cookbook using SAM.&lt;BR /&gt;&lt;BR /&gt;SAM --&amp;gt; Kernel Configuration --&amp;gt; Configurable Parameters&lt;BR /&gt;1. Each line in the "Configurable Parameters" object list has several fields: Name, Current Value, Pending Value, Type = Dynamic / Static (requires a kernel recompile and reboot), Associated Module (DKLM) and Description.&lt;BR /&gt;2. Actions --&amp;gt; Modify Configurable Parameters. Most parameters are defined as explicit values but some as refined by formulas based on other kernel parameters values.&lt;BR /&gt;3. If the parameter is dynamically tunable, the "Current State" value should change immediately. Other changes will take effect after the next kernel recompile and reboot.&lt;BR /&gt;4. SAM help menus include a tutorial that explains the purpose of many of the configurable kernel parameters.&lt;BR /&gt;5. Tuned Parameters Sets: Actions --&amp;gt; Apply Tuned Parameter Set.&lt;BR /&gt;6. Compiling the New Kernel: Action --&amp;gt; Process New Kernel. &lt;BR /&gt;7. SAM will make a backup of copy of your existing kernel and immediately move your new kernel into place for you by choosing "Move Kernel into Place and Shutdown/Reboot System Now" option.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Wed, 25 Feb 2004 03:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201500#M166709</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-02-25T03:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201501#M166710</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;It doesn't work in SAM.</description>
      <pubDate>Wed, 25 Feb 2004 03:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201501#M166710</guid>
      <dc:creator>Hasell Blad</dc:creator>
      <dc:date>2004-02-25T03:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201502#M166711</link>
      <description>Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-60103/B2355-60103_top.html&amp;amp;con=/hpux/onlinedocs/B2355-60103/00/06/681-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-60103/00/06/681-toc.html&amp;amp;searchterms=kctune&amp;amp;queryid=20040225-014736" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-60103/B2355-60103_top.html&amp;amp;con=/hpux/onlinedocs/B2355-60103/00/06/681-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-60103/00/06/681-toc.html&amp;amp;searchterms=kctune&amp;amp;queryid=20040225-014736&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 25 Feb 2004 03:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201502#M166711</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-25T03:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201503#M166712</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You are right. You will have to use the kctune command to modify the kernel parameters. Refer to kctune manpage for more information.&lt;BR /&gt;&lt;BR /&gt;You can also do the same using the kcweb tool. As the tunables you have mentioned are static tunables, you may have to reboot the system for applying your new changes to the kernel.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Let me know if you need more information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Wed, 25 Feb 2004 09:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201503#M166712</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2004-02-25T09:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201504#M166713</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;# kctune -h msgseg=16384&lt;BR /&gt;# kctune -h msgtql=2048&lt;BR /&gt;# kctune -h msgmap=2050&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;Is it right ?</description>
      <pubDate>Wed, 25 Feb 2004 22:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201504#M166713</guid>
      <dc:creator>Hasell Blad</dc:creator>
      <dc:date>2004-02-25T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: kernel configuration in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201505#M166714</link>
      <description>Hello Hassel,&lt;BR /&gt;&lt;BR /&gt;# kctune -h msgseg=16384&lt;BR /&gt;# kctune -h msgtql=2048&lt;BR /&gt;# kctune -h msgmap=2050&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;Is it right?&lt;BR /&gt;&lt;BR /&gt;Yes Sir, you are absolutely right.&lt;BR /&gt;&lt;BR /&gt;If you want to inform other users that you are going to reboot the machine, use the wall command before the shutdown command. Refer wall manpage for more information.&lt;BR /&gt;&lt;BR /&gt;You may also want to consider increasing the grace time from 0 to 10 if you want to notify users.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2004 04:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-configuration-in-command-line/m-p/3201505#M166714</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2004-02-26T04:02:17Z</dc:date>
    </item>
  </channel>
</rss>

