HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk io problem
Operating System - HP-UX
1833268
Members
2774
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-18-2006 10:45 AM
08-18-2006 10:45 AM
Disk io problem
Hello
Configuration:
LVM
HPUX 11.11
Storage Hitachi FC
File System on the luns hitachi
The problem is the disk io rate
if check with iostat show 30Mbs rate, sar -d show 100% use
When use dd command the rate is 120Mbs,
When use cp file system to file system the luns the rate is 30Mbs
I installed OVPM: The disk pick utilization is 100%
The disk rate is 30%
I modified the dbc_max_pct=15, dbc_min_pct=5, after 5;2, but the problem is same.
How to determine the problem with IO, ?
Regards
Rene
Configuration:
LVM
HPUX 11.11
Storage Hitachi FC
File System on the luns hitachi
The problem is the disk io rate
if check with iostat show 30Mbs rate, sar -d show 100% use
When use dd command the rate is 120Mbs,
When use cp file system to file system the luns the rate is 30Mbs
I installed OVPM: The disk pick utilization is 100%
The disk rate is 30%
I modified the dbc_max_pct=15, dbc_min_pct=5, after 5;2, but the problem is same.
How to determine the problem with IO, ?
Regards
Rene
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 11:06 AM
08-18-2006 11:06 AM
Re: Disk io problem
Hi Rene
I'd like to tell you there is a probability of difference between dd and file copy
because file copy need more procedure in Kernel, like check inode and check where is etc. but dd do not
and if you are going to cp a filesystem which is consisted in so many tiny files, it would be a cause of low speed in disk IO
Regards
nanan
I'd like to tell you there is a probability of difference between dd and file copy
because file copy need more procedure in Kernel, like check inode and check where is etc. but dd do not
and if you are going to cp a filesystem which is consisted in so many tiny files, it would be a cause of low speed in disk IO
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 11:33 AM
08-18-2006 11:33 AM
Re: Disk io problem
First, you should understand that performance tools like sar and Glance don't know that this "disk" is actually an array LUN that might actually be comprised of many physical LUN's + array cache so 100% i/o simply means that a tremendous amount of i/o is going to/from what it sees as one disk. Dd especially if using raw devices will always be faster than cooked io such as cp. Moreover, when you use cp, you are constrained not only by how fast the write is going but also by the speed of the reads.
Your dd's should read should look something like this:
dd if=/dev/zero bs=64k count=1000 of=/xxx/yyy/f1
Writes should look something like this:
dd if=/xxx/yyy/f1 bs=64k count=1000 of=/dev/null
That at least lets you separate the disk related reads from the disk related writes.
You may need to increase your scsi_max_qdepth.
Your dd's should read should look something like this:
dd if=/dev/zero bs=64k count=1000 of=/xxx/yyy/f1
Writes should look something like this:
dd if=/xxx/yyy/f1 bs=64k count=1000 of=/dev/null
That at least lets you separate the disk related reads from the disk related writes.
You may need to increase your scsi_max_qdepth.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP