- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk BottleNeck
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
01-10-2002 08:19 PM
01-10-2002 08:19 PM
Disk BottleNeck
Getting an error saying :-
<<
"Disk Bottleneck Probability=100% , End of Disk Bottleneck Alert".
>>
in my GlancePlus. I wanted to know what does this alert mean and how critical it is, what are the measures to take care of?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 08:31 PM
01-10-2002 08:31 PM
Re: Disk BottleNeck
Basically GlancePlus has an "expert system" embeded in it which when the various aspects of performance drop check the things affecting performance and provide a somewhat informed decision about what is causing this performance drop. In the instance here GlancePlus is 100% sure that it's a disk bottleneck.
If you have a look at the /var/opt/perf/advisor.syntax file you can have a look at the way GlancePlus determines bottlenecks.
Now for criticality - well if you platform is like this ALL the time this is a critical problem. If it is only like this during specific jobs - can these jobs be rescheduled?
Measures to take care of it could range from newer faster disks/different storage technology (from internal SCSI disks to external fibre connected Array disks)
Before you can measure how critical it is and what needs to happen you really need to isolate what is running at the time the disk bottlenecks occur.
c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 09:03 PM
01-10-2002 09:03 PM
Re: Disk BottleNeck
c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 09:13 PM
01-10-2002 09:13 PM
Re: Disk BottleNeck
I don't know whether or not you already use it, but http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf is a "must read" for bottleneck issues. I'm "fighting" an IO-bottleneck at this very moment too and this document is helping me along ... and it reads like a novel too :-) !
Hope this helps,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 10:09 PM
01-10-2002 10:09 PM
Re: Disk BottleNeck
Try this tuning guide,
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 10:13 PM
01-10-2002 10:13 PM
Re: Disk BottleNeck
This message is due to the I/O on the disk.
There is more read/write operations on the disk.
When these operations reach the maximum the performance monitor shoots this message.
check out the disk on which there is 100% disk I/O.
It is quite possible when you have lot of applications writing onto the same disk like oracle.
Distribute your application into various disks so that the I/O is also distributed for better performance.
Thanks