If I understand correctly, you have a VG with 2 disks (LUNs) and want to create a copy of the VG (lets say to do a trial run of the DB reorg.)
Stop the DB, flashcopy each of the 2 LUNs to their respective FC destination LUN. Then you have an exact copy of the VG on the dest. LUNs. For this reason it is best NOT to assign the destination LUNs to the same servers.
If you do, then a recreatevg will be necessary to modify the copied VG and its LVs/FSs - e.g. you can specify prefixes so that all the dest. LV names and labels (mount points in importvg stage) are modified:
lvora1:/oracle/data1 ==> duplvora1:/dup/oracle/data1
lvora2:/oracle/data2 ==> duplvora2:/dup/oracle/data2
and so on.
The command recreatevg is in fact a modified version of importvg, that will avoid having duplicate LV names, FS mount points, VGIDs and PVIDs, which is basically not a good idea.
Again, see the redbooks on this. I don't know the complete procedure(s) by heart.
HTH,
p5wizard