Use the following information as guide for how to use the mirroring function of logical volume manager (LVM) to migrate data. Mirroring can only be used on logical volumes. It cannot be used for physical volumes.
# mklvcopy -e m -s y -k datalv 2 hdisk3 hdisk7 . . . # splitlvcopy -y splitlv datalv 1
# mklvcopy -e m -s y -k infxlv 2 hdisk4 hdisk10 . . . # rmlvcopy infxlv 1 hdisk4In this example, hdisk4 is where the data for infxlv already exists, and hdisk10 is where the mirror copy resides. It is also where you want to ultimately move the data.