Name
[Windows]
Installation_folder\Manager\bin\rcxadm vstorage - virtual storage resource operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm vstorage - virtual storage resource operations
Format
rcxadm vstorage list [-verbose] rcxadm vstorage show -name name rcxadm vstorage move -name name -to pool [-nowait] rcxadm vstorage modify -name name [-label label] [-comment comment]
Description
rcxadm vstorage is the command used to perform operations on the virtual storage resources provided by storage management software and VM management software. Virtual storage is a storage resource that can be allocated part of a disk resource by specifying a size.
Virtual storage resources enable you to create disk resources to connect to L-Servers.
Subcommands
Displays a list of virtual storage resource information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Virtual storage resource name |
LABEL | Virtual storage resource label |
COMMENT (*1) | Virtual storage resource comment |
TOTAL | Total virtual storage resource size [Oracle VM] |
FREE | Virtual storage resource free space When the allocated size that is created using Thin Provisioning and Automatic Storage Layering exceeds the total size of the virtual storage resources, the excessive size is displayed with a minus sign ("-"). [VMware] In the following cases, the actual free space is displayed:
[Oracle VM] |
USED (*1) | Virtual storage resource used space For virtual storage resources that Thin Provisioning and Automatic Storage Layering are applied to, the virtually allocated space is displayed. [VMware] In the following cases, actual amount of used space is displayed.
[Oracle VM] |
STATUS | Virtual storage resource status |
ATTRIBUTES (*1) | One of the following is displayed:
[VMware]
|
*1: When specifying -verbose for the option, it is displayed.
Displays the detailed information for a virtual storage resource.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Virtual storage resource name |
LABEL | Virtual storage resource label |
COMMENT | Virtual storage resource comment |
TOTAL SIZE | Total virtual storage resource size [Oracle VM] |
FREE SIZE | Virtual storage resource free space When the allocated size that is created using Thin Provisioning and Automatic Storage Layering exceeds the total size of the virtual storage resources, the excessive size is displayed with a minus sign ("-"). [VMware] In the following cases, the actual free space is displayed:
[Oracle VM] |
USED SIZE | Virtual storage resource used space For virtual storage resources that Thin Provisioning and Automatic Storage Layering are applied to, the virtually allocated space is displayed. [VMware] Virtually allocated space is displayed only when the storage resource is registered in a storage pool that thin provisioning has been applied to. In the following cases, actual amount of used space is displayed.
[Oracle VM] |
STATUS | Virtual storage resource status |
ATTRIBUTES | One of the following is displayed:
[VMware]
|
Moves a virtual storage resource to the specified resource pool.
Changes labels and comments of virtual storage resources.
Options
In name, specify the name of the target virtual storage resource to perform an operation with.
Specify the destination resource pool in pool.
For the resource pool allocated in the resource folder, specify the resource folder name using slashes ("/").
Use this option to return directly to the command prompt without waiting for the operation of the virtual storage resource specified in the subcommand to complete its execution.
In label, specify the new label.
Specify when displaying detailed information.
In comment, specify the new comments.
Examples
To display the list of the virtual storage resource information:
>rcxadm vstorage list <RETURN>
NAME LABEL TOTAL FREE STATUS
---- ----- ----- ---- ------
vCenterServer_Storage1 - 100.0GB 80.0GB normal
vCenterServer_data02 - 100.0GB 40.0GB normal
vCenterServer_data03 - 100.0GB 40.0GB normal
vCenterServer_data04 - 100.0GB 20.0GB normal |
To display the details of the virtual storage resource information:
>rcxadm vstorage list -verbose <RETURN>
NAME LABEL COMMENT TOTAL FREE USED STATUS ATTRIBUTES
---- ----- ------- ----- ---- ---- ------ ----------
vCenterServer_Storage1 - - 100.0GB 80.0GB 20.0GB normal Thin
vCenterServer_data02 - - 100.0GB 40.0GB 60.0GB normal Thick
vCenterServer_data03 - - 100.0GB 40.0GB 60.0GB normal Thick
vCenterServer_data04 - - 100.0GB 20.0GB 80.0GB normal Thick |
To display the detailed information for a virtual storage resource:
>rcxadm vstorage show -name vCenterServer_Storage1 <RETURN>
Name: vCenterServer_Storage1
Label:
Comment:
Total Size: 100.0GB
Free Size: 80.0GB
Used Size: 20.0GB
Status: normal
Attributes: Thin |