- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvm design
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
06-06-2002 12:50 PM
06-06-2002 12:50 PM
Thanks in advance for your comments.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 01:01 PM
06-06-2002 01:01 PM
Re: lvm design
Then we have the O/S mirrored with the along with the apps being mirrored on internal or external disks.
I haven't heard of any white paper that suggests this kind of design, but Oracle has about a million recommendations for what you should do to your server so...
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 01:12 PM
06-06-2002 01:12 PM
Re: lvm design
If you split metavolumes/physical voulmes across several different disks and I/O channels that will give you a good performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 01:24 PM
06-06-2002 01:24 PM
Re: lvm design
Here is a white paper, old but might be useful,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009825655
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:32 PM
06-06-2002 08:32 PM
Re: lvm design
In our environment (8.1.7) we use a volumegroup for each mountpoint. So if you have (for example for a SID called olap) :
/oraolap1
/oraolap2
/oraolap3
/oraolap4
you would also have :
vgolap1
vgolap2
vgolap3
vgolap4
Some of these volumegroups are pretty large. Remember that for most databases you would benefit from having your volumegroups spread over multiple small LUNs. This is only a problem with really large databases (datawarehouse) where using 4Gb LUNs would be ridiculous (not to mention the fact that you run into LVM limits).
The problem with the EMC array (which we have as well) is that you can't "control" whether or not two small LUNs are actually one physical disk. If I were you, I would put the EMC guys that configure your array together with your DBA's and have them work it out ...
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 11:38 PM
06-06-2002 11:38 PM
Re: lvm design
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 11:55 PM
06-06-2002 11:55 PM
SolutionI have seen a whitepaper on oracle/emc and performance (how to get it) but its from oracle or emc, not from HP. I cant find my copy. Anyway, technology has move on since and you no need to really worry about strip sizes, PE sizes etc;
We run tons of EMC and we are all Oracle. The best way to get performance is;
1. Stripe, stripe, stripe. The more controllers the better. The more disks helps, but its the extra throughput from more controllers that really helps throughput.
2. The EMC's have tons of cache (ours 8GB) so worrying about stripe size, lun size etc. doesnt really matter that much anymore. It depends on your application - fast response needed from small lookups, or massive reports needing tons of data ?
3. Run EMC's Optimizer software (from a PC) - this reports which actual disks/spindles inside the EMC are being thrashed and when you run it in active mode it moves data around in the background so that all spindles peform evenly. Perfect! This removes the need or worry about striping across the same actual spindles and caning any one of them.
This is the best way to get performance from EMC for Oracle. Of course running HP's new Cache Luns on their XP's is even better - the database lives in memory and performance is consequently improved several times!
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2002 12:46 PM
06-09-2002 12:46 PM
Re: lvm design
I think the paper to which Stefan refers may be Oracle's "Optimal Storage Configuration Made Easy". It's recommendation is "SAME" -- Stipe And Mirror Everything.
http://technet.oracle.com/deploy/availability/pdf/oow2000_same.pdf
Regards!
...JRF...