<?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: how can i use command line to config kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444756#M207834</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;1. Backup current kernel&lt;BR /&gt; #cd  /stand&lt;BR /&gt; #cp system system.bak&lt;BR /&gt; #cp vmunix vmunix.bak&lt;BR /&gt;2. setting new values:&lt;BR /&gt; #/usr/lbin/sysadm/system_prep -s /stand/system&lt;BR /&gt; #kmtune -s kernel_parameter=newvalues&lt;BR /&gt;  for Example&lt;BR /&gt; #kmtune -s nproc=2234&lt;BR /&gt;3.make new kernel&lt;BR /&gt; #mk_kernel -o /stand/vmunix&lt;BR /&gt; #kmupdate&lt;BR /&gt;4. reboot&lt;BR /&gt; #cd /&lt;BR /&gt; #shutdown -ry 0</description>
    <pubDate>Wed, 15 Dec 2004 20:19:54 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2004-12-15T20:19:54Z</dc:date>
    <item>
      <title>how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444755#M207833</link>
      <description>not use sam.</description>
      <pubDate>Wed, 15 Dec 2004 19:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444755#M207833</guid>
      <dc:creator>常有慈悲心</dc:creator>
      <dc:date>2004-12-15T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444756#M207834</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;1. Backup current kernel&lt;BR /&gt; #cd  /stand&lt;BR /&gt; #cp system system.bak&lt;BR /&gt; #cp vmunix vmunix.bak&lt;BR /&gt;2. setting new values:&lt;BR /&gt; #/usr/lbin/sysadm/system_prep -s /stand/system&lt;BR /&gt; #kmtune -s kernel_parameter=newvalues&lt;BR /&gt;  for Example&lt;BR /&gt; #kmtune -s nproc=2234&lt;BR /&gt;3.make new kernel&lt;BR /&gt; #mk_kernel -o /stand/vmunix&lt;BR /&gt; #kmupdate&lt;BR /&gt;4. reboot&lt;BR /&gt; #cd /&lt;BR /&gt; #shutdown -ry 0</description>
      <pubDate>Wed, 15 Dec 2004 20:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444756#M207834</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-15T20:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444757#M207835</link>
      <description>Hi China Demo&lt;BR /&gt;&lt;BR /&gt;Strongly recommend: Have to backup the current kernel parameter configuration:&lt;BR /&gt;Make a backup of /stand/system, /stand/vmunix and /stand/dlkm in the /stand directory.&lt;BR /&gt;&lt;BR /&gt;Then you can do it follow these steps:&lt;BR /&gt;&lt;BR /&gt;1. login as root user&lt;BR /&gt;2. cd /stand/build&lt;BR /&gt;3. excute the command :/usr/lbin/sysadm/system_prep -s system_kernel&lt;BR /&gt;# vi system_kernel (and add make your changes as you want)&lt;BR /&gt;4. save that file&lt;BR /&gt;&lt;BR /&gt;5. Build a bootable HP-UX kernel with command: /usr/sbin/mk_kernel -s system_kernel&lt;BR /&gt;6. Update default kernel file and files associated with the kernel or update specified kernel modules with this command: /usr/sbin/kmupdate&lt;BR /&gt;7. cd /&lt;BR /&gt;8. Reboot the server: shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;For more information, you can also refer to the System and network Administrator I document and see on the man page of all command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Regard,&lt;BR /&gt;Chi Cong</description>
      <pubDate>Wed, 15 Dec 2004 20:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444757#M207835</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-12-15T20:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444758#M207836</link>
      <description>Hi, China Demo&lt;BR /&gt;&lt;BR /&gt;In or after HP-UX 11.11, you can run the kmtune command to configure dynamic kernel parameters online:&lt;BR /&gt;# /usr/sbin/kmtune -u -s {name{=|+}value}&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;# /usr/sbin/kmtune -u -s shmseg=256&lt;BR /&gt;or&lt;BR /&gt;# /usr/sbin/kmtune -u -s shmseg+50&lt;BR /&gt;&lt;BR /&gt;Then you run this command to query the result:&lt;BR /&gt;# /usr/sbin/kmtune -q shmseg&lt;BR /&gt;&lt;BR /&gt;Or refer to the manpage for the details.</description>
      <pubDate>Fri, 17 Dec 2004 13:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444758#M207836</guid>
      <dc:creator>Timothy Chen_1</dc:creator>
      <dc:date>2004-12-17T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444759#M207837</link>
      <description>Hi China Demo&lt;BR /&gt;Why did not you closed this thread when you assign 10 point for us??</description>
      <pubDate>Fri, 17 Dec 2004 22:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444759#M207837</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-17T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: how can i use command line to config kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444760#M207838</link>
      <description>Just a tip for you all, even when I do manual kernel rebuilds I first change the parameter using sam but I cancel out of sam before I implement the kernel change.  Sam will tell you if you're trying to enter a bad kernel parameter. You can unknowningly force bad parameters into the kernel using manual rebuilds.</description>
      <pubDate>Sat, 18 Dec 2004 16:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-use-command-line-to-config-kernel-parameter/m-p/3444760#M207838</guid>
      <dc:creator>Phillip Renner</dc:creator>
      <dc:date>2004-12-18T16:47:43Z</dc:date>
    </item>
  </channel>
</rss>

