- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfile- file full
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
01-17-2006 09:46 PM
01-17-2006 09:46 PM
using sar -v 2 5
file -sz column shows
2086/2512
It obviously reaches 2512 when full.
How can I see what is using the files ?
Thanks,
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:11 PM
01-17-2006 10:11 PM
Re: nfile- file full
Yes obviously it is above 80% but if this was captured at a peak time then you should not worry about it and keep on monitoring it when it crosses the 90% mark even once increase it.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:19 PM
01-17-2006 10:19 PM
Re: nfile- file full
But I was interested in how to see which processes/users are using the most files etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:24 PM
01-17-2006 10:24 PM
Re: nfile- file full
#ps -eaf
Will list all the current progresses.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:26 PM
01-17-2006 10:26 PM
Re: nfile- file full
# UNIX95= ps -ef -o cpu,pcpu,pid,comm
will help you.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:34 PM
01-17-2006 10:34 PM
Solutionlsof -u "user_name"
Get lsof here.
http://hpux.connect.org.uk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:35 PM
01-17-2006 10:35 PM
Re: nfile- file full
Number of processes great, can tie that back to the original sar the result is 360 used of 650 but how do these processes link to nfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:37 PM
01-17-2006 10:37 PM
Re: nfile- file full
I think the utility lsof is what you are looking for :
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/
This will list the open files on your system as well as other useful information. If you search the web you can find quite a few man pages on the lsof command to help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:39 PM
01-17-2006 10:39 PM
Re: nfile- file full
You can download "lsof" from http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.75/
It will help you to find out the files used by a particular process.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:40 PM
01-17-2006 10:40 PM
Re: nfile- file full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 10:40 PM
01-17-2006 10:40 PM
Re: nfile- file full
You can use ps -eaf to find all open process at the point of time.
You may try #top command also.
With Regards,
SIva.