- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Urgent: kenerl parameters
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
12-05-2000 07:40 AM
12-05-2000 07:40 AM
Dec 5 10:35:10 uba00101 inetd[456]: telnet/tcp: accept: File table overflow
Dec 4 12:58:23 uba00101 inetd[456]: telnet/tcp: accept: No buffer space available
URGENT suggentions, please
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 07:55 AM
12-05-2000 07:55 AM
SolutionThe "file table overflow" error indicates that either your inetd process is exceeding its per-process file table size, or it is trying to exceed the global file table size. These are controlled by the following two kernel parameters:
maxfiles: Soft file limit per process
maxfiles_lim: Hard file limit per process
nfile: Max (global) number of open files
You can check whether your system is close to exceeding the "nfile" parameter via the command:
# sar -v 1 110:51:12 text-sz ov proc-sz ov inod-sz ov file-sz ov
10:51:13 N/A N/A 139/340 0 534/540 0 452/902 0
In this case this indicates that the file table size is at 452/902, or approximately 50% full. If this shows that your system is approximately 90% full or higher, then you should increase the nfile parameter in addition to maxfiles.
I am unfamiliar with the second error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 08:05 AM
12-05-2000 08:05 AM
Re: Urgent: kenerl parameters
Try these kernel settings as a start:
# npty 400
# nstrpty 400
# nfile 8192
# ninode 8192
Also: The kernel parameter 'nstrtel' specifies the number of telnet device files that the kernel can support for incoming telnet sessions. This number should match the number of device files that exist on the system.
See this document for an overview:
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 08:10 AM
12-05-2000 08:10 AM
Re: Urgent: kenerl parameters
I was suspecting it was what you said, but i need a fast confirmation.
Second message may be on the way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 08:17 AM
12-05-2000 08:17 AM
Re: Urgent: kenerl parameters
Thank you too.
I was asking about meaning of these new messages for me.
I`ll see you on monday