.TH VGCFGRESTORE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*- .SH NAME vgcfgrestore \- restore volume group descriptor area .SH SYNOPSIS .B vgcfgrestore .RB [ \-d | \-\-debug ] .RB [ \-f | \-\-file " filename" ] .RB [ \-l[l] | \-\-list [--list] ] .RB [ \-h | \-\-help ] .RB [ \-M | \-\-Metadatatype 1|2] .RB [ \-n | \-\-name " VolumeGroupName" ] .RB [ \-t | \-\-test ] .RB [ \-v | \-\-verbose ] .RI [ VolumeGroupName ...] .SH DESCRIPTION .B vgcfgrestore allows you to restore the metadata of your volume groups from a text backup file produced by \fBvgcfgbackup\fP. .SH OPTIONS See \fBlvm\fP for common options. .SH REPLACING PHYSICAL VOLUMES \fBvgdisplay --partial --verbose\fP will show you the UUIDs and sizes of any PVs that are no longer present. If a PV in the VG is lost and you wish to substitute another of the same size, use \fBpvcreate --restorefile filename --uuid uuid\fP (plus additional arguments as appropriate) to initialise it with the same UUID as the missing PV. Repeat for all other missing PVs in the VG. Then use \fBvgcfgrestore --file filename\fP to restore the volume group's metadata. .SH SEE ALSO .BR lvm (8), .BR vgcreate (8)