Originally posted by: Montecarlo
Run mkvgdata on all non-root volume groups. Then if you have to, you can use restvg -r to recreate the vgs on the same or different disks. savevg and restvg are fine for small volume groups that you backup to a local tape drive, but nobody has local tape drives anymore (I haven't seen one for years).
Enterprise backup solutions - TSM, Legato etc. All have a fundamental problem as far as aix volume groups are concerned. They can back up data in a very sophisticated way, but as far as I know, they do not back up data container information - no information regarding the size of the vg, number of disks, number and size of lvs, filesystem sizes, mount points or jfs logs is backed up.
mmexportfs -P does similar things for gpfs.
We run a mksysb wrapper that collects vgdata for all vgs so we can recreate vg, lv and fs if required.
The more options you have for recovery the less you are likely to need them.
Regards, Simon
#AIX-Forum