- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to determine what process utilize a disk
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
09-02-2003 12:33 AM
09-02-2003 12:33 AM
How to determine what process utilize a disk
My system disk utilization is about 100%. How can i determine what process use the disk with standard HPUX tools ? Unfortunately i don't have commercial tools like Glance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:41 AM
09-02-2003 12:41 AM
Re: How to determine what process utilize a disk
helpfull here.
After this you could make association
also with "top".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:42 AM
09-02-2003 12:42 AM
Re: How to determine what process utilize a disk
Without glance it is a bit more complicated, you can try to find the processes using the filesystem with a tool like lsof.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:51 AM
09-02-2003 12:51 AM
Re: How to determine what process utilize a disk
Install the trial version of glance plus for
60 days of evaluation.
This tool will be to you of greater aid and from a easy and graphical way you can obtain all the necessary data.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:59 AM
09-02-2003 12:59 AM
Re: How to determine what process utilize a disk
download glance plus evaluation software ( 60 days ) from :
http://www.openview.hp.com/products/gplus/tc_gplus_0001.html
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 07:38 AM
09-03-2003 07:38 AM
Re: How to determine what process utilize a disk
fuser /dev/rdsk/cXtYdZ
fuser /dev/dsk/cXtYdZ
fuser /dev/vgXX/lvolY
fuser /
fuser /
Each one will give you different results, but usually the best choice is the lvol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 07:48 AM
09-03-2003 07:48 AM
Re: How to determine what process utilize a disk
Glance is the tool to use. Without Glance, I'd start with 'top' here, to find the process that's taking up so much resource. Top will display not only heavy disk user, but heavy use of entire system.
sar -d 5 5 should show what disk, then strings /etc/lvmtab and more /etc/fstab
to find which disk, then use the fuses as described above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 07:50 AM
09-03-2003 07:50 AM
Re: How to determine what process utilize a disk
fuses should read fuser