- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what files are busy?
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
11-22-2005 12:12 PM
11-22-2005 12:12 PM
what files are busy?
HPUX v11.11. Is there anything equivalent to AIX's filemon command, to identify busy files?
I have used Glance to identify busy filesystems, and looked at open files per some processes to drill down further, but its a tedious way to find busy files.
thanks, Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 12:37 PM
11-22-2005 12:37 PM
Re: what files are busy?
The simplest, standard command for HP-UX is 'fuser'. See its man pages for more information.
Another tool that you can obtain from the HP-UX porting archives is 'lsof':
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.75/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 01:11 PM
11-22-2005 01:11 PM
Re: what files are busy?
lsof would be the tool of choice and it has a lot of options for listing busy files. In case you don't have it, download it from http://hpux.cs.utah.edu/
regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 02:15 PM
11-22-2005 02:15 PM
Re: what files are busy?
thanks, I'm aware of fuser and lsof. But they kinda presume I know which files are busy or which procs are causing disk activity.
I know there is activity in /usr, (probably entirely legitimate but clients love to blame the OS), and I want to know what files are busy.
thanks anyway.
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 03:56 PM
11-24-2005 03:56 PM
Re: what files are busy?
# lsof /usr
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 04:13 AM
11-26-2005 04:13 AM
Re: what files are busy?
e.g. fuser -cu /usr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 11:55 PM
11-26-2005 11:55 PM
Re: what files are busy?
Or you could try monitoring the system with Glance.
This 'extremly enhanced top' program should be able to show you which process is writing where and how much.
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 05:42 AM
11-27-2005 05:42 AM
Re: what files are busy?
lsof should be able to help you rather than fuser -cu
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 09:41 AM
11-27-2005 09:41 AM
Re: what files are busy?
lsof would be a good tool , that can be used to check busy file statics , and can be use with script , to monitor for a period , as filemon does in aix by starting the trace daemon in background.
Here is the link:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.75/
lsof binary can be found here:
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/
Cheers,
Raj.