- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kthread: table is full
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:18 PM
04-22-2003 11:18 PM
kthread: table is full
Apr 23 11:07:47 vmunix: kthread: table is full
Apr 23 11:15:17 above message repeats 10 times
it appears for a while in syslog and then did not occur anymore. what should i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:28 PM
04-22-2003 11:28 PM
Re: kthread: table is full
You can increase the nkthread parameter or nproc, depending on how heavily
threads are used by your applications/processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:29 PM
04-22-2003 11:29 PM
Re: kthread: table is full
# kmtune -l -q nkthread
# kmtune -l -q nproc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 05:59 PM
04-23-2003 05:59 PM
Re: kthread: table is full
Parameter: nkthread
Value: 2048
Default: (((NPROC*7)/4)+16)
Minimum: -
Module: -
#kmtune -l -q nproc
Parameter: nproc
Value: 2052
Default: (20+8*MAXUSERS)
Minimum: -
Module: -
thanks for your advise!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:22 PM
04-23-2003 06:22 PM
Re: kthread: table is full
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.
# kmtune -l -q maxusers
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:22 PM
04-23-2003 06:22 PM
Re: kthread: table is full
good luck
regards
Mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 07:48 PM
04-23-2003 07:48 PM
Re: kthread: table is full
kthread is issuing the read alarm.
u can adjust it using tunnable parameters nproc.
be careful making any changes of this values. it can hurt your system performance.
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 10:07 PM
04-23-2003 10:07 PM
Re: kthread: table is full
Parameter: maxusers
Value: 128
Default: 32
Minimum: -
Module: -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 10:19 PM
04-23-2003 10:19 PM
Re: kthread: table is full
Here is the method, you can either use sam or from the command line like this:
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add an entry or change maxusers 256) to near where other parameters are stated near the bottom)
save the file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
Take note of the existing kernel name, vmunix.prev
# cd /
Reboot the system when convenient
# shutdown -r -y 0
This should fix it.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 10:25 PM
04-23-2003 10:25 PM
Re: kthread: table is full
this parameter values increases when you increase nproc.
So it is dependent like
nkthread-->nproc-->maxusers
So if you increase maxusers then,automatically nproc and nkthread values get bumped up.
So check this hp DOC to find out the present usage values of nkthread
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063208147
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 11:51 PM
04-23-2003 11:51 PM
Re: kthread: table is full
1) increase the value of nkthread
2) increase the value of maxusers
which one should i go for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 11:54 PM
04-23-2003 11:54 PM
Re: kthread: table is full
Parameter: nkthread
Value: 2048
Default: (((NPROC*7)/4)+16)
Minimum: -
Module: -
#kmtune -l -q nproc
Parameter: nproc
Value: 2052
Default: (20+8*MAXUSERS)
Minimum: -
Module: -
here if you can see
Increasing maxusers will do the changes
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 12:08 AM
04-25-2003 12:08 AM
Re: kthread: table is full
even a bdf, telnet session also cant work.
what i did is to reboot the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 12:14 AM
04-25-2003 12:14 AM
Re: kthread: table is full
this errors occurs bcoz the configuration of your parameters are high that doesn't suite current system configurations.
normally when u configure parameters maxusers,npty etc..
system resevers some memory which
creates problem.
another thing check the maxuprc value .
bcoz this parameter suggests the maximum number of user process per user.
try have and eye on our configuration and kernel settings.
backup ur kernel everything before doing anything.
have a nice day
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 12:36 AM
04-25-2003 12:36 AM
Re: kthread: table is full
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.
I suggest to re-install the defaults for nproc and nkthreads and set maxusers to 256 or higher.
Also follow the advise of radhak. and check maxuprc
klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 07:47 PM
04-28-2003 07:47 PM
Re: kthread: table is full
using sar , with option -uf i got the below
1)usr=301
2)sys=151
3)wio=150
4)idle=104
with option -df i got
1)busy=151.79
2)avque=0.50
3)r+w/s=152
4)blk/s=19
5)avwait=0.00
6)avserv=-0.01
what do u guys think?