Operating System - HP-UX
1834516 Members
1985 Online
110068 Solutions
New Discussion

Messagge vmunix: kthread: table is full

 
Marcelo De Florio
Frequent Advisor

Messagge vmunix: kthread: table is full


Anybody know about this, or a white paper whit messagges ?

Regards,
MDF
4 REPLIES 4
Eileen Millen
Trusted Contributor

Re: Messagge vmunix: kthread: table is full

You might have reached a kernel parameter setting. If you have glance, you can run it and select t for tables.
It could be nfile or nproc.
melvyn burnard
Honored Contributor

Re: Messagge vmunix: kthread: table is full

You need to increase the nproc kernel parameter to prevent these messages and problems
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Rita C Workman
Honored Contributor

Re: Messagge vmunix: kthread: table is full

kthread tends to make me lean to something with semaphores. So I would do a couple things, in addition to checking on the nproc param.

First, I would make sure my semaphore settings are appropriate. That the dba's hadn't changed anything in their ~init.ora files asking for more than the kernel was set to give.
Second, I'd double check my patch level, there was something kthread error on previous thread - Now this may not be your issue, but it never hurts to double check. I posted here for ver 10.2 - if your 11.0 I think the patch is PHKL_20851.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5bc2f7781bf55d03ca/screen=ckiDisplayDocument?docId=200000048682195

Just a couple thoughts,
augusto cossa
Frequent Advisor

Re: Messagge vmunix: kthread: table is full

Marcelo,

check if are there some core file by doing
#find / -name core -exec ls -l {} ;

If there are not any thanh I would like to suggest you to modify your kernel parameter by increasing nproc and nfile.

hope it's help you

Augusto