- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Bottlenecks
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
04-06-2000 01:48 AM
04-06-2000 01:48 AM
Disk Bottlenecks
receiving a bunch of disk bottlenecks. Does anyone know what this means and
what I need to do to fix this. Thanks in advance for you help. -Tod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2000 02:23 AM
04-06-2000 02:23 AM
Re: Disk Bottlenecks
physical disk. One way to fix this is to identify the file systems or logical
volumes that are used most often and place them on separate physical disks,
thus spreading the number of reads/writes across multiple disks. You can go
one step further and place them on separate IO channels if performance is still
suffering.
Check IO by File Sys, IO by Disk, and IO by Logl Vol to get an idea of which
filesystems and/or disks are stressed. You can also see which PIDs are the top
disk users.
You may also want to check the Global Waits in glance to see just what
percentage of processes are waiting on Disk I/O. All Glance is really saying
when it warns of a disk bottleneck is that there is a lot of activity on the
disks and you may run into a bottleneck.
-Evan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2000 06:26 AM
05-23-2000 06:26 AM
Re: Disk Bottlenecks
We are having the same issues here where I work. What I would like to know is your enviroment and what if any ERP systems or Databases. Maybe we could share information..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2000 06:30 AM
05-23-2000 06:30 AM
Re: Disk Bottlenecks
Sorry here is my email
Dlabonte@ime.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2000 01:36 PM
05-23-2000 01:36 PM
Re: Disk Bottlenecks
The sar -d data is based on the disk drive, not the file system. You can use Glance to with the (v) option to isolate the problem to a logical volume If the disk having the problem has multiple logical volulmes, moving a busy lv to a new disk should help with disk bottlenecks.
Also, you could add a mirror to the volume group and mirror the offending lvol to the new disk. This will really help with reads, but if the disk bottleneck is mainly caused by writes, this wont really help much.
If you only have one lvol on the busy disk, you could strip the lvol over several disks to help spread the load out.
I hope this gives you some ideas.
Norm Clary