Virtual TapeServer 8.4 Configuration Guide

Maintaining GFS for VTS | 213
c. Enter the following commands to stop the GFS service and restart the CLVMD service:
service gfs stop
service clvmd restart
d. 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
e. Enter the following command to confirm the physical volume:
pvscan
Here is an example of the output:
PV /dev/sdd1 VG gfsvg1 lvm2 [17.14 GB / 0 free]
Total: 1 [17.14 GB] / in use: 1 [17.14 GB] / in no VG: 0 [0 ]
f. 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
g. Enter the following to display details about the physical volume:
pvdisplay