- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file table is full error in syslog.log
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
11-10-2006 01:59 AM
11-10-2006 01:59 AM
i've got following messages in syslog.log:
Nov 10 11:16:20 gx_sd01 vmunix: file: table is full
Nov 10 11:16:20 gx_sd01 vmunix: file: table is full
Nov 10 11:20:20 gx_sd01 above message repeats 10 times
and at the same time, oracle's alert.log produced the following messages:
ORA-01115: IO error reading block from file 5 (block # 47858)
ORA-01110: data file 5: '/dev/ctais_datavg/rlvctais10g07'
ORA-27041: unable to open file
HP-UX Error: 23: File table overflow
Additional information: 3
ORA-01115: IO error reading block from file 201 (block # 30346)
ORA-01110: data file 201: '/dev/ctais_datavg/rlvctais10g01'
ORA-27041: unable to open file
HP-UX Error: 23: File table overflow
what could cause this problem? should i modify the tunable parameters?
thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:03 AM
11-10-2006 02:03 AM
Re: file table is full error in syslog.log
Yes you have to tune the following tunable parameters.
1.nproc
2.maxfiles
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:03 AM
11-10-2006 02:03 AM
Re: file table is full error in syslog.log
You can check file table usage by using 'sar -v'.
# sar -v 5 5
and look at the 'file-sz' column.
# man sar for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:06 AM
11-10-2006 02:06 AM
SolutionAlso you have to tune your kernel paramater nfile.
This message indicates that you have exceeded the maximum number of open files allowed on the system. To correct this problem, you must increase the value of the kernel parameter "nfile".
to check abt nfile,
http://docs.hp.com/en/5991-0710/ch04s01.html
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:06 AM
11-10-2006 02:06 AM
Re: file table is full error in syslog.log
The "file table is full" message says it all. You need to increase the 'nfile' kernal parameter value.
'nfile' must be greater or equal to 2-times 'maxfiles_lim'. Be generous with 'nfile's value, each increment consumes very little kernel memory. The maxiumu value is that of a 32-bit signed integer. A value of 65,536 is the default for systems with at least 1GB of memory.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:17 AM
11-10-2006 02:17 AM
Re: file table is full error in syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 03:14 AM
11-10-2006 03:14 AM
Re: file table is full error in syslog.log
One way to check usage is via glance
press "t" to get current table usages
And that should let you know how close some of the parameters are to their limit