- 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
01-05-2003 07:53 PM
01-05-2003 07:53 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 07:56 PM
01-05-2003 07:56 PM
Re: File: Table is Full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 07:57 PM
01-05-2003 07:57 PM
Re: File: Table is Full
You have to increase the no. of open file (nfile) in kernel.
schedule an outage and do this, modifing the kernel requires a reboot.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 08:00 PM
01-05-2003 08:00 PM
Re: File: Table is Full
Your system is exceeding the no. of open file size. You have to increase the nfiles parameter in your kernel.
give sar -v 2 3 and check the file-sz column.
first no. shows the current no of open files and the second no. shows the maximum configured open files.
Also you can try increasing the MAXFILES parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 08:01 PM
01-05-2003 08:01 PM
Re: File: Table is Full
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 08:05 PM
01-05-2003 08:05 PM
Re: File: Table is Full
(/opt/perf/bin/glance) if it is installed.
Using kmtune will give you the current information:
# kmtune -l -q nproc
# kmtune -l -q maxusers
You'll need to increase most likely both parameters, which will mean a new kernel and a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 08:07 PM
01-05-2003 08:07 PM
Re: File: Table is Full
I will take your valuable advice now and rectify the problem.
Thanks very much again! Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 11:45 AM
01-06-2003 11:45 AM
Solution1. Start glance
2. Look at the System Tables Report (shortcut to this is the "t" key)
Are any of these paramters at 80% utilization or higher? If so, you should consider making a backup of your current kernel and increasing the affected values by at least 10 or 20%.
After the reboot, repeat the steps above to see what the utilization levels are, and continue to monitor them, especially during peak processing hours when the errors have been happening.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 06:14 PM
01-06-2003 06:14 PM
Re: File: Table is Full
Thank you very much.
Indeed it works. :-)