1825720 Members
3287 Online
109686 Solutions
New Discussion

dmesg error

 
SOLVED
Go to solution
Kenn Chen
Advisor

dmesg error

proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full
proc: table is full


pls help !!
Cyber Zen
4 REPLIES 4
Paula J Frazer-Campbell
Honored Contributor
Solution

Re: dmesg error

Hi
This will help.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb090e7613948d5118fef0090279cd0f9,00.html


Paula
If you can spell SysAdmin then you is one - anon
Jeff Schussele
Honored Contributor

Re: dmesg error

Idris,

You've run out of nproc entries - you need to increase value of nproc or determine if something abnormal caused this.
See Paula's link.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: dmesg error

Hi Idris,

The system resources are out of range. The table full message is because of the low value of 'nproc' parameter. You have to increase it to a higher value.

You can check the current value with:

# sysdef | grep nproc

Use SAM - Kernel Configuration - Configurable parameters, to change the value. More about nproc parameter, see this:

http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/KCparam.Nproc.html&searchterms=nproc&queryid=20020228-172545

HTH,
Shiju
Life is a promise, fulfill it!
Steven Sim Kok Leong
Honored Contributor

Re: dmesg error

Hi,

You have exceeded the threshold set for the maximum number of processes in your kernel. The size of the process table is created based on this value.

Either increase nproc in the kernel or if this increase of processes is abnormal (ie. never occur before), identify the errant culprit parent process or software by scan through the ps process list for abnormal processes or no. of processes.

Hope this helps. Regards.

Steven Sim Kok Leong