- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM Mirroring to different size LUNS
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-29-2005 06:05 AM
04-29-2005 06:05 AM
We are going from an EMC Sym to EMC DMX storage system and all of the LUN / Device sizes are different.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 06:09 AM
04-29-2005 06:09 AM
SolutionYes you can do it..BUT....the mirror size will be limited to the capacity of the smaller LUN.
This will effectively waste a lot of space on the new LUNs.
Your EMC people should have planned this better & presented the same size LUNs on the new DMX.
To get full capacity you'll need to transfer the data some other way besides mirroring - via tape or rcp or ftp or such.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 06:40 AM
04-29-2005 06:40 AM
Re: LVM Mirroring to different size LUNS
if Your host is dual-pathed to both arrays, You might want to take the 'risk' of simply using pvmove, but in the end, anything works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 06:48 PM
04-29-2005 06:48 PM
Re: LVM Mirroring to different size LUNS
It is not advised to mirror it this way if difference of Size between two LUNs is too large. Just see the following VG parameters before going ahead as these parameters might now allow you to use the full size of new LUNs in existing VG's.
MAX PE Per PV
PE Size
Max PE per PV * PE Size = Max Physical Volume (Here LUN) Size utilized by VG.
This way you can find out the maximum space of one LUN that can be utilized in your existing VG.
Altough you can add LUNs of more than this size but it will be utilizd upto this limit only.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 05:33 AM
04-30-2005 05:33 AM
Re: LVM Mirroring to different size LUNS
Mirroring doesn't actually care about the various disks or their physical size. In fact, you can use pvmove to move mirrored extents to other disks or even to the same primary disk (a very dumb idea).
The concept of volume groups is to eliminate the concept of physical disks/LUNs y simply creating a pool of disk space. You then allocate the space as needed. You can mirror a 36Gb disk to a bunch of 2Gb disks with no problem. The LVM code looks up every extent as needed so there's no real shortcuts by having the mirror extents on different disks or even in random order.
Oh, but there's the issue of performance. Ideally, the disks would be similar in performance. When the disks aren't really disks but carved out space in an array, this issue is meaningless because all the disk space performs at about the same level (assuming reasonable management of the array parameters).
Bill Hassell, sysadmin