- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX syslog.log messages
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
05-01-2002 07:49 AM
05-01-2002 07:49 AM
I have been getting alot of these message in my syslog.log. Does anyone know what is causing it and how to resolve it?
May 1 09:15:07 machine vmunix: file: table is full
May 1 09:15:08 machine vmunix: file: table is full
May 1 09:15:08 machine above message repeats 39 times
May 1 09:15:08 machine vmunix: file: table is full
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 07:53 AM
05-01-2002 07:53 AM
SolutionIndicates the system is running out of nfile entries.
This is a kernel parameter for the max number of open files at a time.
You'll need to increase this value, rebuild the kernel & reboot.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 07:55 AM
05-01-2002 07:55 AM
Re: HPUX syslog.log messages
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x137146ff9277d511abcd0090277a778c,00.html
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 07:56 AM
05-01-2002 07:56 AM
Re: HPUX syslog.log messages
Use SAM to make these changes to the kernel and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 07:56 AM
05-01-2002 07:56 AM
Re: HPUX syslog.log messages
I think you need to increase your kernel parameters. What i can make out is you are running out of no of open files.Try to increase it and see if the error repeats
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:04 AM
05-01-2002 08:04 AM
Re: HPUX syslog.log messages
Do a sar -v 2 10 and you can get the dynamic values og nfile , nproc and ninodes , you can increase the same using SAM.It looks the nfile is getting saturated.
Manoj Srivstava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:25 AM
05-01-2002 08:25 AM
Re: HPUX syslog.log messages
Then look for nfiles make sure you are not approching the max. If so, you will need to increase this value by rebuilding the kernel.