Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.3.2 rcxadm vstorage

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

list

Displays a list of virtual storage resource information.

show

Displays the detailed information for a virtual storage resource.

move

Moves a virtual storage resource to the specified resource pool.

modify

Changes labels and comments of virtual storage resources.


Options

-name name

In name, specify the name of the target virtual storage resource to perform an operation with.

-to pool

Specify the destination resource pool in pool.

-nowait

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.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.


Examples