<?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: Setting Kernel Parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577751#M919979</link>
    <description>Everyone has told how to build a kernel manually...&lt;BR /&gt;&lt;BR /&gt;But just in case...you don't have to use a gui to run SAM (System Administration Menu).  It will come up in character mode as well; and in SAM you can modify the kernel configuration and have SAM rebuild the kernel for you.&lt;BR /&gt;&lt;BR /&gt;I apologize if this answer is too basic....but the more I re-read your question....I wondered why you didn't mention using SAM to change your parms...&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
    <pubDate>Tue, 11 Sep 2001 11:12:34 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-09-11T11:12:34Z</dc:date>
    <item>
      <title>Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577746#M919974</link>
      <description>Can anybody tell me whats the filename where you set the kernel parameters like&lt;BR /&gt;&lt;BR /&gt;nfile , NPROC MAXUSERS,NPTY,NSTRPTY,NSTRTEL  etc..&lt;BR /&gt;&lt;BR /&gt;I am not using any GUI for setting these parameters.Can anybody tell me where i will get the file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 11 Sep 2001 09:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577746#M919974</guid>
      <dc:creator>karthik_4</dc:creator>
      <dc:date>2001-09-11T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577747#M919975</link>
      <description>/stand/system file you use, but then you have to manually rebuild a kernel and reboot. SAM has both the GUI and text-based gui available and auto-detects this when it starts up.  Then you can go into Kernel Configuration --&amp;gt; Configurable Parameters, where you can pind the parameters you want to modify and let sam rebuild your kernel for you.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 11 Sep 2001 09:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577747#M919975</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-09-11T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577748#M919976</link>
      <description>&lt;BR /&gt;They should all be in the file /stand/system&lt;BR /&gt;&lt;BR /&gt;If not you can use this command to create it, then edit it and change it, then build a new kernel;  &lt;BR /&gt;/usr/lbin/sysadm/system_prep -s /stand/system</description>
      <pubDate>Tue, 11 Sep 2001 09:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577748#M919976</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-09-11T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577749#M919977</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the file is "/stand/system" but that will not help you,&lt;BR /&gt;as you will need the commands to generate the new&lt;BR /&gt;kernel from them...&lt;BR /&gt;&lt;BR /&gt;To modify you should use the command "kmtune" and&lt;BR /&gt;if you "search" for this keayword, you should be able&lt;BR /&gt;to find quite a few threads about "how to generate a&lt;BR /&gt;kernel from command line"...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 11 Sep 2001 09:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577749#M919977</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-11T09:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577750#M919978</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;you need to put all the value in the /stand/system file and recompile the kernel . &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) &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;</description>
      <pubDate>Tue, 11 Sep 2001 09:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577750#M919978</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-09-11T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577751#M919979</link>
      <description>Everyone has told how to build a kernel manually...&lt;BR /&gt;&lt;BR /&gt;But just in case...you don't have to use a gui to run SAM (System Administration Menu).  It will come up in character mode as well; and in SAM you can modify the kernel configuration and have SAM rebuild the kernel for you.&lt;BR /&gt;&lt;BR /&gt;I apologize if this answer is too basic....but the more I re-read your question....I wondered why you didn't mention using SAM to change your parms...&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 11 Sep 2001 11:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577751#M919979</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-09-11T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577752#M919980</link>
      <description>Hello&lt;BR /&gt;I did this yesterday here is a doc I got from HP.. And here is a website that was much helpfull. &lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/components/FileAttachment/0,1167,0xa5915220af9bd5118ff10090279cd0f9,00.htm" target="_blank"&gt;http://forums.itrc.hp.com/cm/components/FileAttachment/0,1167,0xa5915220af9bd5118ff10090279cd0f9,00.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 11 Sep 2001 15:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577752#M919980</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-11T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577753#M919981</link>
      <description>My friend, There is two ways to do that, the first one is using SAM (that is straigh forward),second way is to do this:&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#system_prep -s system&lt;BR /&gt;#vi system (add your changes)&lt;BR /&gt;&lt;BR /&gt;#mk_kernel -s ./system (build the new kernel)&lt;BR /&gt;&lt;BR /&gt;#mv /stand/system /stand/system.old&lt;BR /&gt;#mv /stand/vmunix /stand/vmunix.old&lt;BR /&gt;&lt;BR /&gt;#cp /stand/build/system /stand&lt;BR /&gt;#cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;Reboot &lt;BR /&gt;shutdown -r now&lt;BR /&gt;&lt;BR /&gt;#sysdef (verify the changes)&lt;BR /&gt;&lt;BR /&gt;Good Luck !!</description>
      <pubDate>Tue, 11 Sep 2001 23:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577753#M919981</guid>
      <dc:creator>Andrew R.</dc:creator>
      <dc:date>2001-09-11T23:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577754#M919982</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can this in SAM using a character based terminal if you wish or you use the command line as follows:&lt;BR /&gt;&lt;BR /&gt;You didn't mention what OS version you are running?&lt;BR /&gt;&lt;BR /&gt;If using 10.20 these are the command line options:&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) &lt;BR /&gt;save the file&lt;BR /&gt;# /usr/sbin/mk_kernel -s system (this builds the new kernel) &lt;BR /&gt;&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.120701 &lt;BR /&gt;# cp /stand/build/vmunix_test /stand/vmunix &lt;BR /&gt;&lt;BR /&gt;Reboot your system.&lt;BR /&gt;&lt;BR /&gt;If using 11.00 these are the command line options:&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)&lt;BR /&gt;save file&lt;BR /&gt;# /usr/sbin/mk_kernel -s system (this build the new kernel)&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;Reboot your system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2001 03:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-kernel-parameters/m-p/2577754#M919982</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-12T03:48:31Z</dc:date>
    </item>
  </channel>
</rss>

