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 move -name name -to pool [-nowait] 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 allocated to an L-Server, and corresponds to the virtual disk of the VM guest, a LUN of ETERNUS/EMC CLARiiON/EMC Symmetrix DMX, and FlexVol of NetApp.
Disk resources provide virtual disks to L-Servers.
Subcommands
Displays a list of disk resource information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Disk Resource Name |
LABEL | Disk resource label |
COMMENT (*1) | Disk resource comment |
TOTAL | Total disk resource size |
STATUS | Disk resource status |
VSTORAGE NAME (*1) | Virtual storage resource name that is the source for disk resource creation |
SHARED (*1) | Shared attributes of disks When disk shared attributes are specified for the XML definition "Yes" is displayed, when not specified "No" is displayed. Even if only one L-Server is using the disk, "Yes" is displayed when disk shared attributes are specified for the XML definition. |
UNIT_NAME (*1) | Identifier of the physical storage unit resource where disk resources exist |
VOLUME_ID (*1) | Volume identifier of the physical storage unit corresponding to disk resources |
PRE_CREATED (*1) | When the disk was created in advance using storage management software, "Yes" is displayed. When it was created using resource Orchestrator, "No" is displayed. |
*1: When specifying -verbose for the option, it is displayed.
To display the detailed information for a disk resource.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Disk Resource Name |
LABEL | Disk resource label |
COMMENT | Disk resource comment |
TOTAL | Total disk resource size |
STATUS | Disk resource status |
VSTORAGE NAME | Virtual storage resource name that is the source for disk resource creation |
SHARED | Shared attributes of disks When disk shared attributes are specified for the XML definition "Yes" is displayed, when not specified "No" is displayed. Even if only one L-Server is using the disk, "Yes" is displayed when disk shared attributes are specified for the XML definition. |
POOL_NAME | Name of the storage pool where disk resources have been registered |
UNIT_NAME | Identifier of the physical storage unit resource where disk resources exist |
VOLUME_ID | Volume identifier of the physical storage unit corresponding to disk resources |
L-SERVER[num] | Name of the L-Server to which disk resources are being connected (diskindex) In diskindex, the index number corresponding to the disk element of the L-Server to which disk resources are being connected is set. When the disk resource is being shared among multiple L-Servers, the index number of the L-Server is set in num. The number is 0 or larger. |
PRE_CREATED | When the disk was created in advance using storage management software, "Yes" is displayed. When it was created using resource Orchestrator, "No" is displayed. |
iSCSI[num] [STORAGE IQN] | IQN name of the storage port used by disk resources with which iSCSI connection is made The index number of the disk element is configured in num. The number is 1 or larger. |
iSCSI[num] [STORAGE IPAddress] | IP address of the storage port used by disk resources with which iSCSI connection is made The index number of the disk element is configured in num. The number is 1 or larger. |
iSCSI[num] [SERVER IQN] | IQN name of the server used by disk resources with which iSCSI connection is made The index number of the disk element is configured in num. The number is 1 or larger. |
iSCSI[num] [SERVER IPAddress] | IP address of the server used by disk resources with which iSCSI connection is made The index number of the disk element is configured in num. The number is 1 or larger. |
iSCSI[num] [port] | iSCSI communication port number used by disk resources with which iSCSI connection is made The index number of the disk element is configured in num. The number is 1 or larger. |
iSCSI[num] [Authentication Method] | Authentication mode adapted to iSCSI communication used by disk resources with which iSCSI connection is made When not using authentication for iSCSI communication, "NONE" is displayed. When using CHAP or mutual authentication, "CHAP" and "MutualCHAP" are displayed respectively. The index number of the disk element is configured in num. The number is 1 or larger. |
Moves disk resources to the specified resource pool. Only the resources created in advance on a disk can be moved.
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.
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 disk 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 disk resource information:
>rcxadm disk list <RETURN>
NAME LABEL TOTAL STATUS
---- ----- ----- ------
R0x0000_V0x0004 - 15.0GB normal
R0x0000_V0x0006 - 6.0GB normal |
To display a list of detailed disk resource information:
>rcxadm disk list -verbose <RETURN>
NAME LABEL COMMENT TOTAL STATUS VSTORAGE_NAME SHARED UNIT_NAME VOLUME_ID PRE_CREATED
---- ----- ------- ----- ------ ------------- ------ --------- --------- -----------
R0x0000_V0x0004 - - 15.0GB normal P192-168-0-201_R0x0000 No 192.168.0.201 0x0004 Yes
R0x0000_V0x0006 - - 6.0GB normal P192-168-0-201_R0x0000 No 192.168.0.201 0x0006 Yes |
To display the detailed information for a disk resource:
>rcxadm disk show -name Physical-L-Server-0-disk0 <RETURN>
Name: Physical-L-Server-0-disk0
Label:
Comment:
Total Size: 10.0GB
Status: normal
Vstorage Name: P192-168-0-201_R0x0003
Shared: No
Pool Name: /StoragePool
Unit Name: DX90-1(192.168.0.201)
Volume Id: 0x0065
L-Server: /Physical-L-Server(0)
Pre Created: No |
To display the detailed information for a disk resource with which has an iSCSI connection:
>rcxadm disk show -name iSCSI-Disk-0 <RETURN>
Name: iSCSI-Disk-0
Label:
Comment:
Total Size: 10.0GB
Status: normal
Vstorage Name: iSCSI-vstorage
Shared: No
Pool Name: /StoragePool
Unit Name: iSCSI-storagemgr
Volume Id:
L-Server:
Pre Created: Yes
iSCSI[0] [STORAGE IQN]: iqn.2011-03.com.fujitsu:iscsi:storage-0
iSCSI[0] [STORAGE IPAddress]: 192.168.0.1
iSCSI[0] [SERVER IQN]: iqn.2011-03.com.fujitsu:iscsi:server-01
iSCSI[0] [SERVER IPAddress]: 192.168.0.10
iSCSI[0] [port]: 3260
iSCSI[0] [Authentication Method]: CHAP
iSCSI[1] [STORAGE IQN]: iqn.2011-03.com.fujitsu:iscsi:storage-1
iSCSI[1] [STORAGE IPAddress]: 192.168.0.2
iSCSI[1] [SERVER IQN]: iqn.2011-03.com.fujitsu:iscsi:server-01
iSCSI[1] [SERVER IPAddress]: 192.168.0.11
iSCSI[1] [port]: 3260
iSCSI[1] [Authentication Method]: CHAP |