- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Proc table is full" dmesg error :URGENT
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
08-24-2000 08:34 PM
08-24-2000 08:34 PM
"Proc table is full" dmesg error :URGENT
Some 3 days back I raised one problem in this
forum. ie) In a mail server m/c Sendmail 8.8.6 L-1000, HPUX 11.00, very frequently "file table is full" error message was comming while executing dmesg
command.that timr sendmail will stop.
I got solution that to increase nfile kernel parameter to 12000.
I had done the same ie from 910 to 12000.
Today morning it is giving "proc table is full" message, & Sendmail stopped working.
Please help me to correct this issue.
Application is down now.
advance thanks
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 09:02 PM
08-24-2000 09:02 PM
Re: "Proc table is full" dmesg error :URGENT
the operating system parameters maxuprc and/or nproc are set too low.
Maxuprc is the maximum number of processes that any one user can
have simultaneously. The superuser is exempt from this limitation, so
if the superuser gets this error as well, then nproc is probably too low.
Nproc is the maximum number of processes on the system at one time.
Another possible cause of this problem is having "ghost" child
processes on the system that do not terminate when the parent processes
terminate. If shutting down the system does not clear the problem,
then this is not the cause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 09:09 PM
08-24-2000 09:09 PM
Re: "Proc table is full" dmesg error :URGENT
This message relates to the kernel parameter nproc. You should increase nproc
# sar -v 5 5
Look at the 'proc-sz' column, this will show the max and where it is now. Once it reaches the max you'll notice the error. Also check you're syslog to make sure it's not an old message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 11:23 PM
08-24-2000 11:23 PM
Re: "Proc table is full" dmesg error :URGENT
If I need to increase 'nproc' and 'maxuprx'
how much I have to ?
If there is any relative increase to be required/ because I increased 'nfile' from 910 to 12000
Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 11:26 PM
08-24-2000 11:26 PM
Re: "Proc table is full" dmesg error :URGENT
My advice is for a sendmail server set nproc to 1000 and maxuprc to 500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 11:27 PM
08-24-2000 11:27 PM
Re: "Proc table is full" dmesg error :URGENT
Keep the values as follows:
NPROC=4700
NFILE=12000 or (What I have 9850)
NINODE=3931(Keep below 4000)
NFLOCK=5900
They are dependent on NPTY and MAXUSERS(macro)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 11:30 PM
08-24-2000 11:30 PM
Re: "Proc table is full" dmesg error :URGENT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 11:37 PM
08-24-2000 11:37 PM
Re: "Proc table is full" dmesg error :URGENT
If I need to increase 'nproc' and 'maxuprx'
how much I have to ?
If there is any relative increase to be required/ because I increased 'nfile' from 910 to 12000
Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 12:43 AM
08-25-2000 12:43 AM
Re: "Proc table is full" dmesg error :URGENT
MAXUPRC=NPROC-4