Operating System - HP-UX
1834751 Members
2973 Online
110070 Solutions
New Discussion

vmunix: kthread: table is full

 
SOLVED
Go to solution
arun m govind
Frequent Advisor

vmunix: kthread: table is full

hi

in my hp-ux 11.11 when i starts a process ,thre after server is not allowing any telnet ,rlogin etc...in syslog i found this error
vmunix: kthread: table is full

what could be the cause??
4 REPLIES 4
KapilRaj
Honored Contributor
Solution

Re: vmunix: kthread: table is full

Looks like the process table is full. Is there a broken shell script ?. What is "nproc" ?

Regards,

Kaps
Nothing is impossible
arun m govind
Frequent Advisor

Re: vmunix: kthread: table is full

hi

thanks for the replay

nproc is 276.

which are the other parameters i should takecare while incressing the value of nproc
Bill Hassell
Honored Contributor

Re: vmunix: kthread: table is full

nproc is extremely small, which means that nfile is probably too small, perhaps others -- but you need to know the maximum number of users that will login (and which method such as ssh, telnet, rlogin, ftp), the number or non-session network connections (such as web pages, database interconnects, etc), number of threads needed (ie, Java code) and so on.


Bill Hassell, sysadmin
KapilRaj
Honored Contributor

Re: vmunix: kthread: table is full

make it atleast 2048 for an oracle database server .. What kind of server is this ?

Regards,

Kaps
Nothing is impossible