ディスクコピー
■
fdisk -l |grep /dev/sd
pvscan
vgscan
lvscan
vgdisplay
umount /test
vgchange -a n vg02
vgimportclone /dev/sdc1
pvscan
vgscan
lvscan
vgchange -a y vg02
vgchange -a y vg021
mkdir /test2
mount /dev/mapper/vg02-lv01 /test
mount -t xfs -o ro,nouuid /dev/vg021/lv01 /test2
[root@tdb01 ~]# xfs_admin -U generate /dev/vg021/lv01
Clearing log and setting UUID
writing all SBs
new UUID = 94270df5-c24e-4abd-a4d0-32918a36eadb
■vg削除
lvscan
vgscan
pvscan
umount /test2
vgchange -a n vg021
vgremove vg021
lvscan
vgscan
pvscan
pvremove /dev/sdc1
pvscan
Author And Source
この問題について(ディスクコピー), 我々は、より多くの情報をここで見つけました https://qiita.com/kotarosan/items/810ced47606762dfd9b1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .