- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error: proc: 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
10-18-2004 08:30 AM
10-18-2004 08:30 AM
# dmesg
Oct 18 17:27
...
: table is full
proc: table is full
proc: table is full
more syslog.log
Oct 18 17:15:42 cp1 vmunix: proc: table is full
Oct 18 17:28:05 cp1 above message repeats 4 times
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:34 AM
10-18-2004 08:34 AM
SolutionYour 'nproc' kernel parameter is full. Run 'sar -v 2 20' and observe 'proc-sz' column.
Increase it by around 50%. Also increase 'maxuprc'. Make it a formula like 'nproc -2'.
'maxuprc' overflows errors are not shows in dmesg or syslog. Processes fail with the error EAGAIN.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:44 AM
10-18-2004 08:44 AM
Re: error: proc: table is full
Idle shells, stop and start old non critical apps, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:58 AM
10-18-2004 08:58 AM
Re: error: proc: table is full
Parameter setting
nproc 276 276 Static N/A M
sar -v 2 20
cp1# sar -v 2 20
HP-UX cp1 B.11.00 U 9000/800 10/18/04
17:53:12 text-sz ov proc-sz ov inod-sz ov file-sz ov
17:53:14 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:16 N/A N/A 251/276 0 476/476 0 1102/2510 0
17:53:18 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:20 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:22 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:24 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:26 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:28 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:30 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:32 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:34 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:36 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:38 N/A N/A 251/276 0 476/476 0 1103/2510 0
17:53:40 N/A N/A 251/276 0 476/476 0 1105/2510 0
17:53:42 N/A N/A 260/276 2 476/476 0 1122/2510 0
17:53:44 N/A N/A 260/276 4 476/476 0 1122/2510 0
17:53:46 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:48 N/A N/A 251/276 0 476/476 0 1104/2510 0
17:53:50 N/A N/A 252/276 0 476/476 0 1104/2510 0
17:53:52 N/A N/A 251/276 0 476/476 0 1105/2510 0
maxuprc 75 75 Static N/A
... change the parmeters nproc and maxuprc for new value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 09:02 AM
10-18-2004 09:02 AM
Re: error: proc: table is full
251/276 - obviously it is running low and at anytime you will (you already had) run out of this limit. 251 is the usage and 276 is the configured maximum. I would go ahead and double the value. Keep maxuprc at 'nproc -2' formula as you don't have to keep on changing it anytime you change nproc parameter. Since nproc may affect the number of files opened, you may also want to configure your 'nfile' to a bit higher like 3096.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 09:06 AM
10-18-2004 09:06 AM
Re: error: proc: table is full
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 09:40 AM
10-18-2004 09:40 AM
Re: error: proc: table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 11:17 AM
10-18-2004 11:17 AM
Re: error: proc: table is full
my problem is solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 11:27 AM
10-18-2004 11:27 AM
Re: error: proc: table is full
* Tunable parameters
STRMSGSZ 65535
maxswapchunks 512
maxuprc 150
maxusers 150
nfile 2500
nstrpty 60
num_tachyon_adapters 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 11:29 AM
10-18-2004 11:29 AM
Re: error: proc: table is full
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 08:53 AM
08-02-2005 08:53 AM