This section tells how to expand a volume a compatibility volume by 500 MB.
Example 16.2. Expand a volume
Expand the volume
/dev/evms/lvm/Sample Container/Sample Region
, which is the compatibility volume that was created in the chapter entitled "Creating Volumes," by 500 MB.
Follow these steps to expand the volume with the EVMS GUI:
Select
→ →Select
from the list of volumes.Click
.Select
from the list as the expand point.Click
.Enter 500MB
in the "Additional Size" field.
Click
Alternatively, you can perform some of the steps to expand the volume with the GUI context sensitive menu:
From the /dev/evms/lvm/Sample Container/Sample Region
.
Click
Continue the operation to expand the volume beginning with step 3 of the GUI instructions.
Follow these steps to expand a volume with Ncurses:
Select
→ → .Select
from the list of volumes.Activate
.Select
from the list of expand points.Activate
.Press spacebar on the field.
At the "::" prompt enter 500MB
.
Press Enter.
Activate
.
Alternatively, you can perform some of the steps to shrink the volume with the context sensitive menu:
From the Volumes view, press Enter on / .
Activate the
menu item.Continue the operation beginning with step 3 of the Ncurses instructions.
The expand command takes an expand point followed by an optional name value pair and an expandable object. To find the expand point, use the query command with the Expand Points filter on the object or volume you plan to expand. For example:
query: expand points, "/dev/evms/lvm/Sample Container/Sample Region"
Use a list options filter on the object of the expand point to determine the name-value pair to use, as follows:
query: objects, object="lvm/Sample Container/Sample Region", list options
The free space in your container is the container name plus /Freespace
.
With the option information that is returned, you can construct the command, as follows:
expand: "lvm/Sample Container/Sample Region", add_size=500MB, "lvm/Sample Container/Freespace"