Virtual TapeServer 6.04.01 Installation Guide
36 | Installing GFS
b. Create the volume group by entering the following:
vgcreate gfsvg1 /dev/sde1
c. Create the logical volume by entering the following command. The -l 100%FREE
argument creates a logical volume using the entire volume group.
lvcreate -l 100%FREE -n lv1 gfsvg1
d. Enter the following command to confirm the physical volume:
pvscan
Here is an example of the output:
PV /dev/sde1 VG gfsvg1 lvm2 [17.14 GB / 0 free]
Total: 1 [17.14 GB] / in use: 1 [17.14 GB] / in no VG: 0 [0 ]
e. Enter the following command to confirm the volume group:
vgscan
Here is an example of the output:
Reading all physical volumes. This may take a while...
Found volume group "gfsvg1" using metadata type lvm2
f. Enter the following to display details about the physical volume:
pvdisplay
Here is an example of the output:
--- Physical volume ---
PV Name /dev/sde1
VG Name gfsvg1
PV Size 17.14 GB / not usable 3.37 MB
Allocatable yes (but full)
PE Size (KByte) 4096
Total PE 4388
Free PE 0
Allocated PE 4388
PV UUID tTHBFt-6pqc-ILIY-Uis5-L8Yn-bvBu-SCN3MV
g. Enter the following to view details about the volume group:
vgdisplay
Here is an example of the output:
--- Volume group ---
VG Name gfsvg1
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1