<?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 Difference between dynamic and static kernel parameters? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839890#M273155</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;What is the difference between static and dynamic kernel parameters?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
    <pubDate>Wed, 09 Aug 2006 01:44:24 GMT</pubDate>
    <dc:creator>sudhapage</dc:creator>
    <dc:date>2006-08-09T01:44:24Z</dc:date>
    <item>
      <title>Difference between dynamic and static kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839890#M273155</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;What is the difference between static and dynamic kernel parameters?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Wed, 09 Aug 2006 01:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839890#M273155</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2006-08-09T01:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dynamic and static kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839891#M273156</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;dynamic can be changed on the fly without booting the system. The kmtune command (11.11) and kctune on 11.23 will let you do this.&lt;BR /&gt;&lt;BR /&gt;Static parameters can not be changed without first compiling a new kernel and booting the system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Aug 2006 01:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839891#M273156</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-09T01:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dynamic and static kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839892#M273157</link>
      <description>Dynamic Kernel Parameters:You can change them, they take effect immediately, and you don't have to reboot the machine.&lt;BR /&gt;&lt;BR /&gt;Static  kernel parameters :You have to modify the parameter, generate a new kernel and reboot the machine before the value will take effect.</description>
      <pubDate>Wed, 09 Aug 2006 02:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839892#M273157</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2006-08-09T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dynamic and static kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839893#M273158</link>
      <description>Hi Sudhakaran,&lt;BR /&gt;so,u found the difference between static and dynamic.&lt;BR /&gt;&lt;BR /&gt;how i understood is:(it may be false. i simply use this for understanding)&lt;BR /&gt;Static parameters means, they are read only variables. we can change it before rebooting only.&lt;BR /&gt;static parameters affects important system services. so when we change them to tell the new value to the running services and process, we need to stop all the services and restart it. think it as system reboot.&lt;BR /&gt;&lt;BR /&gt;dynamic parameters means, they are read and write variables. we can change it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for 11.23,&lt;BR /&gt;Currently, the following tunables are dynamic: &lt;BR /&gt;&lt;BR /&gt;maxuprc - maximum number of user processes&lt;BR /&gt;&lt;BR /&gt;msgmax - message maximum size in bytes&lt;BR /&gt;&lt;BR /&gt;msgmnb - maximum number of bytes on a message queue&lt;BR /&gt;&lt;BR /&gt;shmmax - maximum shared memory segment size in bytes&lt;BR /&gt;&lt;BR /&gt;shmseg - shared memory segments per process&lt;BR /&gt;&lt;BR /&gt;maxtsiz - maximum text segment size in bytes for 32-bit programs&lt;BR /&gt;&lt;BR /&gt;maxtsiz_64bit- maximum text segment size in bytes for 64-bit programs&lt;BR /&gt;&lt;BR /&gt;maxfiles_lim - hard file limit per process&lt;BR /&gt;&lt;BR /&gt;core_addshmem_read - include readable shared memory in process core dump&lt;BR /&gt;&lt;BR /&gt;core_addshmem_write - include writable shared memory in process core dump&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5187-0172/ch10s07.html" target="_blank"&gt;http://docs.hp.com/en/5187-0172/ch10s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;refer kmtune and kctune(11.23) man pages also</description>
      <pubDate>Wed, 09 Aug 2006 14:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839893#M273158</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-08-09T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dynamic and static kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839894#M273159</link>
      <description>Don't forget that if you do not build the dynamic values into the kernel they will reset back to what they were after reboot.&lt;BR /&gt;&lt;BR /&gt;Also keep in mind that some applications do not like to have their parameters changed while they are running.  I do not know of any in particular but better to be safe than sorry.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 16:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-dynamic-and-static-kernel-parameters/m-p/3839894#M273159</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-08-09T16:45:39Z</dc:date>
    </item>
  </channel>
</rss>

