Chapter 7 Flashcards
Which of the following could be an appropriate reference to one of the volume group vg0’s physical volumes?
/dev/sdb3
Which of the following would be an appropriate reference to the logical volume lv1?
/dev/vg0/lv1
Which of the following commands is used to initialize an lvm physical volume?
pvcreate
What is the name of the granular unit which is used to structure the assignments of disk space to logical volumes within a volume group?
physical extent
Which command is used to add a physical volume to an already existing volume group?
vgextend
Use the output of the following command to answer the next two questions.
[root@station] pvdisplay /dev/sdb1 --- Physical volume --- PV Name /dev/sdb1 VG Name vg0 PV Size 37.16 GB [7792848 secs] / NOT usable 4.1 MB [LVM: 165 KB] PV# 1 PV Status available Allocatable yes Cur LV 6 PE Size (KByte) 4096 Total PE 9511 Free PE 2 Allocated PE 9509 PV UUID ptzILn-vnWA-SmcN-fu2m-Bsjt-MUO6-67tjDT
-
What is the name of the volume group to which this physical volume has been contributed?
vg0
What is the size of the physical extents for the physical volume?
4 megabytes
Use the output of the following command to answer the next two questions.
[root@station] vgdisplay vg0 --- Volume group --- VG Name vg0 VG Access read/write VG Status available/resizable VG # 0 MAX LV 256 Cur LV 6 Open LV 5 MAX LV Size 255.99 GB Max PV 256 Cur PV 1 Act PV 1 VG Size 37.15 GB PE Size 4 MB Total PE 9511 Alloc PE / Size 9509 / 37.14 GB Free PE / Size 2 / 8 MB VG UUID GonJxd-GLBD-XFWC-2zuU-JM8Q-isye-3B345B
-
How much space is available for assignment to a logical volume?
8 megabytes
Which of the following must be specified when creating a logical volume?
The name of the logical volume and The Size of the Logical Volume
Which of the following can be created at install time using the Red Hat Enterprise Linux installer?
Physical volumes, Volume Groups, Logical Volumes