Previous Topic: Interfaces TabNext Topic: Properties Tab


Volumes Tab

View the Video

The Volumes tab allows you to create and destroy the set of volumes required for the operation of the appliance.

Note: See OS Limitations for details related to the maximum number of volumes supported by each OS.

Volume Information

For each volume, the following fields are defined:

Name

Logical name of the volume within the appliance. This name represents the role of the volume for the appliance class. It is a single word, case-sensitive, alphanumeric ([A-Za-z0-9_]).

Mount on

Path where the volume should be automatically mounted inside of the appliance (for example, /mnt/data). If left empty, it is up to the appliance to mount the volume.
For Windows appliances, boot volumes may only be mounted as c or c:\. The mount path for non-boot volumes can be only one of the following: letter, letter:\, or c:\path where letter is any valid drive letter except for c and path is not empty.
The mount path for the boot volume does not need to be set to c or c:\ as this will be done automatically by CA AppLogic® for System z.
This feature is only available if the Configuration Mode is set to dhcp.

Device

Name of a device, on which CA AppLogic® for System z makes the volume available to the appliance. For Linux appliances this is typically in the form of /dev/hdaN, where N is a digit between 1 and 9. The appliance itself determines in its /etc/fstab configuration file how and where in the filesystem hierarchy the volume is mounted unless Mount on path is specified.

Boot

Determines the boot volume for the appliance. Each appliance MUST have a boot volume, otherwise it will not start. See the Appliance Creation Guide for more information about how to create an appliance boot volume.

Type

Volume type. CA AppLogic® for System z supports the following volume types:

Constraints

Performance constraints for the volume. There are three volume constraints: none, high bandwidth and local only. CA AppLogic® for System z currently ignores the constraints setting, as such this setting should not be used.

Options

A set of important volume options described below.
The mandatory attribute makes the placeholder volumes required (currently all volumes are required, so this attribute is not used).
The read-only attribute makes the volume read-only (write-protected) for the appliance
The shared attribute marks the volume as shareable between appliances (see a number of cautions below)

Important: When there is no Mount on path specified, it is the responsibility of the appliance to mount a volume itself whenever it needs it in the file system and needs to select the r/o or r/w option on the mount within /etc/fstab to specify the type of access to the file system. The R/O and R/W setting in the editor does not affect how the appliance mounts the volume but only how it can mount it. For example, if a volume is specified as R/O in the editor then the appliance can only mount the volume as R/O. However, if the volume is specified as R/W in the editor, the appliance may mount the volume as R/O or R/W.

Volume Operations
Add

Add a new volume to the class. Press this button to create a new volume and assign it to the class.

Delete

Delete the selected volume. This operation permanently removes the volume from the class and from the grid. All volume content is lost. There is no undelete.
You cannot remove a volume that is currently used by the appliance.

Rename

Rename the selected volume.

Resize

Resize the selected volume. This operation changes the size of the volume.

Manage

Manage the selected volume. This operation provides access to the volume contents via a web browser. Files may be uploaded, downloaded, edited, deleted, and so on. See the Volume Browser Reference for more information.

Cautions:

Note: