Originally posted by: Wouter Liefting
You can copy (or FlashCopy) the LUNs at the SAN level, but this can be tricky as you're also copying the PVIDs, LVIDs and other unique numbers.
The easiest way to clone a non-rootvg VG from within AIX is to use savevg/restvg. This will dump the whole VG (both the metadata and the data) in a single file which you can then copy and restore, similar to an mksysb.
In fact, I once needed to clone a system with a complex but not overly large VG setup. I did a savevg to backup all the non-rootvg VGs, and made sure these backup files were stored somewhere in rootvg. I then created an mksysb, which included the whole rootvg including these savevg files. Restored the mksysb on a different system, then did a restvg to restore the other VGs from the savevg files, done.
#AIX-Forum