- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pipes and Kernel Tuning - 11.0
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
06-28-2007 01:42 AM
06-28-2007 01:42 AM
My first thought was insufficient tmp space, but that doesn't seem to be the case.
What kernel parms (if any) should I be looking at
-or-
is there a way to determine where this is failing.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 01:52 AM
06-28-2007 01:52 AM
Re: Pipes and Kernel Tuning - 11.0
[EMFILE] NFILE-1 or more file descriptors are currently open.
[ENFILE] The system file table is full.
[ENOSPC] The file system lacks sufficient space to create the pipe.
[ENOSR] Could not allocate resources for both Stream heads (STREAMS-based pipes only).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 06:59 AM
06-28-2007 06:59 AM
Re: Pipes and Kernel Tuning - 11.0
seems this is 1) intermittent and 2) they didn't bother to say anything until the logs had rotated off to tape.
vendor has noted some file permission issues that may be a problem.
I'll get back w/ more as it develops
thx...scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:05 AM
06-28-2007 07:05 AM
Re: Pipes and Kernel Tuning - 11.0
When you see problems issue some sar -v 2 2 commands and see if you are near the file-sz limit. If so, increase nfile; if not increase maxfiles and maxfiles_lim and make maxfiles_lim > maxfiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:31 AM
06-28-2007 07:31 AM
Re: Pipes and Kernel Tuning - 11.0
http://www.hpux.ws/system.perf.sh
Maybe if you have glance check high water mark on kernel parameters.
Increase nfile,nproc and maxuprc
If the app uses shared memory, check shmmax shemseg
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 04:05 AM
06-29-2007 04:05 AM
Re: Pipes and Kernel Tuning - 11.0
monitored the system tables most of yesterday. Rebooted server last night, and monitoring continues.
As far as the monitoring goes, none of the high-water marks exceeded 50% (so far) and are usually <25%.
Application vendor supplied a list of directories to clean out. One of them had several *thousand* pipes, some dated as old as 2004. Given the permissions and the naming scheme for the pipe, it seems likely that the application attempted to make a pipe that already existed for another user.
Since the problem is intermittent, we are still waiting to determine if it is resolved.
I'll update this and assign points later (when I've got something more conclusive).
In the mean time, me and my baseball bat may be paying a visit to some (cough) application developer
Thanks for the responses to date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 04:22 AM
06-29-2007 04:22 AM
Re: Pipes and Kernel Tuning - 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 05:20 AM
06-29-2007 05:20 AM
Re: Pipes and Kernel Tuning - 11.0
now, where did I put that bat?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 03:25 PM
06-29-2007 03:25 PM
Re: Pipes and Kernel Tuning - 11.0
These are typically integer divide or remainder by zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 08:12 AM
07-05-2007 08:12 AM
Re: Pipes and Kernel Tuning - 11.0
These are typically integer divide or remainder by zero."
yep, I know. The developer "can't be bothered with it. It doesn't happen very often"
oh, well. it's been a week since i cleaned out the mess and rebooted. user's haven't complained. I'm going to close this.
thanks for all the responses!
scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2007 01:21 AM
07-06-2007 01:21 AM