Originally posted by: niella
Hi,
Perhaps consider the use of mklvcopy based mirroring and then break the mirror afterwards. It adds an extra step but using 'syncvg' has the benefit of parallel synchronization to speed up the migration:
From man syncvg:
-P NumParallelLps
Numbers of logical partitions to be synchronized in parallel. The valid range for NumParallelLps is 1 to 32. NumParallelLps
must be tailored to the machine, disks in the volume group, system resources, and volume group mode.
When a volume group is varied on in concurrent mode, all other cluster nodes that have this volume group varied must be at
least AIX 4.3.0, otherwise syncvg will ignore this option and continue. Note: See Description above for more information.
Depending on how much you are prepared to strain the SAN, you could do:
1. mklvcopy LVName 2 TargetPV
2. syncvg -l LVName -P 32
3. rmlvcopy LVName 1 SourcePV
Regards,
Niel
#AIX-Forum