- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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-08-2008 05:01 AM
10-08-2008 05:01 AM
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
LPMC type : I-Cache Parity Error.
LPMC type : I-Cache Parity Error.
LPMC type : I-Cache Parity Error.
Can any one please give me some direction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:04 AM
10-08-2008 05:04 AM
Re: proc: table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:04 AM
10-08-2008 05:04 AM
Re: proc: table is full
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:05 AM
10-08-2008 05:05 AM
Re: proc: table is full
Your process table is too small. Increase the 'nproc' kernel parameter, rebuild the kernel and reboot.
>>LPMC type : I-Cache Parity Error.
LPMC = Low Priority Machine Check. A parity error was detected in RAM. It was correctable though.
If you keep getting these then it can indicate a problem with RAM which should be corrected by replacing the offending DIMM. However, from this output it is impossible to determine which DIMM is bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:16 AM
10-08-2008 05:16 AM
Re: proc: table is full
You can proactively monitor your process table (nproc) and file system table (nfile) with 'sar -v'. See the manpages for 'sar' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:25 AM
10-08-2008 05:25 AM
Re: proc: table is full
What is the difference between dmesg and dmesg -. Because when I am running dmesg, its giving me the above output, but the syslog has no error logs about it. But when I run dmesg -, it doesnt give me any output or error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:29 AM
10-08-2008 05:29 AM
Re: proc: table is full
> What is the difference between dmesg and dmesg -. ?
See the 'dmesg' mangpages !!! --- " If the - argument is specified, dmesg computes (incrementally) the new messages since the last time it was run and places these on the standard output."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 05:35 AM
10-08-2008 05:35 AM
Re: proc: table is full
dmesg looks in a system buffer for recently printed diagnostic messages and prints them on the standard output. The messages are those printed by the system when unusual events occur (such as when system tables overflow or the system crashes).
If the - argument is specified, dmesg computes (incrementally) the new messages since the last time it was run and places these on the standard output.
In your case there are no new messages, since it was run last time.
Regards.