- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Need to migrate data from one storage to another.
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-10-2007 06:53 PM
05-10-2007 06:53 PM
My customer need to migrate data from old storage to new storage by using Brocade DMM. In the existing system, they are using LVM to manage the volumes. They have 14 PVs, 1 VG and 20 LVs which are on the old storage. Does anyone has any ideas how to migrate data by using Brocade DMM? Do I need to create disk layout to be the same as the existing on or not?
Thank you.
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:00 AM
05-14-2007 03:00 AM
SolutionAs far as data migration from one storage array to another, here are what enterprises usually do it.
Case I. (Inexperienced Admins/Storage Team)
Let the array vendor do it. Period.
Case II. (Experienced Admins)
Use LVM or VxVM Mirroring. Done right, the migration will NOT incur any downtime nor be disruptive.
If you are an experienced Admin, you should know Case II. Let us know if you want details on how Case II is done and what level of understanding do youhave with respect to LVM or VxVM and disks in general
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 03:56 AM
05-14-2007 03:56 AM
Re: Need to migrate data from one storage to another.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 04:13 AM
05-14-2007 04:13 AM
Re: Need to migrate data from one storage to another.
Thank you for your suggestions. Brocade DMM (Data Migration Manager) is a SAN based migration tool that work on LUN level. It will migrate data between LUN to LUN. I have heard that if I want to use LVM mirroring I need to pay for license and also I really concern about performance when doing data migration. There is 1.5TB of data and I will do offline data migration. The customer do not have VxVM installed on their host. They usually use LVM to manage disk on the host. If you don't mind please kindly provide me how to do data migration by using LVM mirroring.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 04:45 AM
05-14-2007 04:45 AM
Re: Need to migrate data from one storage to another.
One more question about migration performance via LVM mirroring. How fast have you guys migrated data by using LVM mirroring. I have only one day (24 hours) to migrate 1.5TB of data from existing storage to new storage. I am not sure that I can finish on time ot not.
Thank you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 07:05 AM
05-14-2007 07:05 AM
Re: Need to migrate data from one storage to another.
Once you have both the volumes mirrored, you can drop the old volume from the volume group and you have completed the transparent migration to new storage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 08:06 AM
05-14-2007 08:06 AM
Re: Need to migrate data from one storage to another.
the steps are simple :
a. i wud present luns from storage basis the size of each lvol(i assume that the IOPS load balancing is taken from storage side).
b. i wud pvcreate and vgextend to include the new luns into the volume group
c. i wd do a "lvextend -m 1 /dev/vgxx/lvol1
d. i wll check the mirroring progress "
e. i ll do a "lvreduce -m 0 /dev/vgxx/lvol
f. vgreduce old disk
f.