- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Large disk 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
04-30-2001 01:57 AM
04-30-2001 01:57 AM
Is there anything in 11.0 that creates a bottleneck when 3 "disks" with a size of ~150GB is put in one vg?
I had to increase PE-size to 8MB end thereby got about 65000 PE's. But perfoamnce is very poor, about 7MB/s. The "disks" are each 6 x 36GB in raid5, and I would expect a much larger throughput. I've been told that there must be a bottleneck in hpux. I've seen one single disk perform 23MB/s.
Anyone?
--
Best regards
Tonny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:17 AM
04-30-2001 02:17 AM
Re: Large disk performance
Make sure you have the latest Patch Bundle, for HW and for General Releases. (They include performace patches)
With Glance try to double click on the process that is using PHy I/O, and see the stop reason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:20 AM
04-30-2001 02:20 AM
Re: Large disk performance
So, whats the performance test time differences between;
[Physical disk - or Lun in in a Raid5 group]
dd if=/dev/rdsk/cxxxxx of=/dev/null bs=1024k count=50
and
[Logical volume]
dd if=/dev/vgXX/rlvolYY of=/dev/null bs=1024k count=50
I would expect these to be very similar. How did you measure your 7MB/s ?
Certainly increasing the PE size from 4 to 8 may degrade your performance a little, depending on your application. What is your app ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:22 AM
04-30-2001 02:22 AM
Re: Large disk performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:32 AM
04-30-2001 02:32 AM
Re: Large disk performance
All my lvols are 2062MB and striped across the three raidgroups. Also I have tried to create one lv which was not striped, with similar perfomance. I've trie stripesize of 64k and 1024k.
The readtest was performed with:
time dd if=xx of=/dev/null bs=2048 (1k - 16M) and each time it ended up in quite the same time.
--
Regards
Tonny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:40 AM
04-30-2001 02:40 AM
Re: Large disk performance
Sorry, Im still confused. If you do the tests right now (when the system is hopefully not busy) on the raw disk and the raw lvol what are the exact results (just use a blocksize of 1024k)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:41 AM
04-30-2001 02:41 AM
Re: Large disk performance
Have you checked the cabling, If you run SCSI, check the lenght and propoer termination.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 02:56 AM
04-30-2001 02:56 AM
Re: Large disk performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 03:03 AM
04-30-2001 03:03 AM
Re: Large disk performance
are u using alternate links?
if yes, check they are properly set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 03:33 AM
04-30-2001 03:33 AM
Re: Large disk performance
sar says:
13:25:26 c9t0d0 25.37 0.50 1019 4076 5.00 0.24
c9t0d1 29.85 0.50 1143 4573 4.98 0.25
c9t0d2 28.86 0.50 1080 4320 5.01 0.25
It is 1 Compaq HBA connecting via fiber to a Compaq SAN switch.
It read the 2062MB in 5:20.1 = 6.4MB/s which is absolutely disappointing.
I hope one of you have a good suggestion.
Thanks
--
Regards
Tonny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 03:42 AM
04-30-2001 03:42 AM
Re: Large disk performance
If you have any utility like "fcmsutil", try to see the link statistics for the FC link.
Probably you have a intermitent link failures, like packets lost, syncronization fails, etc.
Send us the stats.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 03:48 AM
04-30-2001 03:48 AM
Re: Large disk performance
If that 6MB /s is using dd on the raw disk device then youve got a hardware problem. Nothing to do with HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 06:02 AM
04-30-2001 06:02 AM
Re: Large disk performance
Thanks for all your help.
This has not been the brightest day.
dd must of course read the raw volume (rlv).
My readperformance then reaches 50MB/s which I can accept since it's raid5.
Thanks again.
--
Tonny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 02:16 AM
05-09-2001 02:16 AM
Re: Large disk performance
Btw. The XP256 disk-array with the slow 36GB disks can apparently only deliver 17-18MB/s.
Our Compaq array can deliver 50MB/s but is then not as secure as the XP256.
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2001 02:39 AM
05-10-2001 02:39 AM
Re: Large disk performance
17/18 Mb/s on XP's ..??? Maybe the connetion is from XP256 to HUB-FC. If you are using a hub all trafic share bandwise, and the performance decrease.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 12:40 AM
05-14-2001 12:40 AM
Re: Large disk performance
Yes the systems are connected through hubs and each server has 2 ctrl's, each to a hub.
But the other systems does not put much load on the xp. I'd say max 20% when things are wild. But I'm planning on making a measurement with the 2 other databases shutdown.