<?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: kthread: table is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957104#M117397</link>
    <description>You need to increase the value of nkthread.&lt;BR /&gt;&lt;BR /&gt;this parameter values increases when you increase nproc.&lt;BR /&gt;So it is dependent like&lt;BR /&gt;&lt;BR /&gt;nkthread--&amp;gt;nproc--&amp;gt;maxusers&lt;BR /&gt;&lt;BR /&gt;So if you increase maxusers then,automatically nproc and nkthread values get bumped up.&lt;BR /&gt;&lt;BR /&gt;So check this hp DOC to find out the present usage values of nkthread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063208147" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063208147&lt;/A&gt;</description>
    <pubDate>Thu, 24 Apr 2003 05:25:24 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-04-24T05:25:24Z</dc:date>
    <item>
      <title>kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957095#M117388</link>
      <description>vmunix: kthread: table is full&lt;BR /&gt;Apr 23 11:07:47 vmunix: kthread: table is full&lt;BR /&gt;Apr 23 11:15:17  above message repeats 10 times&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it appears for a while in syslog and then did not occur anymore. what should i do?</description>
      <pubDate>Wed, 23 Apr 2003 06:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957095#M117388</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-23T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957096#M117389</link>
      <description>This error is associated with the nkthread kernel parameter which specifies the maximum number of threads that all processes combined can run, system-wide, at any given time.&lt;BR /&gt;&lt;BR /&gt;You can increase the nkthread parameter or nproc, depending on how heavily&lt;BR /&gt;threads are used by your applications/processes.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 06:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957096#M117389</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-23T06:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957097#M117390</link>
      <description>You have a kernel parameter that is filling up. The one in question is 'nkthread' and if necessary 'nproc'. If your not sure what to set them to (increase) post the output of this:&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q nkthread&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q nproc</description>
      <pubDate>Wed, 23 Apr 2003 06:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957097#M117390</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957098#M117391</link>
      <description>#kmtune -l -q nkthread&lt;BR /&gt;Parameter:      nkthread&lt;BR /&gt;Value:          2048&lt;BR /&gt;Default:        (((NPROC*7)/4)+16)&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#kmtune -l -q nproc &lt;BR /&gt;Parameter:      nproc&lt;BR /&gt;Value:          2052&lt;BR /&gt;Default:        (20+8*MAXUSERS)&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your advise!&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 00:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957098#M117391</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-24T00:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957099#M117392</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;You could safely double the amount of the 'maxusers' parameter. So as long as 'maxusers' is a set value and not a formula, you should be okay. If it is a formula, place post it.&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxusers&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 01:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957099#M117392</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-24T01:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957100#M117393</link>
      <description>It seems that your khtread parameter in kernel are reaching max.You can do this by increasing the maxuser.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mb</description>
      <pubDate>Thu, 24 Apr 2003 01:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957100#M117393</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-04-24T01:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957101#M117394</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;kthread is issuing the read alarm.&lt;BR /&gt;u can adjust it using tunnable parameters nproc.&lt;BR /&gt;&lt;BR /&gt;be careful making any changes of this values. it can hurt your system performance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;radhakrishnan</description>
      <pubDate>Thu, 24 Apr 2003 02:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957101#M117394</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2003-04-24T02:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957102#M117395</link>
      <description>#kmtune -l -q maxusers&lt;BR /&gt;Parameter:      maxusers&lt;BR /&gt;Value:          128&lt;BR /&gt;Default:        32&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 05:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957102#M117395</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-24T05:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957103#M117396</link>
      <description>Because nkthread and nproc are both formulas, and maxusers is not, it will be safe to increase it (maxusers) to 256.&lt;BR /&gt;&lt;BR /&gt;Here is the method, you can either use sam or from the command line like this:&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (and add an entry or change maxusers 256) to near where other parameters are stated near the bottom)&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;Take note of the existing kernel name, vmunix.prev&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;Reboot the system when convenient&lt;BR /&gt;&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;This should fix it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 05:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957103#M117396</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-24T05:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957104#M117397</link>
      <description>You need to increase the value of nkthread.&lt;BR /&gt;&lt;BR /&gt;this parameter values increases when you increase nproc.&lt;BR /&gt;So it is dependent like&lt;BR /&gt;&lt;BR /&gt;nkthread--&amp;gt;nproc--&amp;gt;maxusers&lt;BR /&gt;&lt;BR /&gt;So if you increase maxusers then,automatically nproc and nkthread values get bumped up.&lt;BR /&gt;&lt;BR /&gt;So check this hp DOC to find out the present usage values of nkthread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063208147" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063208147&lt;/A&gt;</description>
      <pubDate>Thu, 24 Apr 2003 05:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957104#M117397</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-24T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957105#M117398</link>
      <description>okay.. now i got 2 options&lt;BR /&gt;&lt;BR /&gt;1) increase the value of nkthread&lt;BR /&gt;2) increase the value of maxusers&lt;BR /&gt;&lt;BR /&gt;which one should i go for?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 06:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957105#M117398</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-24T06:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957106#M117399</link>
      <description>#kmtune -l -q nkthread &lt;BR /&gt;Parameter: nkthread &lt;BR /&gt;Value: 2048 &lt;BR /&gt;Default: (((NPROC*7)/4)+16) &lt;BR /&gt;Minimum: - &lt;BR /&gt;Module: - &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#kmtune -l -q nproc &lt;BR /&gt;Parameter: nproc &lt;BR /&gt;Value: 2052 &lt;BR /&gt;Default: (20+8*MAXUSERS) &lt;BR /&gt;Minimum: - &lt;BR /&gt;Module: - &lt;BR /&gt;&lt;BR /&gt;here if you can see&lt;BR /&gt;&lt;BR /&gt;Increasing maxusers will do the changes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 24 Apr 2003 06:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957106#M117399</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-24T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957107#M117400</link>
      <description>right, pple, i got this error "fork: too many process"&lt;BR /&gt;&lt;BR /&gt;even a bdf, telnet session also cant work. &lt;BR /&gt;&lt;BR /&gt;what i did is to reboot the server.</description>
      <pubDate>Fri, 25 Apr 2003 07:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957107#M117400</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-25T07:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957108#M117401</link>
      <description>"fork: too many process"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this errors occurs bcoz the configuration of your parameters are high that doesn't suite current system configurations.&lt;BR /&gt;&lt;BR /&gt;normally when u configure parameters maxusers,npty etc..&lt;BR /&gt;&lt;BR /&gt;system resevers some memory which &lt;BR /&gt;creates problem.&lt;BR /&gt;&lt;BR /&gt;another thing check the maxuprc value .&lt;BR /&gt;&lt;BR /&gt;bcoz this parameter suggests the maximum number of user process per user.&lt;BR /&gt;&lt;BR /&gt;try have and eye on our configuration and kernel settings.&lt;BR /&gt;&lt;BR /&gt;backup ur kernel everything before doing anything.&lt;BR /&gt;&lt;BR /&gt;have a nice day&lt;BR /&gt;&lt;BR /&gt;radhakrishnan</description>
      <pubDate>Fri, 25 Apr 2003 07:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957108#M117401</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2003-04-25T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957109#M117402</link>
      <description>&lt;BR /&gt;The kernel parameters knthreads and nproc on your system do acutally not use the formulas (which are the default settings), but have been modified to be constants. Apparently the nkthreads is far too low compared to nproc. &lt;BR /&gt;I suggest to re-install the defaults for nproc and nkthreads and set maxusers to 256 or higher.&lt;BR /&gt;Also follow the advise of radhak. and check maxuprc&lt;BR /&gt;&lt;BR /&gt;klaus</description>
      <pubDate>Fri, 25 Apr 2003 07:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957109#M117402</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2003-04-25T07:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957110#M117403</link>
      <description>just to share... on that day when i have to reboot my system due to the "fork:too many processes"&lt;BR /&gt;&lt;BR /&gt;using sar , with option -uf i got the below&lt;BR /&gt;1)usr=301&lt;BR /&gt;2)sys=151&lt;BR /&gt;3)wio=150&lt;BR /&gt;4)idle=104&lt;BR /&gt;&lt;BR /&gt;with option -df i got&lt;BR /&gt;1)busy=151.79&lt;BR /&gt;2)avque=0.50&lt;BR /&gt;3)r+w/s=152&lt;BR /&gt;4)blk/s=19&lt;BR /&gt;5)avwait=0.00&lt;BR /&gt;6)avserv=-0.01&lt;BR /&gt;&lt;BR /&gt;what do u guys think?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 02:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kthread-table-is-full/m-p/2957110#M117403</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-04-29T02:47:55Z</dc:date>
    </item>
  </channel>
</rss>

