PING : REPLACING AN LVM DISK : STEP 4.3
|
Reactivate the volume group so that the new disk can be attached, since it wasn't configured in at boot time:
# vgchange -a y /dev/vg00
Now, synchronize mirrored logical volumes:
# vgsync /dev/vg00
|