This document provides instructions for migrating data from an existing storage system to a new storage system. It outlines steps to check operating system patches and drivers, verify disk assignments, check the number of disks in each disk group, label disks, enable volume management, add disks to disk groups, mirror volumes, and mount file systems to check data integrity.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
54 views2 pages
Data Migration Steps in VX VM
This document provides instructions for migrating data from an existing storage system to a new storage system. It outlines steps to check operating system patches and drivers, verify disk assignments, check the number of disks in each disk group, label disks, enable volume management, add disks to disk groups, mirror volumes, and mount file systems to check data integrity.
Data Migration Steps: Once you are confirmed that LUNS
have been assigned.
To check the number disk attached to diskgroup.
for s in ebdg01 flashdg fsdg01 hypdg01 hypdg02 hyp93dev01 hyp93uat01 oradg01 oradg02 oradg03 oradg04 oradg05 oradg06 oradg07 orafsdg01 orafsdg02 orafsdg03 or afsdg04 do echo Total No of disk attached to the $s Diskgroup vxprint -htg $s|grep "^dm"|wc -l done
cfgadm -c configure <Fabric controller no i.e c3 or c4>
/usr/sbin/vxassist -g <dgname> mirror <volumename> layout=nostripe <vmaxdiskname> Once you are okay with data consistancy then perform Next step i. (Removing old plexes)….. /usr/sbin/vxplex -g <diskgroup> -o rm dis <plexname>
start the volume if it was not started
Mount the file system and check the data integrity.