- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmesg
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
09-11-2002 03:39 PM
09-11-2002 03:39 PM
proc: table is full in dmesg output
Can anybody give a solution
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:53 PM
09-11-2002 03:53 PM
SolutionYour process table is full (nproc). You have a two choices, one being reduce the amount of users on your system, remove any old processes. The second is you will need to increase the value in your system kernel. Most systems have this value in a formula. The best way is to use 'SAM', as this tool will guide in some respects to formual increases. If you are still unsure as to what to, run this program and post a copy of the 'system' file from /stand/build.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:15 PM
09-11-2002 04:15 PM
Re: dmesg
Michael's correct in his diagnosis as well as the recommendation to use Sam to increase.
I would just add that the value of nproc, by default, is derived from the value of maxusers.
So I'd suggest that you increase the value of maxusers (32 by default) to probably at least 64 maybe 100 as this will increase other kernel parameters that you'll likely to hit the ceiling on as well.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:19 PM
09-11-2002 04:19 PM
Re: dmesg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:53 PM
09-11-2002 04:53 PM
Re: dmesg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 12:30 AM
09-12-2002 12:30 AM
Re: dmesg
As said the output of dmesg could be current or old.
The following in roots cron will put a date/time stamp above each message.
So a cat of /var/adm/dmesg.log will be far more informative.
# Redirect console error messages to log file
01,31 * * * * /usr/sbin/dmesg - >> /var/adm/dmesg.log
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 02:25 PM
09-12-2002 02:25 PM
Re: dmesg
Pls see the file system from
/stand/build