- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and VxVM
- >
- Re: how many volume groups for oracle?
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-14-2011 12:47 PM
03-14-2011 12:47 PM
how many volume groups for oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-14-2011 01:07 PM
03-14-2011 01:07 PM
Re: how many volume groups for oracle?
As for adding the mount points in /etc/fstab yes. Get the mount options from your DBA as well as getting the suggested layout for the file systems like sripe width and block size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-14-2011 01:31 PM
03-14-2011 01:31 PM
Re: how many volume groups for oracle?
If you have an oracle support agreement, it might be a good call to their support and see what is best for your circumstances as far as data and log extent sizes.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-14-2011 01:41 PM
03-14-2011 01:41 PM
Re: how many volume groups for oracle?
Issues:
* Getting maximum number of disk heads for fast data access. Generally taken care of on the SAN side, but still, striping is used to assist.
* LUN size. Generally expansion should be handled through adding a new LUN and then extending the logical volume.
* Access type. Oracle writes archive logs sequentially and will do well with raid 5 parity 9 storage. Heavy read/write environments need different configuration.
* This assumes there is no ServiceGuard High availability clustering.
* How many total disks/luns available on the EVA6400.
I don't think your DBA is off base. This plan offers a lot of flexibility.
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
- Email to a Friend
- Report Inappropriate Content
03-15-2011 06:51 AM
03-15-2011 06:51 AM
Re: how many volume groups for oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-15-2011 07:51 AM
03-15-2011 07:51 AM
Re: how many volume groups for oracle?
Answer to second question.
You can do with 4 volume groups and 4 lv's covering each volume group.
Advantages: You can configure each one custom, with striping if you wish for maximum performance.
Disadvantage: Many people like to have a single database instance in a single volume group. This makes activation simple, and going with high availability like ServiceGuard less complex.
You can customize the lv's as you build them in a single volume group.
I like having a volume group contain a single database instance, making it ServiceGuard ready in the future. It will still work with 4 volume groups, but in my opinion adds needless complexity.
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
- Email to a Friend
- Report Inappropriate Content
03-15-2011 10:43 AM
03-15-2011 10:43 AM
Re: how many volume groups for oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-15-2011 12:15 PM
03-15-2011 12:15 PM
Re: how many volume groups for oracle?
Since you have an EVA, it does not matter if you do one VG with multiple LVs (you can always spec out which PV you carve for which LV) and vice versa.
What is IMPORTANT is you carve 4 Vdisks out of your EVA8400 and alternate path preferencing of the Vdisks between the 2 Controllers for optimal performance.
Now -- since it seems your DBA prefers cooked or filesystem based Oracle data storage... please bear in mind the recommended "MOUNT" options for filesystem based Oracle storage. And depending on your version of VxFS installed -- If VxFS 4.0/t.0:
delaylog,convosync=direct,mincache=direct
If VxFS (aka OnlineJFS) is 5.0.1:
cio,delaylog
Using the cio mount option implies the use of mincache=direct and conosync=direct.
You may also wish to Google a document tieled "HP-UX VxFS mount options for Oracle Database environments" as there are helpful tunables for both the OS admin and DBAs alike.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP