- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog message
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-2001 11:17 AM
04-23-2001 11:17 AM
Apr 23 08:56:05 urrprd01 above message repeats 10 times
Apr 23 08:38:31 urrprd01 vmunix: file: table is full
And what problems will presents about this?
thank's for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 11:29 AM
04-23-2001 11:29 AM
Re: syslog message
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 11:39 AM
04-23-2001 11:39 AM
Re: syslog message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 11:39 AM
04-23-2001 11:39 AM
SolutionThe message indicates that your nfile table has been maxed out. You must increase this kernel value to fix this if you get this on a regular basis. If this is a one time thing, have some users log out and this should go away. The nfile parameter is the maximum number of files you can have open at one time.
Here are a couple of documents in the TKB you can take a look at for more information:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=24666da11ca93c4c6a/screen=ckiDisplayDocument?docId=200000038250854
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=24666da11ca93c4c6a/screen=ckiDisplayDocument?docId=400000000013822
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 11:41 AM
04-23-2001 11:41 AM
Re: syslog message
overflows and current settings. It the file-sz values are near the maximum you need to gen a new kernel.
Go into SAM
SAM->Kernel Configuration->Configurable Parameters and adjust nfile.
Then select Actions->Create a New Kernel.
Take the deafukr actions from there. I would increase nfiles by about 50%. (The kernel rebuild will require a reboot so that you may need to schedule after hours).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:43 PM
04-23-2001 01:43 PM
Re: syslog message
I'm now understend a little bit mor about this message. A few weeks ago, I changed the maxusers, and the nproc kernel parameters of my HP-UX 11 system, in accordance with the recommendations from my aplication consultants (SAP consultants), have these modifications might cause this problem? How can I calculate or know the aproppiate value for nfile parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:45 PM
04-23-2001 01:45 PM
Re: syslog message
I'm now understanding a little bit mor about this message.
A few weeks ago, I changed the maxusers, and the nproc kernel parameters of my HP-UX 11 system, in accordance with the recommendations from my aplication consultants (SAP consultants), had these modifications caused this problem? How can I calculate or know the aproppiate value for nfile parameter in accordance with this other parameters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 01:51 PM
04-23-2001 01:51 PM
Re: syslog message
16 *(nproc + 16 + maxusers)/10 + 32 + 2 *(npty + nstrpty+nstrtel).
Since each entry is only about 32 bytes of kernel space, I would increase it by about 50-100% and go from there.