How do I increase the size of a logical volume?
To increase the size of the logical volume represented by the lv05 directory by three logical partitions, for example, type:
#extendlv lv05 3
You can display all logical volumes that are part of rootvg by typing the following command:
#lsvg -l rootvg
Run the following command to display information about the logical volume lv1:
#lslv lv1
#rmlv lv7
1. mklvcopy LogicalVolumeName Numberofcopies
2. syncvg VolumeGroupName
How do I remove a copy of a logical volume?
You can use the rmlvcopy command to remove copies of logical partitions of a logical volume. To reduce the number of copies of each logical partition belonging to logical volume testlv, enter:
Comments