You need to select the last valid metadata backup of vg2 from /etc/lvmconf (check it with vgcfgrestore -ll -f /etc/lvmconf/vg2.conf[.#.old]; see 'man vgcfgrestore for metadata archive file names) and restore it. Say vg.conf.1.old is the valid one: for dev in AllPVsOfVG2 # list all PVs reported by vgcfgrestore -ll above do pvcreate -ff $dev vgcfgrestore -f /etc/lvmconf/vg.conf.1.old $dev done vgscan vgchange -ay vg2