Moving LVM volumes between nodes on LINUX

First node where the FS are currently mounted:
umount FS
vgchange -an vgdata
vgexport vgdata
Second node, where we want to mount the volumes:
vgimport vgdata
vgchange -ay vgdata
pvscan (will show you the active/inactive volumes)
Thx to Hiram Ruiz
45/433

Leave a Reply

Your email address will not be published. Required fields are marked *