<?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: interdependent kernel parameters won't allow configuring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867531#M397940</link>
    <description>see attached.</description>
    <pubDate>Tue, 26 Oct 2004 18:04:31 GMT</pubDate>
    <dc:creator>Joe Robinson_2</dc:creator>
    <dc:date>2004-10-26T18:04:31Z</dc:date>
    <item>
      <title>interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867528#M397937</link>
      <description>I'm trying to bump up my max_thread_proc (HPUX, 11.00) and get the error "max_thread_proc &amp;lt;= nkthread".  Problem is, when I attempt to modify nkthread, I get the same error (except vice versa).  How do I get around this loop?</description>
      <pubDate>Tue, 26 Oct 2004 17:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867528#M397937</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2004-10-26T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867529#M397938</link>
      <description>You can modify both parameters at the same time.&lt;BR /&gt;&lt;BR /&gt;You should be able to do it either with kmtune commands or with sam kernel, configurable parameters.&lt;BR /&gt;&lt;BR /&gt;You may need to override the forumula.&lt;BR /&gt;&lt;BR /&gt;If sam won't let you override try a scripted kmtune change that does them in sequence.&lt;BR /&gt;&lt;BR /&gt;Based on the formula, change nkthread, then max_thread_proc.&lt;BR /&gt;&lt;BR /&gt;Post the error please, it might involve a third kernel parameter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Oct 2004 17:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867529#M397938</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-26T17:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867530#M397939</link>
      <description>I'll post the error in a moment, am rebooting that box as I type.  Have tried adjusting both nkthread and max_thread_proc, but they both point at each other and won't allow me to change the value.</description>
      <pubDate>Tue, 26 Oct 2004 17:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867530#M397939</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2004-10-26T17:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867531#M397940</link>
      <description>see attached.</description>
      <pubDate>Tue, 26 Oct 2004 18:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867531#M397940</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2004-10-26T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867532#M397941</link>
      <description>You can't manually override these values in sam?  Set the max_thread_proc to which ever value you would like?  If not then I suggest you use kmtune.</description>
      <pubDate>Tue, 26 Oct 2004 18:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867532#M397941</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-10-26T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867533#M397942</link>
      <description>Joe,&lt;BR /&gt;  &lt;BR /&gt;  give it a try from command line&lt;BR /&gt;&lt;BR /&gt;  # cd /stand/build&lt;BR /&gt;  # /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;  # kmtune -s max_thread_proc=&lt;VALUE&gt; -S system&lt;BR /&gt;  # kmtune -s nkthread=&lt;VALUE&gt; -S system&lt;BR /&gt;  # mk_kernel -s system&lt;BR /&gt;  # kmupdate&lt;BR /&gt;  # mv /stand/system /stand/system.prev&lt;BR /&gt;  # cp /stand/build/system /stand/&lt;BR /&gt;  # /usr/sbin/shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;- Sundar&lt;/VALUE&gt;&lt;/VALUE&gt;</description>
      <pubDate>Tue, 26 Oct 2004 18:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867533#M397942</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-26T18:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867534#M397943</link>
      <description>Sundar,&lt;BR /&gt;&lt;BR /&gt;Thanks for the syntax; it worked fine...and reminded me that sometimes the GUI way of doing things through SAM isn't the best way...sometimes it's easy to get spoiled and not have to look up syntax by using SAM, but to know what you (we) are doing, it's still important to "look behind the scenes".  Thanks again.</description>
      <pubDate>Wed, 27 Oct 2004 10:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867534#M397943</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2004-10-27T10:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: interdependent kernel parameters won't allow configuring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867535#M397944</link>
      <description>SAM wouldn't allow me to modify the settings, it was necessary to do it from the command line.</description>
      <pubDate>Wed, 27 Oct 2004 10:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interdependent-kernel-parameters-won-t-allow-configuring/m-p/4867535#M397944</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2004-10-27T10:52:53Z</dc:date>
    </item>
  </channel>
</rss>

