- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk I/O in hpux 11i.
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
10-07-2003 09:48 PM
10-07-2003 09:48 PM
Disk I/O in hpux 11i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 09:54 PM
10-07-2003 09:54 PM
Re: Disk I/O in hpux 11i.
The best is to use Glance for a real-time troubleshooting (by selection the process from the process list and listing its specific I/Os) and Measureware if you want to get a complete history.
Hope this helps, Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 09:54 PM
10-07-2003 09:54 PM
Re: Disk I/O in hpux 11i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 10:06 PM
10-07-2003 10:06 PM
Re: Disk I/O in hpux 11i.
#sar -d 5 100 ( your own choice of intervals)
Check the GLANCE pack also here ---
http://www.openview.hp.com/products/gppak2k/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 10:17 PM
10-07-2003 10:17 PM
Re: Disk I/O in hpux 11i.
To my knowledge there is no other way than using Glance and/or MeasureWare to clearly identify which process is doing which I/O.
You can nevertheless install Glance for a trial period of 30 days.
Hope this helps, Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 10:32 PM
10-07-2003 10:32 PM
Re: Disk I/O in hpux 11i.
Many thanks to those who replied and passed on useful suggestions.
Please let me know how can I check Disk I/O per process using Glance.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 10:48 PM
10-07-2003 10:48 PM
Re: Disk I/O in hpux 11i.
Easy. Just run 'glance'
Check the process PID.
Press 'S' to select and enter the pid.
You will directly see the logical read/writes and physical read/writes for that specific process.
At that point, if you press 'F4' you will the list of opened files for that process.
Hope this helps, Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 11:04 PM
10-07-2003 11:04 PM
Re: Disk I/O in hpux 11i.
Also check into the add in program lsof.
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
10-08-2003 02:47 AM
10-08-2003 02:47 AM
Re: Disk I/O in hpux 11i.
We are using hpux11i and when we try to login 300 concurrent users (using load runner) root disk I/O goes 100% !!! Why?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 03:02 AM
10-08-2003 03:02 AM
Re: Disk I/O in hpux 11i.
Some things to check when this happens.
1) Via Glance, or GPM, check and see how much cpu the 'vhand' process is using. If it is using a lot this is indicative of paging activity.
2) 'swapinfo -tam' to see if you are using any of your swap. Your default swap /dev/vg00/lvol2, so you could see some activity here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:27 AM
10-08-2003 04:27 AM
Re: Disk I/O in hpux 11i.
Further to Patrick's comment. On our boxes we saw system memory go up from 100-200MB in 11.0 to 1.1GB in 11i. For this reason we have increased swap & physical memory in all the 11i boxes.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:39 AM
10-08-2003 04:39 AM
Re: Disk I/O in hpux 11i.
More than likely you have a file system that everybody's hitting. So please attach:
# sar -d 5 5
I realize a lot of glance users have a bias towards glance, but the GUI often never agress with the TUI and sar never has an issue.
If you have to use glance then use the glance advisor which by passes the GUI and works just fine.
Again, please attach 'sar -d 5 5' as well as these others:
sar -d 5 5
sar -v 5 5
sar -u 5 5
sar -b 5 5
vmstat 5 5
swapinfo -tam
Thanks!