PING : REPLACING AN LVM DISK : STEP 3.8
|
Restore the LVM configuration/headers onto the replacement disk from your backup of the LVM configuration:
# vgcfgrestore -n /dev/
where X is the Logical unit number of the disk that has been replaced.
For example:
# vgcfgrestore -n /dev/vg00 /dev/dsk/c0t0d0
NOTE: You must have performed the command vgcfgbackup to save off the headers prior to the disk failure. |