Hello,
I would like to make a data migration from one external storage system (SAN) to another one, using mirroring to the new LUNs.
But these hosts are running HACMP.
May I use the standard LVM mirroring command like:
"extend vg_name hdisk_name" to add the new disk in the existing VG.
"mklvcopy LV_Name 2" to create the mirror on a LV.
"syncvg –l LV_Name" to start synchronizing the mirror.
When the mirror is synchronized:
"unmirrorvg VG_vgname hdisk_to_remove_from_mirror" to break mirroring
And "rmdev –l hdisk_name –d" to remove the old disk from the mirror.
Thanks,
Dominique
I would like to make a data migration from one external storage system (SAN) to another one, using mirroring to the new LUNs.
But these hosts are running HACMP.
May I use the standard LVM mirroring command like:
"extend vg_name hdisk_name" to add the new disk in the existing VG.
"mklvcopy LV_Name 2" to create the mirror on a LV.
"syncvg –l LV_Name" to start synchronizing the mirror.
When the mirror is synchronized:
"unmirrorvg VG_vgname hdisk_to_remove_from_mirror" to break mirroring
And "rmdev –l hdisk_name –d" to remove the old disk from the mirror.
Thanks,
Dominique