Change the logical volume capacity named vo from 190M to 300M. and the size of the floating range should
set between 280 and 320. (This logical volume has been mounted in advance.)
Answer: See the explanation
Explanation:
# vgdisplay
(Check the capacity of vg, if the capacity is not enough, need to create pv , vgextend , lvextend)
# lvdisplay (Check lv)
# lvextend -L +110M /dev/vg2/lv2
# resize2fs /dev/vg2/lv2
mount -a
(Verify)
——————————————————————————- (Decrease lvm)
# umount /media
# fsck -f /dev/vg2/lv2
# resize2fs -f /dev/vg2/lv2 100M
# lvreduce -L 100M /dev/vg2/lv2
# mount -a
# lvdisplay (Verify)
OR
# e2fsck -f /dev/vg1/lvm02
# resize2fs -f /dev/vg1/lvm02
# mount /dev/vg1/lvm01 /mnt
# lvreduce -L 1G -n /dev/vg1/lvm02
# lvdisplay (Verify)
Answer: See the explanation
Q&A part of this exam was so easy for me because I was fully prepared. Almost all the questions were being read by me beforehand. And all the credit goes to EX300 Q&A DumpsSure who offered such a fruitful material with me and many others like and caused success. I suggest to choose DumpsSure.com material if you want success. https://www.dumpssure.com/redhat/real-ex300-dumps-pdf.html
0
0