On Thu, Oct 12, 2006 at 03:42:42PM +0200, Phil Lowden (plowden) wrote: > 1. Do the array-based copy. > 2. Reinitialze the new PV(s). > 3. Edit a copy of the original LVM backup configuration file with > the UUID of the new PV(s), the new VG name, and a new VG UUID. > 4. Restore the edited configuration file to the new PV(s). > 5. Activate the new VG and use it. There are tools to help you do that without having to edit/restore a metadata backup file: filters to tell lvm2 to only use the disks in the VG you're changing (easiest to use with --config now) --uuid options to pvchange and vgchange vgrename <old_vg_uuid> <new_name> Alasdair -- agk@redhat.com _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/