<?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: exceeding kernel max limit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405512#M201679</link>
    <description>The oserr=233 message is very misleading. Most likely this is the industry standard errno value, a nomenclature used for decades in the Unix world. errno 233 is:&lt;BR /&gt; &lt;BR /&gt;from /usr/include/sys/errno.h:&lt;BR /&gt;   define ENOBUFS               233     /* No buffer space available */&lt;BR /&gt;&lt;BR /&gt;from man 2 errno:&lt;BR /&gt;      [ENOBUFS]      No buffer space available.  An operation on a socket was not performed because the system lacked sufficient buffer space.&lt;BR /&gt; &lt;BR /&gt;This description won't help you very much because it is very likely a transient condition in the kernel (adding more RAM will not help). It is a networking condition, possibly associated with an accept() call. Proper programming technique would dictate a retry on the connection. Contact your application vendor for a patch.&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Oct 2004 06:29:51 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-10-22T06:29:51Z</dc:date>
    <item>
      <title>exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405507#M201674</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;I think I've a rather silly question to ask. I've taken over a system which the previous administrator has configure some of the kernel parms that exceeded the max limit. Eg. nkthread = 57395, max_thread_proc =32768. The  max_thread_proc max is 30,000. My question is what will the kernel parms for max_thread_proc be since it has exceeded it's limit?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Thu, 21 Oct 2004 20:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405507#M201674</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2004-10-21T20:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405508#M201675</link>
      <description>Only silly question is the one you don't ask.&lt;BR /&gt;&lt;BR /&gt;The answer is it depends.  If you have some formula link between the two parameters, then it will be calculated when you change the parameter that the other is dependent on.&lt;BR /&gt;&lt;BR /&gt;In a running system, you don't exceed paramters. If max_thread_proc=200 amd some process wants to go to 201, it fails and gets an error.&lt;BR /&gt;&lt;BR /&gt;To check your formulas you can run the kmtune command or use sam kernel configurable parameters to see the formula relationships.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Oct 2004 21:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405508#M201675</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-21T21:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405509#M201676</link>
      <description>These particular values setup tables inside the kernel. If you need 200 thread processes but have tablespace for 32768, there is a lot of wated space in the kernel. It is always better to keep parameters reasonable (perhaps twice as lare as needed). Where a parameter is a formula *and* very large, it's better to replace the formula with a fixed value. The formulas are just guesses to get started.</description>
      <pubDate>Thu, 21 Oct 2004 22:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405509#M201676</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-21T22:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405510#M201677</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;The max_thread_proc wasn't specified with a formula. I think the ex-administrator key in the value. I've a HP-UX kernel parms document that says the max value for max_thread_proc is 30000. Since this guy has put it exceedingly big, I'm kind of curious what the value will be in the kernel table, 30000 ?, 32768? or default 64? &lt;BR /&gt;&lt;BR /&gt;Bill, U r right, I doubt I need 32768 for max_thread. I'm runing Iplanet, so far I observe the ns-httpd create abt 90-100 threads. But it is giving me "oserr=233, insufficient resources" problems. &lt;BR /&gt;U guys think 200-500 be a good figure ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Thu, 21 Oct 2004 22:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405510#M201677</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2004-10-21T22:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405511#M201678</link>
      <description>Hi Lai,&lt;BR /&gt;&lt;BR /&gt;Answer to your question can only be answered by the vendor or the developer of the application. I believe the default value of 256 should be sufficient in most of the cases.&lt;BR /&gt;&lt;BR /&gt;nkthread can be anything particularly if your 'nproc' usage is high. You can set it to a formula like nproc*3 to be on safer side. If you see messages like "kthread table full", then you would need to increase the parameter. &lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2004 00:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405511#M201678</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-22T00:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405512#M201679</link>
      <description>The oserr=233 message is very misleading. Most likely this is the industry standard errno value, a nomenclature used for decades in the Unix world. errno 233 is:&lt;BR /&gt; &lt;BR /&gt;from /usr/include/sys/errno.h:&lt;BR /&gt;   define ENOBUFS               233     /* No buffer space available */&lt;BR /&gt;&lt;BR /&gt;from man 2 errno:&lt;BR /&gt;      [ENOBUFS]      No buffer space available.  An operation on a socket was not performed because the system lacked sufficient buffer space.&lt;BR /&gt; &lt;BR /&gt;This description won't help you very much because it is very likely a transient condition in the kernel (adding more RAM will not help). It is a networking condition, possibly associated with an accept() call. Proper programming technique would dictate a retry on the connection. Contact your application vendor for a patch.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2004 06:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405512#M201679</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-22T06:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: exceeding kernel max limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405513#M201680</link>
      <description>Thanks Bill. I was really confused by this oserr msg. My apps folks point their fingers and toes at OS, claiming it is an OS problem and I had a hard time trying to prove otherwise. &lt;BR /&gt;&lt;BR /&gt;Anyway, Thanks. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Sun, 24 Oct 2004 19:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exceeding-kernel-max-limit/m-p/3405513#M201680</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2004-10-24T19:43:50Z</dc:date>
    </item>
  </channel>
</rss>

