Top
ETERNUS SF Storage Cruiser 14.0 User's Guidefor Virtual Storage Conductor

B.1.13 addvdcapacity Command

NAME

addvdcapacity - Adds capacity to a virtual disk


SYNOPSIS

[Solaris OS/Linux OS]
/opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v virtual-disk-name -z size{G|M|T}
/opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v virtual-disk-name
-e physical-disk-name1[,physical-disk-name2[,...]]
[-z [size1{M|G|T}[,size2{M|G|T}[,...]]]
/opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -h
[Windows OS]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe addvdcapacity -v virtual-disk-name -z size{G|M|T}
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe addvdcapacity -v virtual-disk-name
-e physical-disk-name1[,physical-disk-name2[,...]]
[-z [size1{M|G|T}[,size2{M|G|T}[,...]]]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe addvdcapacity -h

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command adds capacity to a virtual disk.

There are the following three methods for adding capacity to virtual disks:

  1. Specifying the amount of capacity to be added.

  2. Specifying the physical disk where capacity is to be added and the capacity of the physical disk.

  3. Specifying the physical disk where capacity is to be added, and the total free space on the physical disk.

Execute this command as the administrator for the operating system (that is, with “Administrator” or “root” privileges).


OPTIONS

-v virtual-disk-name

Specify the name of the virtual disk where capacity is to be added.

-e physical-disk-name1[,physical-disk-name2[,...]]

Specify the name of the physical disk where capacity is to be added.

-z size{M|G|T}

Specify the size of the extra capacity to be added, including the units (“M” for megabytes, “G” for gigabytes and “T” for terabytes).

-h

Indicates how to use the command.


EXAMPLES

Adding 1024 MB of extra capacity to virtual disk “VDISK”.

# /opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v VDISK -z 1024M
Command terminated normally.

Adding 512 MB of extra capacity from physical disk “RDISK” to virtual disk “VDISK”.

# /opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v VDISK -e RDISK -z 512M
Command terminated normally.

Adding 256 MB of extra capacity from physical disk “RDISK001” and 512 MB of extra capacity from physical disk “RDISK002” to virtual disk “VDISK”.

# /opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v VDISK -e RDISK001,RDISK002 -z 256M,512MB
Command terminated normally.

Adding all of the free space on physical disk “RDISK001” and physical disk “RDISK002” to virtual disk “VDISK”.

# /opt/FJSVssmgr/sbin/vscmcmd addvdcapacity -v VDISK -e RDISK001,RDISK002
Command terminated normally.

EXIT STATUS

0: The addition of extra capacity to the virtual disk has terminated normally.

1: The addition of extra capacity to the virtual disk has terminated abnormally.


SEE ALSO

B.1.17 getvt Command