Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm storage - physical storage unit resource operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm storage - physical storage unit resource operations
Format
rcxadm storage list [-verbose] rcxadm storage show -name name rcxadm storage modify -name name {[-label label] [-comment comment]}
Description
rcxadm storage is the command used to perform operations on the physical storage unit resources managed by storage management software.
Subcommands
Displays a list of physical storage unit resource information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Physical storage unit resource name |
LABEL | Physical storage unit resource label |
COMMENT (*) | Physical storage unit resource comment |
IP ADDRESS | Physical storage unit resource IP address |
STATUS | Physical storage unit resource status |
MODEL (*1) | Physical storage unit resource model name |
DEVICE ID (*) | Physical storage unit resource unit identifier |
* Note: When specifying -verbose for the option, it is displayed.
Displays details of physical storage unit resource information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Physical storage unit resource name |
LABEL | Physical storage unit resource label |
COMMENT | Physical storage unit resource comment |
MODEL | Physical storage unit resource model name |
SERIAL NUMBER | Physical storage unit resource serial number |
IP ADDRESS | Physical storage unit resource IP address |
STATUS | Physical storage unit resource status |
PORT NUMBER | Physical storage unit resource port number |
MANAGEMENT SOFTWARE | Storage management software name |
DEVICE ID | Physical storage unit resource unit identifier |
Changes labels and comments of physical storage unit resources.
Options
In name, specify the name of the target physical storage unit resource to perform an operation with.
Specify when displaying detailed information.
In label, specify the new label.
In comment, specify the new comments.
Examples
To display a list of physical storage unit resource information:
>rcxadm storage list <RETURN>
NAME LABEL IP ADDRESS STATUS
---- ----- ---------- ------
DX90-1 - 192.168.0.201 normal |
To display the details of physical storage unit resource information:
>rcxadm storage list -verbose <RETURN>
NAME LABEL COMMENT IP ADDRESS STATUS MODEL DEVICE ID
---- ----- ------- ---------- ------ ----- ---------
DX90-1 - - 192.168.0.201 normal ETERNUSDXL(ET09E24A) 192.168.0.201 |
To display the detailed information for a virtual storage resource:
>rcxadm storage show -name DX90-1 <RETURN>
Name: DX90-1
Label:
Comment:
Model: ETERNUSDXL(ET09E24A)
Serial number: 1234567890
IP address: 192.168.0.201
Status: normal
Port number: 6
Management software: ETERNUS SF Storage Cruiser
Device ID: 192.168.0.201 |