- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Optimum disk layout
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
10-10-2007 08:24 PM
10-10-2007 08:24 PM
Optimum disk layout
I have an rp4440 with a MSA30. We have had disk throughput issues and I am reviewing the disk layout. We have 1 LV with two mirror copies. The LV is lvsplit overnight to allow offline backup and lvemerged at the end. Currently it is contained on three PVG's with 6*73gb disks in the vg. The app causes v.high logical reads and I am trying to decide the best layout (striped, mirrored, both?) Any advice would be appreciated. OS is HP.UX 11.11. We have Mirror-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 08:42 PM
10-10-2007 08:42 PM
Re: Optimum disk layout
I feel better to create a lun ,RAID 1+0 in MSA and have one mirror copy in OS .
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 08:46 PM
10-10-2007 08:46 PM
Re: Optimum disk layout
Heavy read applications generally perform best in a RAID 5 environment.
If there is heavy write activity, these logical volumes will perform better raid 1 or raid 1+0.
Since you have only and MSA-030, you can't do RAID on the hardware. If you had an MSA-1000/1500 fiber channel switch, you could handle raid on the hardware.
In general, its best to handle RAID on the hardware, not with OS software. Mirror/UX in this case should be used if you want to implement RAID 1. Striped can be done with LVM.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 10:06 PM
10-10-2007 10:06 PM
Re: Optimum disk layout
With your OS version, you cannot have striped mirrors, only extend based. But even this could help you.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 10:45 PM
10-10-2007 10:45 PM
Re: Optimum disk layout
It is SCSI 4 channel path no smart array
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 11:59 PM
10-10-2007 11:59 PM
Re: Optimum disk layout
Welcome to the HP HPUX ITRC Forums.
Unfortunately I can not see your attachments from the thin client I am currenty on which does not support .doc files. Use .txt next time?
3 disks is an 'odd' number, as well as a small number!
Is it just those 3 containing main and mirrors or an other 3 for mirrors?
Did you manage to define the mirrored lv's such that they do not reside on the same physical spindle or just let the blocks drops wherever?
The cheapest way to fix this may well be to just add more drives, as long as you have slots available.
With so few spindles, placement withing the spindles may become critical. For example, you may want the critical, high IO rate, data on the outside (lower blocks) of the disk and low used zones (swap) explicitly on the inside. That may give lower seek average distances, and faster transfer rates.
Still, any ond all of this tuning will likely result in less than 20% differences. To make a real impact, look back at the application (undisclosed?!) and see if it can be aranged more smartly, given more (cache) memory to play with and such. That often easily gives 2x or 10x reduction in io rates.
Your mileage will vary!....
Hope this helps some,
Hein van den Heuvel
HvdH Performance Consulting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 12:15 AM
10-11-2007 12:15 AM
Re: Optimum disk layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 12:28 AM
10-11-2007 12:28 AM
Re: Optimum disk layout
ioscan -fn
vgdisplay -v
strings /etc/lvmtab
the config is still not clear to me.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
