- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk bottlenecks/ performance.
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
05-12-2003 07:03 AM
05-12-2003 07:03 AM
We have a N-Class server connected to our SAN running a database. There has been complaints that system is slow.
I looked at the sar numbers. The system is busy with $usr averaging 60. But %wait i/o is zero.
sar -d shows some of the disks are 100% busy.
Since %wait i/o is zero, Can i assume that,though the disks are busy, the system is able to complete the i/o on time.
I would appreciate any suggestion.
thanks.
John.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:10 AM
05-12-2003 07:10 AM
Re: Disk bottlenecks/ performance.
How was the system created? lvols, disks, etc... and what is it used for?
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:29 AM
05-12-2003 07:29 AM
Re: Disk bottlenecks/ performance.
"The system is slow" is pretty vague. Can they give you any more information than that?
Has the system always been 'slow'? If not, what changed?
Is there a possiblity that you have a HW failure somewhere down the path to your disks? (I have seen this on our EVA. One of the paths were failed and because load balancing was not happening, our DBA's said "Things are slow." I do so love that phrase...)
If it's always been 'slow' and there are no HW issues, we will need more information, please.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:53 AM
05-12-2003 07:53 AM
SolutionWhat concerns me is the avque, avwait, and avserv of drive c9t0d1. This is much too high and is probably causing the perceived slowdowns.
Avque should be 0 or 1, avwait should be close to 0, avserv should be way lower than 30.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:55 AM
05-12-2003 07:55 AM
Re: Disk bottlenecks/ performance.
iostat -t 5
to check the disk usage.
make sure you balance loads appropriatly with lvm and lvol configuration.
also check your sar patch level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 08:08 AM
05-12-2003 08:08 AM
Re: Disk bottlenecks/ performance.
Note the 'c9' controller will be one HBA and have a device like /dev/td0, etc.
Regarding $wio, this has to be over 15.
Need more information about your type of disk array (* xp512? *), SAN topology, (* arbitrated loop ? *), model of HBA (* A5158A? *), any SAN switches?
Please attach these especially your 'fcmsutil' report.
ioscan -fnkC fc
fcmsutil /dev/td# state
lvdisplay -v
vgdisplay -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 08:34 AM
05-12-2003 08:34 AM
Re: Disk bottlenecks/ performance.
Now here's the bad news. Divide and conquer may only help a bit. You numbers are so bad that even dividing by four - you're still lousy. This strongly suggests that what is really needed is some careful SQL tuning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 10:57 AM
05-12-2003 10:57 AM
Re: Disk bottlenecks/ performance.
2. All your I/O seems to go on c9, but I bet that your disks are dual access on c9 and c10. You should alternate the primary and alternate more. (50/50).
3. avqueue higher than 3 is bad, and you have high avque on c9t0d1. You have too much i/o on c9t0d1, which probably means that you have "hot" files there, like oracle redo logs or archive logs. Move them around.
100% busy is not bad if avque and avserv are good. It means the disks are working hard, but within their capacity. When avque and avserv get high, then you have a bottleneck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 11:35 AM
05-12-2003 11:35 AM
Re: Disk bottlenecks/ performance.
1) Plan your disk layout a little better. You can't have too many oracle databases on the one virtual/physical disk. Keep index and data away from each other.
2) You can improve disk performance on the SAN by going with Raid 10. This will provide a significant bump in performance capacity.
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
05-14-2003 05:48 AM
05-14-2003 05:48 AM
Re: Disk bottlenecks/ performance.
The diskframe is a HDS7700E.
When the server was setup, HP/UX was restricted to 8 luns. So these large size luns were setup. Now that restriction is fixed.
So i plan to get more LUNs added and also spread i/o over both c9 and c10.
Thanks
John.