- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Bottle neck
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
07-05-2001 11:18 AM
07-05-2001 11:18 AM
Disk Bottle neck
I've attached the result of sar -d.
When I used Glance, on the system snap shot I'm getting the following msg
SYMPTOM Disk_Bottleneck IS 84.7%
I've created another swap space on the Volume group. CPU,Mem etc usage is okay.
How can I resolve this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 11:32 AM
07-05-2001 11:32 AM
Re: Disk Bottle neck
The next step is to do a sar -b and let's look at buffer cache hit rates. What is your mmain application? If it is Oracle, are you using raw I/O?
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 11:55 AM
07-05-2001 11:55 AM
Re: Disk Bottle neck
Here is some general advice to avoid disk bottlenecks:
1. Stripe heavily used LV's across spindles which are fed by different SCSI controllers which are, in turn, fed by different bus adapters.
2. If you are using any form of array with two array controllers, make sure you choose your primary and alternate PV paths for your VG's such that the I/O (during normal ops) is spread evenly across both array controllers.
3. For database applications, it's a good idea to keep these types of data on completely separate spindles to reduce the liklihood of thrashing: data, index, archive log, redo log, roll-back segment.
4. Never forget your six P's: Prior Planning Precludes Piss-Poor Performance.
Cheers,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:01 PM
07-05-2001 12:01 PM
Re: Disk Bottle neck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:22 PM
07-05-2001 12:22 PM
Re: Disk Bottle neck
You may also want to add another I/O card with good transfer rates say 80MPps and up.
Vibert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:31 PM
07-05-2001 12:31 PM
Re: Disk Bottle neck
Assuming you have a decentg amount of memory,
I would start at about bufpages=25600 (100MB); I would certainly not exceed 320MB. In your case the memory is more precious in the SGA so you can increase buffers there.
Hope this helps, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 01:21 PM
07-05-2001 01:21 PM
Re: Disk Bottle neck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 02:03 PM
07-05-2001 02:03 PM
Re: Disk Bottle neck
'bufpages' is a kernel parameter. You can (should) use SAM to adjust it. Go to SAM -> Kernel Configuration. SAM has built-in help for each kernel tunable, but you can get an equally good overview and/or browse safely, here:
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
In part, you will note from this document that:
"If bufpages is zero at system boot time, the system allocates two pages for every buffer header defined by nbuf. If bufpages and nbuf are both zero, the system enables dynamic buffer cache allocation and allocates a percentage of available memory not less than dbc_min_pct nor more than dbc_max_pct , depending on system needs at any given time."
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 06:03 AM
07-06-2001 06:03 AM
Re: Disk Bottle neck
If it's not a disk array, you might consider using one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 07:18 AM
07-06-2001 07:18 AM
Re: Disk Bottle neck
You have four busy disky, four controllers, but the busy disks are all attached to one controller.
If you can not move the disks, may be you can reorganize some lvols vice-versa, so you make better use of the controllers.
Now I hope the controllers are the same, because if the big one is a fast-wide and the others are SE, forget it.
Volker