0% 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.
Copyright
© Attribution Non-Commercial (BY-NC)
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% 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.
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 2

Data Migration Project:

1) Check & Verify OS patch level +LeadVille Driver + VxVM 5.1

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>

devfsadm –C -> Please label all the disk

vxdctl enable

vxdisksetup -e <diskname> format=sliced

vxdg -g <dgname> adddisk diskname=<devicename>

( for concat -> concat)

/usr/sbin/vxassist -g <Dgname> mirror <volumename> <vmaxdiskname>

( For stripe -> Concat)


/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.

You might also like