- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Open files per process
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-07-2004 06:59 AM
06-07-2004 06:59 AM
I had some issue with kernel parameter, nfile.
When open files reach the value of nfile, I can't telnet into the system.
I tried to find which process opened how many files but I couldn't.
Please help me out.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:06 AM
06-07-2004 07:06 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:07 AM
06-07-2004 07:07 AM
Re: Open files per process
Sounds like a job for lsof. For 64 bit 11i: http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/
For 11.0:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:07 AM
06-07-2004 07:07 AM
Re: Open files per process
You will have to install 'lsof' to find out the open files on the system. Simply use
lsof > lsof.out
Then sort out through second column. It is the pid of the process. You can write a small script to find the number of open files per process.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:08 AM
06-07-2004 07:08 AM
Re: Open files per process
regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:13 AM
06-07-2004 07:13 AM
Re: Open files per process
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 08:34 AM
06-07-2004 08:34 AM
Re: Open files per process
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 08:40 AM
06-07-2004 08:40 AM
Re: Open files per process
Your problem may not be due to the no of processes, but could be due to the limit being reached on the number of telenet sessions allowed on the box.
Try this to identify yout problem and see if it can be due to something other than the limit on the no of files / processes.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072193612
The ITRC doc id is KBRC00014017.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 02:05 PM
06-07-2004 02:05 PM
Re: Open files per process
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:15 AM
06-08-2004 03:15 AM
Re: Open files per process
Please let me know where I can get the program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:31 AM
06-08-2004 03:31 AM
Re: Open files per process
check kernel parameter maxuprc
max processes per user.
It defaults to 75 and that can be a problem once in a while.
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-08-2004 03:32 AM
06-08-2004 03:32 AM
Re: Open files per process
You can try this site...
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:37 AM
06-08-2004 03:37 AM
Re: Open files per process
http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.70/lsof-4.70-sd-11.00.depot.gz
put it on your server, then gunzip it:
cd /opt/
gunzip lsof-4.70/lsof-4.70-sd-11.00.depot.gz
swinstall -s /opt/lsof-4.70/lsof-4.70-sd-11.00.depot
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 06:17 AM
06-08-2004 06:17 AM
Re: Open files per process
can't read proc table info
please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 06:31 AM
06-08-2004 06:31 AM
Re: Open files per process
Is the OS HPux 11i (11.11v1) ?
What would you say your patch level is on your system ?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 06:36 AM
06-08-2004 06:36 AM
Re: Open files per process
patch: sep, 2003