- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk I/O issue
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
12-01-2000 11:33 AM
12-01-2000 11:33 AM
Disk I/O issue
I strongly suspect that we have some disk I/O bottleneck in one of our servers. I constantly get critical messages from glance. When i took a closer look at the system, it appears that very few disks are slammed ( I could identify 7 disks) with usage upto 100%. On using sar -u %wio is about 28% on the average and in vmstat runqueue is 7-10 and the blocked processes are about 4-8. In this case what would be the best approach that I should take.
Thanks in advance.
-Vidya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 11:45 AM
12-01-2000 11:45 AM
Re: Disk I/O issue
Depending on what is causing it...you may be able to move things to another drive (and I would suggest controller). Example Oracle; put several tables on same disk that all are being hit severly. By moving some of the tables to different drives you help reduce the i/o activity on the disk (and like I said watch for which disks are which controller, that has an impact on i/o). See if there is something like this that may be "fairly simple" to re-arrange...
Just one idea,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 11:52 AM
12-01-2000 11:52 AM
Re: Disk I/O issue
Simple answer is that you need to distribute the load...
The concept team work applies here too...!
I mean you need to consider disk striping/RAID-5 solutions...
If you can provide the current disk space configuration/allocation I would be able to help you out in detail.
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 11:57 AM
12-01-2000 11:57 AM
Re: Disk I/O issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 03:51 PM
12-01-2000 03:51 PM
Re: Disk I/O issue
Also check out the hit ratios on your buffer cache. Often a small increase in memory buffer can make a dramatic improvement if the application is primarily read oriented. Where the cache is best placed (on the EMC, unix buffer or database controlled buffer) is very dependent on the specific database engine you are running and how it is configured.
Another thing to consider is the application. All too often application programmers don't consider machine impact in their code. Many of them don't have a clue what their code is actually doing. DBA's can be just as guilty. In a lot of cases the load is added by batch oriented processing that could just as easily be performed off hours. I've found that the best way to to educate them is to allow them all kinds latitude on a test platform. When a developer requests disk space, a statement explaining how overworked you are right now with production stuff, but how you can slip in a drive in the next few minutes and allow them to configure it themselves (sudo works great for this). This combined with some hands on education with Glance plus can be a real eye opener for some people that want to learn. Others complain that its not their job, but so be it, they will need to wait a while. The cardinal rule to follow if you play this game is to NEVER get upset if they hose the test machine. Just keep in mind that every screw up in test is one less to deal with in production.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2000 09:12 PM
12-03-2000 09:12 PM
Re: Disk I/O issue
If you are using the character version and you are talking about the Disk Util bar at the top of the screen it may be nothing to worry about. That bar shows the most active disk during the last sample interval. It is not system disk usage. So 100% there may not be an issue.
You need to drill down and see which disk is so busy. Type u to get to the IO By Disk screen. Here you can see if it is the same disk that is constantly busy or if the activity moves around. If it is moving around it is probably not a problem. If it is staying on one disk all of the time you need to distribute your data a little better.
In glance type ? and you will see a list of the different screens you can use to drill down for more information.
Without knowing more about your hardware it is difficult to offer many suggestions. I agree very much with Tim that striping across your interfaces is a big winner in most cases.