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 assigned 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.
Displays the detailed information for a virtual storage resource.
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.
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.
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
---- ----- ------- ----- ---- ---- ------
vCenterServer_Storage1 - - 100.0GB 80.0GB 20.0GB normal
vCenterServer_data02 - - 100.0GB 40.0GB 60.0GB normal
vCenterServer_data03 - - 100.0GB 40.0GB 60.0GB normal
vCenterServer_data04 - - 100.0GB 20.0GB 80.0GB normal |
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 |