- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file: 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
04-23-2007 03:39 AM
04-23-2007 03:39 AM
file: table is full
file: table is full
I checked bdf but there is no filesystems full. What do you guys think is the case.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:41 AM
04-23-2007 03:41 AM
Re: file: table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:45 AM
04-23-2007 03:45 AM
Re: file: table is full
The kernel parameter nfile has been maxed out. You will need to increase it.
You can verify/monitor via glance
If you are running text based glance press the "t" key to display the sysem table usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:45 AM
04-23-2007 03:45 AM
Re: file: table is full
# sar -v
Column file-sz is for the filetable. If you are getting this error consistently, it is time to review your kernel settings and increase the parameter nfiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:47 AM
04-23-2007 03:47 AM
Re: file: table is full
The file-sz column will show the current-size and maximum-size of the system file table.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:48 AM
04-23-2007 03:48 AM
Re: file: table is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 05:03 AM
04-23-2007 05:03 AM
Re: file: table is full
dmesg has no timestamp by default so this message may have been sitting there for two weeks. Make dmesg much more useful by using cron and the dmesg dash (-) option. Add this line to root's cron:
0,10,20,30,40,50 * * * * /usr/sbin/dmesg - >> /var/adm/dmesg.log
Now, whenver something new occurs on the console, dmesg will add it to the file along with a timestamp.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:57 AM
04-23-2007 07:57 AM
Re: file: table is full
You are running out of system table space which controls the number of open
files you can have on the system at one time. Most likely, this is happening
when the printer is opening a file to print.
The nfile is documented in section seven of the System Administrator Manual
(Manual Part No. 92453-90011).
You can achieve that by using SAM.
I hope this helps,
Regards