- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to know which process has opened a specifi...
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
05-24-2000 02:08 AM
05-24-2000 02:08 AM
I do have a filetable full situation at certain points in time. I know I can reconfigure the system by changing nfile and recompiling the kernel. But I want to know what process does increase the entries of my filetable at some points in time. How can I know this ?
In nominal conditions the file table os far from full.
10:05:52 text-sz ov proc-sz ov inod-sz ov file-sz ov
10:05:53 N/A N/A 149/384 0 584/584 0 760/1093 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 02:16 AM
05-24-2000 02:16 AM
Solutionhttp://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/
The version number changes a bit, but that's right today!
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 03:39 AM
05-24-2000 03:39 AM
Re: How to know which process has opened a specific file.
Hi:
fuser -cu /FILSYSTEM get a list of open files in filesystem and the pid and user that had opened.
BUT, i think your kernel has MAXUSER parameter too low. Increasing this parameter you will raise process, openfiles, and inode table.
10:05:52 text-sz ov proc-sz ov inod-sz ov file-sz ov
10:05:53 N/A N/A 149/384 0 584/584 0 760/1093 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 08:33 AM
05-24-2000 08:33 AM
Re: How to know which process has opened a specific file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 09:43 PM
05-24-2000 09:43 PM