Name
[Windows]
Installation_folder\Manager\bin\rcxadm disk - disk resource operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm disk - disk resource operations
Format
rcxadm disk list [-verbose] rcxadm disk show -name name rcxadm disk modify -name name [-label label] [-comment comment]
Description
rcxadm disk is the command used to perform operations on disk resources. A disk resource is assigned to an L-Server, and corresponds to the virtual disk of the VM guest, a LUN of ETERNUS, and FlexVol of NetApp.
Disk resources provide virtual disks to L-Servers.
Subcommands
Displays a list of disk resource information.
Displays the detailed information for a disk resource.
Changes labels and comments of disk resources.
Options
Use this option to increase the items displayed in the list of information.
In name, specify the name of the target disk resource to perform an operation with.
In label, specify the new label.
In comment, specify the new comments.
Examples
To display the list of disk resource information:
>rcxadm disk list <RETURN>
NAME LABEL TOTAL STATUS
---- ----- ----- ------
test4-0-disk0 - 4.0GB normal
test2-0-disk0 - 10.0GB normal
test2-0-disk1 - 12.0GB normal |
To display a list of detailed disk resource information:
>rcxadm disk list -verbose <RETURN>
NAME LABEL COMMENT TOTAL STATUS VSTORAGE_NAME
---- ----- ------- ----- ------ -------------
L-Server1-0-disk0 - - 20.0GB normal E2000-40
L-Server1-0-disk1 - - 12.0GB normal E2000-40 |
To display the detailed information for a disk resource:
>rcxadm disk show -name L-Server1-0-disk0 <RETURN>
Name: L-Server1-0-disk0
Label:
Comment:
Total Size: 20.0GB
Status: normal
Vstorage Name: E2000-40 |