Start a Conversation

Unsolved

This post is more than 5 years old

S

1505

May 13th, 2011 14:00

Host based LVM migrations on HP, Solaris and RoboCopy for windows to migrate off from DMX/CX to VMAX

Hello All,

If could someone outline the steps for the host based migrations for the hosts Solaris, HP hosts using LVM. The plan is to migrate the existing storage from CX/DMX to the VMAX.

Regards,

1 Rookie

 • 

20.4K Posts

May 13th, 2011 22:00

for HP servers using native LVM the steps are pretty simple, your HPUX admins should know this.

1) pvcreate new disks from VMAX

2) vgextend new disks into the volume group

3) begin mirroring each logical volume (lvextend -m 1 lvname)

4) after mirroring has finished, remove mirror from the old disk (lvreduce -m 0 lvname /dev/dsk/olddiskname)

5) remove old disk from volume group (vgreduce vgname /dev/dsk/olddiskname)

125 Posts

May 14th, 2011 08:00

Thanks for the response Dynamox, is it same for Solaris too, I appreciate,  if you or someone could shed some light RoboCopy for windows.

1 Rookie

 • 

20.4K Posts

May 14th, 2011 20:00

what volume manager is running on Solaris ?

For windows hosts running PowerPath  look into using PowerPath migrator enabler ..it's free , it's online and it's easy.

125 Posts

May 15th, 2011 19:00

I think some hosts run SVM and some are on VxVM for Solaris.

1.3K Posts

June 12th, 2011 13:00

on step 3 (lvextend), its is better to specify the physical device(s)name too so the mirror extents will be picked from them only. Other wise , if the existing/old disk has free space there is a possibility the mirror extents may get picked from there. we even create a dummy LV to keep the exisitng disks fully occupied then mirror it w/o specifying any PV argument.

No Events found!

Top