Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
With root authority, find the free physical partitions on which you can create the raw logical volume by typing the following SMIT fast path:
smit lspv
Select a disk.
Accept the default in the second dialog (status) and click OK.
Multiply the value in the FREE PPs field by the value in the PP SIZE field to get the total number of megabytes available for a raw logical volume on the selected disk. If the amount of free space is not adequate, select a different disk until you find one that has enough available free space.
Exit SMIT.
Use the mklv command to create the raw logical volume. The following command creates a raw logical volume named lvdb2003 in the db2vg volume group using 38 4-MB physical partitions:
mklv -y lvdb2003 db2vg 38
Use the -y flag to provide a name for the logical volume instead of using a system-generated name.