- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical volume groups and Sympath
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
05-25-2005 10:05 AM
05-25-2005 10:05 AM
Is it usefull for performance or anything else to use LV with Allocation=PVG-strict/distributed when we are using EMC/sympath disk?
Also do the Alternate links need to be added to the /etc/lvmpvg file?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:17 PM
05-25-2005 02:17 PM
SolutionThis is used for extent based mirroring i.e. when you want two copies of you data on two different set of disks. If you are not mirroring at LVOL level then there will be no benefit out of it. Rather use stripping across multiple LUNS for better performance.
Also alternate links needs to be added to /etc/lvmpvg file.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:01 PM
05-25-2005 04:01 PM
Re: Physical volume groups and Sympath
Yes, you will have to add the alternate links to the lvmpvg file.
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 05:39 PM
05-25-2005 05:39 PM
Re: Physical volume groups and Sympath
It depends on the purpose of the file system you are using.
In our case, we use PVG-strict policy for all lvols in one of the VG(used for Oracle databse). By doing this we avoid, data files, archive logs, redo logs going to the same physical disk.
I don't think, you get any performance difference by doing this as you are using storage array. Only the allocation of different types of files to different disks acheived.
regards,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 02:27 AM
05-26-2005 02:27 AM
Re: Physical volume groups and Sympath
Devender,
Do you mean LVM stripping or Symmetix level stripping? Currently we are using RAID 0+1 at the Symm level.
Also does the listing order of the c#t#d# within a PVG matter?
Devesh,
How bad would it be? which way would you recommend for an Oracle data warehouse?
Madhu,
We have 59 PVG-strict/distributed logical volumes of 67GB each. Those 59 LV on 10 VGs. Those VGs are made of 6 (67GB) EMC LUNs which in term made of a RAID 0+1 physical disks. Our Oracle files are distributed across and mix in the 59 LVs. Any recommendation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 08:54 PM
05-27-2005 08:54 PM
Re: Physical volume groups and Sympath
From this I meant LVM level mirroring only. These LVs across which your files are distributed could have been stripped across 6 LUNs of each VG. This will make more sense if your LUNs are created using less no. of physical disks. Also while creating a VG of these LUNs prior to putting entry in /etc/lvmpvg file divide 6 LUNs of each VG in a two groups of three each. Now create VG having taken one controller of first three and second controller for second three. Now add second controller for first three and first controller for second three as alternate link. This shall give you a stripping at controller level also. This also improves performance as both controllers are utilized simultaneously. Otherwise LVM supports multiple paths in active-standby mode and not active-active mode.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 08:57 PM
05-27-2005 08:57 PM
Re: Physical volume groups and Sympath
Also have a look at this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=868994
HTH,
Devender