- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP 9000 D class table overflow
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
08-30-2000 04:23 PM
08-30-2000 04:23 PM
HP 9000 D class table overflow
/etc/PATH: File table overflow
cat: command not found
crt0: Error couldn't open /usr/lib/dld.sl errno:000000023
cat: command not found
Bus error (core dumped)
then if I ls -a | more
the following results
/usr/lib/dld.sl: can't open shared library: /usr/libdld.1
/usr/lib/dld.sl: File table overflow
. unreadable
IOT trap
If I look at the syslog it says
vmunix: file table is full
Also if I try the dmesg command
it shows table is full.
I am not able to view the kernel parmeters with sam.
Any clues would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 04:46 PM
08-30-2000 04:46 PM
Re: HP 9000 D class table overflow
Looks like nfile (maximum number of open files system-wide) has been exceeded.
See: http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html
for a discussion of this parameter. Use SAM to tune it, since its proper value takes into account other kernel values (nproc, maxusers, etc.). Use Glance to see its current and high-water-mark values.
If you can, kill non-essential processes to see if you can regain control of your system -- else...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 12:05 AM
08-31-2000 12:05 AM
Re: HP 9000 D class table overflow
Look at the `file-sz` column, this will show your value for the kernel parameter nfile, it's the second of the 2 values in the column.
You can also look at /stand/system for nfile and possibly `sysdef |grep nfile`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 12:16 AM
08-31-2000 12:16 AM
Re: HP 9000 D class table overflow
This can be done as an individual parameter, or you change a MACRO like MAXUSERS which will increase other parameters at the same time.
If SAM is unavailable, then in your /stand/system file add the line :
nfile 1000 (as a thumbsuck figure)
or
maxusers 128
then use mk_kernel to create your new kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 12:55 AM
08-31-2000 12:55 AM
Re: HP 9000 D class table overflow
NFILE is dependent on MAXUSERS, NUM_CLIENTS,NPROC and NPTY.
You can use these values:
MAXUSERS=500
NTPY=512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 03:41 AM
08-31-2000 03:41 AM
Re: HP 9000 D class table overflow
Doc ID is S3100007950.