<?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: manaually configuring kernel parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187219#M460889</link>
    <description>Hi Unixuser,&lt;BR /&gt;&lt;BR /&gt;Pls. gothru the pdf attached..</description>
    <pubDate>Tue, 14 Jul 2009 06:35:11 GMT</pubDate>
    <dc:creator>Sivakumar MJ._1</dc:creator>
    <dc:date>2009-07-14T06:35:11Z</dc:date>
    <item>
      <title>manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187214#M460884</link>
      <description>&lt;BR /&gt; Hi all,&lt;BR /&gt; &lt;BR /&gt;     i am new to HP unix.i need to know how to configure Kernel parameters manually not from the SAM, jus like we have a file in solaris called /etc/system.thanks in advance.</description>
      <pubDate>Tue, 14 Jul 2009 05:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187214#M460884</guid>
      <dc:creator>unixuser</dc:creator>
      <dc:date>2009-07-14T05:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187215#M460885</link>
      <description>What is your OS version (11.11; 11.23; 11.31) - it is slightly different.</description>
      <pubDate>Tue, 14 Jul 2009 05:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187215#M460885</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-07-14T05:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187216#M460886</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;  thank you for quick reply.OS is 11.31 and i need to know about 11.23.thanks again.</description>
      <pubDate>Tue, 14 Jul 2009 05:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187216#M460886</guid>
      <dc:creator>unixuser</dc:creator>
      <dc:date>2009-07-14T05:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187217#M460887</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;Check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60103/kctune.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/kctune.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Tue, 14 Jul 2009 05:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187217#M460887</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-07-14T05:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187218#M460888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you like to modify only a few tunables or modules use kctune or kcmodule respectively:&lt;BR /&gt;&lt;BR /&gt;# kctune nproc=1000&lt;BR /&gt;# kcmodule krm=loaded&lt;BR /&gt;&lt;BR /&gt;If tunables/modules are dynamic youâ  re done, else you need to reboot.&lt;BR /&gt;&lt;BR /&gt;In order to perform many changes at once, e.g. apply tunable settings from another system do&lt;BR /&gt;the following:&lt;BR /&gt;&lt;BR /&gt;1) Export the current kernel configuration to a file:&lt;BR /&gt;# kconfig -e system_config&lt;BR /&gt;* The current configuration (including any changes being held for&lt;BR /&gt;next boot) has been exported to /root/system_config.&lt;BR /&gt;NOTE: The obsolete system_prep script has been rewritten to incoke kconfig -e&lt;BR /&gt;&lt;BR /&gt;2) Now change the tunable values by editing this file:&lt;BR /&gt;# vi system_config&lt;BR /&gt;*&lt;BR /&gt;* Created on Thu Jul 31 11:08:37 2003&lt;BR /&gt;*&lt;BR /&gt;version 1&lt;BR /&gt;configuration nextboot "" [3f27e819]&lt;BR /&gt;*&lt;BR /&gt;* Module entries&lt;BR /&gt;*&lt;BR /&gt;module drmfglrx auto 0.1.0&lt;BR /&gt;module drmfgl auto 0.1.0&lt;BR /&gt;module gvid_him_rad auto 0.1.0&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;module lba best [3F0E6070]&lt;BR /&gt;module sba best [3F0E6070]&lt;BR /&gt;module root best [3F0E6070]&lt;BR /&gt;*&lt;BR /&gt;* Swap entries&lt;BR /&gt;*&lt;BR /&gt;*&lt;BR /&gt;* Dump entries&lt;BR /&gt;*&lt;BR /&gt;*&lt;BR /&gt;* Driver binding entries&lt;BR /&gt;*&lt;BR /&gt;*&lt;BR /&gt;* Tunables entries&lt;BR /&gt;*&lt;BR /&gt;tunable secure_sid_scripts 0x0&lt;BR /&gt;tunable nstrpty 60&lt;BR /&gt;tunable dbc_max_pct 20&lt;BR /&gt;tunable vx_ninode 30000&lt;BR /&gt;NOTE: Do not try to change modules. Tunables only.&lt;BR /&gt;&lt;BR /&gt;3) Now import the modified configuration:&lt;BR /&gt;If you modified only dynamic tunables, then changes will be applied immediately:&lt;BR /&gt;# kconfig -i system&lt;BR /&gt;WARNING: The automatic 'backup' configuration currently contains the&lt;BR /&gt;configuration that was in use before the last reboot of this&lt;BR /&gt;system.&lt;BR /&gt;==&amp;gt; Do you wish to update it to contain the current configuration&lt;BR /&gt;before making the requested change? y&lt;BR /&gt;* The automatic 'backup' configuration has been updated.&lt;BR /&gt;* system has been imported. The changes have been applied to the&lt;BR /&gt;currently running system.&lt;BR /&gt;If you modified at least one static tunable it takes a reboot to apply the changes:&lt;BR /&gt;# kconfig -i system_config&lt;BR /&gt;* The automatic 'backup' configuration has been updated.&lt;BR /&gt;NOTE: The configuration being loaded contains changes that cannot be&lt;BR /&gt;applied immediately:&lt;BR /&gt;-- The tunable vx_ninode cannot be changed in a dynamic fashion.&lt;BR /&gt;NOTE: The changes will be held for next boot.&lt;BR /&gt;&lt;BR /&gt;* system_config has been imported. The changes will take effect&lt;BR /&gt;at next boot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Tue, 14 Jul 2009 06:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187218#M460888</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-07-14T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187219#M460889</link>
      <description>Hi Unixuser,&lt;BR /&gt;&lt;BR /&gt;Pls. gothru the pdf attached..</description>
      <pubDate>Tue, 14 Jul 2009 06:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187219#M460889</guid>
      <dc:creator>Sivakumar MJ._1</dc:creator>
      <dc:date>2009-07-14T06:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187220#M460890</link>
      <description>&lt;BR /&gt; Hi,&lt;BR /&gt; &lt;BR /&gt;  i need the kernel parameters which are used while installing Oracle database on HP-unix server .the K parameters like shmmax,shmmni,smhseg.can we set using tctune command .below is example&lt;BR /&gt;&lt;BR /&gt;#kctune shmmax=1073741824&lt;BR /&gt;#kctune shmmni=512&lt;BR /&gt;#kctune shmseg=120&lt;BR /&gt;&lt;BR /&gt;is it right or wrong .please reply me.thank you.</description>
      <pubDate>Tue, 14 Jul 2009 06:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187220#M460890</guid>
      <dc:creator>unixuser</dc:creator>
      <dc:date>2009-07-14T06:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187221#M460891</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer these links...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4607/ch10.html" target="_blank"&gt;http://docs.hp.com/en/5992-4607/ch10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4607/ch10s18.html" target="_blank"&gt;http://docs.hp.com/en/5992-4607/ch10s18.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4607/ch10s19.html" target="_blank"&gt;http://docs.hp.com/en/5992-4607/ch10s19.html&lt;/A&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187221#M460891</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-14T06:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: manaually configuring kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187222#M460892</link>
      <description>&lt;BR /&gt; Hi,&lt;BR /&gt;&lt;BR /&gt;    yed question has been solved.thanks for that</description>
      <pubDate>Tue, 14 Jul 2009 10:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manaually-configuring-kernel-parameters/m-p/5187222#M460892</guid>
      <dc:creator>unixuser</dc:creator>
      <dc:date>2009-07-14T10:41:49Z</dc:date>
    </item>
  </channel>
</rss>

