- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
01-25-2007 01:23 AM
01-25-2007 01:23 AM
When i apply command dmesg system prompt error "Table is full" .
Herewith attatched file with output of sar & kmtune for maxfile and nproc .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:29 AM
01-25-2007 01:29 AM
Re: Table is full
Does it say 'File table is full' maybe? If so, then that would indicate that at some point in time you hit the limit for open files system wide that is defined by the nfile kernel parameter.
The problem with dmesg is that there is not time stamp. What you really need to do now is look in /var/adm/syslog/syslog.log and see if you can find any occurrences of the error there. You will then at least know WHEN it occurred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:33 AM
01-25-2007 01:33 AM
Re: Table is full
how recent is your syslog.log file ?
What exactly is the error message ?
The dmesg may be reporting old problem.
Track with dmesg - which will report new messages since the last dmesg command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:36 AM
01-25-2007 01:36 AM
Re: Table is full
If the message is:
"vmunix: file: table is full"
then you are running into the kernel file table limit. Increase nfile, recompile the kernel, and reboot.
If the message is:
"vmunix: proc: table is full"
then you are running into the kernel process table limit. Increase nproc, recompile the kernel, and reboot.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:43 AM
01-25-2007 01:43 AM
Re: Table is full
No critical errors seems in syslog. file table full message is coming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:52 AM
01-25-2007 01:52 AM
Solutione.g.
# sar -v 10 2
HP-UX newa B.11.11 U 9000/800 01/25/07
15:48:21 text-sz ov proc-sz ov inod-sz ov file-sz ov
15:48:31 N/A N/A 217/5140 0 9874/34816 0 1687/63498 0
15:48:41 N/A N/A 217/5140 0 9874/34816 0 1687/63498 0
and compare your booted kernel's value
# kmtune -q nfile
Parameter Current Dyn Planned Module Version
===============================================================================
nfile 63488 - 63488
If you're scratching the limit
ask your users for a short downtime
and build and boot a new kernel with
a sufficiently increased nfile value
(you can use sam for setting the new value)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 02:25 AM
01-25-2007 02:25 AM
Re: Table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 07:48 PM
01-25-2007 07:48 PM
Re: Table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 08:41 PM
01-25-2007 08:41 PM
Re: Table is full
please re-read my earlier mail (dmesg - )
Also see "man dmesg"
If you really want to "clear" old dmesg messages, the correct way to do it is to reboot.
Please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=211615
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=21828
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1062044