The following sections explain the commands for managing the storage device.
The following table shows the correspondence between types of commands and the storage devices where they can be used. Only OS administrator (root) user can execute these commands. In the following table, "A" indicates "Available" and "N/A" indicates "Not Available".
The storage device must be registered with this software.
Command name | ETERNUS DX80 S2/DX90 S2 | ETERNUS DX60/DX60 S2/DX80/DX90 | Other storage devices |
---|---|---|---|
A | A (*1) | N/A | |
A | A (*1) | N/A | |
A | A (*1) | N/A | |
A | A (*1) | N/A | |
A | A (*1) | N/A | |
A | A (*1) | N/A | |
A | A (*1)(*2) | N/A | |
A | A (*1) | N/A |
*1: Its information can be displayed even if the device is not registered with this software (but detected).
*2:Supported only for ETERNUS DX60/DX60 S2, DX80 iSCSI model, ETERNUS DX80 S2/DX90 S2, ETERNUS DX400/DX400 S2 series, ETERNUS DX8000/DX8000 S2 series, ETERNUS4000 models 400 and 600, ETERNUS8000 models 800, 1200, and 2200
NAME
storageadm disk - manages disks
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm disk info -ipaddr ipaddr [-csv]
DESCRIPTION
This command displays information of disks in the ETERNUS Disk storage system that is registered with this software.
OPERANDS
Displays detail information of disks in the ETERNUS Disk storage system that is registered with this software.
OPTIONS
Specify the IP address of the storage device.
Displays the disk information in the CSV format. When this option is omitted, it is displayed in the table format.
EXAMPLES
Displaying the disk information in the table format.
# /opt/FJSVssmgr/sbin/storageadm disk info -ipaddr 192.168.0.1 <<< Disk Information >>> NUMBER DE SLOT USAGE STATUS RGNO SIZE DISKTYPE MOTOR ------ ---- ---- -------------- --------- ------ ----- -------- --------------- 0 0x00 0 System Disk Available 0x0002 300GB SAS Active 1 0x00 1 System Disk Available 0x0001 300GB SAS Idle 2 0x00 2 System Disk Available 0x0002 300GB SAS In the boot process 3 0x00 3 System Disk Available 0x0003 300GB SAS In the stop process 4 0x00 4 Data Disk Available 0x0003 300GB SAS Active ------------------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the disk information in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm disk info -ipaddr 192.168.0.1 -csv NUMBER,DE,SLOT,USAGE,STATUS,RGNO,SIZE,DISKTYPE,MOTOR 0,0x00,0,System Disk,Available,0x0002,300GB,SAS,Active 1,0x00,1,System Disk,Available,0x0001,300GB,SAS,Idle 2,0x00,2,System Disk,Available,0x0002,300GB,SAS,In the boot process 3,0x00,3,System Disk,Available,0x0003,300GB,SAS,In the stop process 4,0x00,4,Data Disk,Available,0x0003,300GB,SAS,Active
NAME
storageadm raid - manages RAID groups
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm raid add -ipaddr ipaddr -disk DE_number:slot_number,DE_number:slot_number[,DE_number:slot_number,...] -level RAIDlevel [-name alias_name] [-cm assigned_CM] [-csv] /opt/FJSVssmgr/sbin/storageadm raid delete -ipaddr ipaddr -raidgroup RAIDGroup_number [-f] [-s] /opt/FJSVssmgr/sbin/storageadm raid info -ipaddr ipaddr [-raidgroup RAIDGroup_number] [-remote BOX-ID] [-csv] /opt/FJSVssmgr/sbin/storageadm raid ecomode -ipaddr ipaddr -raidgroup RAIDGroup_number [,RAIDGroup_number,...] -on|-off [-s]
DESCRIPTION
This command is used to create/delete/display a RAID group in the ETERNUS Disk storage system that is registered with this software.
OPERANDS
Creates a RAID group
Deletes a RAID group
Displays a RAID group information
Sets eco-mode for the RAID group
OPTIONS
Specify the IP address of the storage device.
Specify DE numbers and slot numbers for the storage device using either decimal or hexadecimal notation, placing a colon (":") in the middle of each DE number and slot number pair, and using commas (",") to separate pairs. For example, two pairs can be specified as "-disk 1:1, 1:2" in decimal notation or "-disk 0x1:0x1,0x1:0x2" in hexadecimal notation.
Be sure to specify at least two DE number/slot number pairs.
Specify the RAID level by the minuscule as follows.
Characters that can be specified | Created RAID level |
---|---|
raid0 | RAID0 |
raid1 | RAID1 |
raid1+0 | RAID1+0 |
raid5 | RAID5 |
raid6 | RAID6 |
Specify an alias for the RAID group to be created.
If this option is omitted for ETERNUS DX60/DX60 S2, DX80/DX80 S2, DX90/DX90 S2, the ETERNUS DX400 S2 series, and the ETERNUS DX8000 S2 series, alias names are set automatically. If this option is omitted to other storage devices besides those above, alias names are not set.
This option cannot be specified to ETERNUS4000 and ETERNUS8000 since these devices do not support an alias name. If you specify this option to them, this command terminates with an error.
Only alphanumeric characters (a to z, A to Z and 0 to 9) and the following symbols can be used for aliases: !@#$%^&*()-= `_+|~[]{};:'"./<>?. However, "?" is not supported for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400 S2 series and ETERNUS DX8000 S2 series. If the alias contains a space, enclose the entire alias in double quotes (e.g., -name "123 567").
Specify the assigned CM number for the RAID group using two digits, as in the following table. If this option is omitted, the assigned CM number will be set up automatically ("auto" will be specified).
Storage device | Assigned CM | Characters to be specified | Remarks |
---|---|---|---|
ETERNUS DX60/DX60 S2, DX80/DX80 S2, DX90/DX90 S2 | CM#0 | 00 | For the first digit, enter the assigned CM number. |
CM#1 | 10 | ||
Other | CM#0 CPU#0 | 00 | For the first digit, enter the assigned CM number. |
CM#0 CPU#1 | 01 | ||
CM#1 CPU#0 | 10 | ||
CM#1 CPU#1 | 11 | ||
: | : | ||
CM#7 CPU#0 | 70 | ||
CM#7 CPU#1 | 71 |
Displays the RAID group number in the CSV format. When this option is omitted, it is displayed in the table format.
Specify the IP address of the storage device.
Specify the RAID group number to be deleted, using either decimal or hexadecimal notation.
For example, RAID group number 16 can be specified using decimal notation as "-raidgroup 16" or in hexadecimal notation as "-raidgroup 0x10".
Processing continues without the output of a confirmation message.
If there are volumes within the RAID group, the volumes will be deleted before the RAID group is deleted. However, the command will terminate with an error without deleting the volumes if any of the following conditions apply to the RAID group:
The volumes in the RAID group have been mapped
There are volumes other than open volumes
There are LUN concatenated volumes
Specify the IP address of the storage device.
Specify the RAID group number for which detailed information is to be displayed, using either decimal or hexadecimal notation.
For example, RAID group number 16 can be specified using decimal notation as "-raidgroup 16" or in hexadecimal notation as "-raidgroup 0x10".
Specify a BOX-ID for the remote site ETERNUS Disk storage system. Specify it when you display the RAID group information of the remote site ETERNUS Disk storage system.
Displays the RAID group information in the CSV format. When this option is omitted, it is displayed in the table format.
Specify the IP address of the storage device.
Specify the RAID group number for which detailed information is to be displayed, using decimal and/or hexadecimal notations.
For example, RAID group number 16 can be specified using decimal notation as "-raidgroup 16" or in hexadecimal notation as "-raidgroup 0x10".
Set eco-mode to ON for the specified RAID group. The only possible specifications are -off and -on. This option cannot be set if eco-mode cannot be set for any one of the specified RAID groups.
Set eco-mode to OFF for the specified RAID group. The only possible specifications are -off and -on.
Continues processing without asking for confirmation.
EXAMPLES
Creating a RAID group and displaying the created RAID group in the table format.
# /opt/FJSVssmgr/sbin/storageadm raid add -ipaddr 1.2.3.4 -disk 1:10,1:11,1:12,1:13,1:14,1:15 -level raid5 <<< RAID ADD >>> RGNO ------ 0x0000 ------ INFO:swsag0001:Command terminated normally.
Creating a RAID group and displaying the created RAID group in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm raid add -ipaddr 1.2.3.4 -disk 1:10,1:11,1:12,1:13,1:14,1:15 -level raid5 -csv RGNO 0x0000
Deleting a RAID group.
# /opt/FJSVssmgr/sbin/storageadm raid delete -ipaddr 1.2.3.4 -raidgroup 16 Are you sure? [y/n]:y INFO:swsag0001:Command terminated normally.
Displaying the RAID group information in the table format.
# /opt/FJSVssmgr/sbin/storageadm raid info -ipaddr 1.2.3.4 <<< RAID Information >>> RGNO NAME USAGE LEVEL STATUS CM TOTAL_CAPACITY FREE_CAPACITY ------ ---- ----------- ------- --------- -------- -------------- ------------- 0x0000 Open,System RAID5 Available CM0CPU0 407775 0 0x0001 Open,SDV RAID5 Available CM1CPU0 410880 285440 0x0002 Open RAID1 Available CM0CPU1 136960 345367 ------------------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the RAID group information in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm raid info -ipaddr 1.2.3.4 -csv RGNO,NAME,USAGE,LEVEL,STATUS,CM,TOTAL_CAPACITY,FREE_CAPACITY 0x0000,,"Open,System",RAID5,Available,CM0CPU0,407775,0 0x0001,,"Open,SDV",RAID5,Available,CM1CPU0,410880,285440 0x0002,,Open,RAID1,Available,CM0CPU1,136960,345367
Displaying the RAID group detail information in the table format.
# /opt/FJSVssmgr/sbin/storageadm raid info -ipaddr 1.2.3.4 -raidgroup 0x0000 <<< RAID Information >>> RGNO NAME USAGE LEVEL STATUS CM TOTAL_CAPACITY FREE_CAPACITY ------ ---- ----------- ------- --------- -------- -------------- ------------- 0x0000 Open,System RAID5 Available CM0CPU0 407775 0 NO CONCATENATION NAME TOTAL_CAPACITY ALLOCATED STATUS TYPE CAPACITY ------ ------------- ----------- -------------- ------------- --------- ------- 0x0001 1/3 sample 102400 102400 Available Open 0x0001 2/3 sample 1024 1024 Available Open Free - 2048 2048 0x0004 - 1536 1536 Available Open ------------------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the RAID group detail information in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm raid info -ipaddr 1.2.3.4 -raidgroup 0x0000 -csv RGNO,NAME,USAGE,LEVEL,STATUS,CM,TOTAL_CAPACITY,FREE_CAPACITY,NO,CONCATENATION,NAME,TOTAL_CAPACITY,ALLOCATED_CAPACITY,STATUS,TYPE 0x0000,"Open,System",RAID5,Available,CM0CPU0,407775,0,0x0001,1/3,sample,102400,102400,Available,Open 0x0000,"Open,System",RAID5,Available,CM0CPU0,407775,0,0x0001,2/3,sample,1024,1024,Available,Open 0x0000,"Open,System",RAID5,Available,CM0CPU0,407775,0,Free,-,,2048,2048,, 0x0000,"Open,System",RAID5,Available,CM0CPU0,407775,0,0x0004,-,,1536,1536,Available,Open
RAID group eco-mode set to ON.
# /opt/FJSVssmgr/sbin/storageadm raid ecomode -ipaddr 1.2.3.4 -raidgroup 0x0000 -on Are you sure? [y/n]:y INFO:swsag0001:Command terminated normally.
RAID group eco-mode set to OFF.
# /opt/FJSVssmgr/sbin/storageadm raid ecomode -ipaddr 1.2.3.4 -raidgroup 0x0000 -off Are you sure? [y/n]:y INFO:swsag0001:Command terminated normally.
NOTES
The message below will be output if the -s option is not specified with the "delete" operand. Enter "y" to continue or "n" to cancel.
This message can be suppressed by specifying the -s option.
Are you sure? [y/n]:
Setting eco-mode for a RAID group with an eco-mode schedule already set results in the following:
RAID group eco-mode set to ON -> Eco-mode ON overwrites the RAID group eco-mode schedule.
RAID group eco-mode set to OFF -> An error occurs (unless the eco-mode schedule is software-controlled),.
If eco-mode operation is not possible for the specified RAID group, then the command terminates with an error.
For details of RAID groups for which eco-mode operation is not possible, refer to "1.2.4 Energy-saving operation for storage device" > "Uncontrollable RAID groups".
You can use the -remote option only when using the Dynamic LUN Mirroring function of ServerView Resource Orchestrator.
Temporary volumes are displayed as unknown volumes.
You cannot create a new volume from RAID group with temporary volumes.
NAME
storageadm volume - manages volumes
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm volume add -ipaddr ipaddr -size capacity -raidgroup RAIDGroup_number [-name alias_name] [-csv] /opt/FJSVssmgr/sbin/storageadm volume delete -ipaddr ipaddr [-volume volume_number[,volume_number,...]] [-remote BOX-ID -remote-volume volume_number [-remote-force]] [-s] /opt/FJSVssmgr/sbin/storageadm volume format -ipaddr ipaddr -volume volume_number[,volume_number,...] [-s] /opt/FJSVssmgr/sbin/storageadm volume info -ipaddr ipaddr [-volume volume_number,...] [-remote BOX-ID] [-csv] /opt/FJSVssmgr/sbin/storageadm volume nomapping -ipaddr ipaddr [-volume volume_number,...] [-remote BOX-ID] [-csv]
DESCRIPTION
This command is used to create/delete/format/display volumes in the ETERNUS Disk storage system that is registered with this software.
OPERANDS
Creates a volume.
Deletes volumes.
Formats volumes.
Displays volume information.
Displays the information of volumes that are not mapped to affinity group.
OPTIONS
Specify the IP address of the storage device.
Specify the size of the volume to be created in MB or GB. 1 GB is equivalent to 1024 MB.
For example, 1024 MB is specified as "-size 1024MB" or "-size 1GB".
Specify the RAID group number for which a volume is to be created, using either decimal or hexadecimal notation.
For example, RAID group number 16 can be specified using decimal notation as "-raidgroup 16" or in hexadecimal notation as "-raidgroup 0x10".
Specify an alias for the volume to be created.
If this option is omitted for ETERNUS DX60/DX60 S2, DX80/DX80 S2, DX90/DX90 S2, the ETERNUS DX400 S2 series, and the ETERNUS DX8000 S2 series, alias names are set automatically. If this option is omitted to other storage devices besides those above, alias names are not set.
This option cannot be specified to ETERNUS4000 and ETERNUS8000 since these devices do not support an alias name. If you specify this option to them, this command terminates with an error.
Only alphanumeric characters (a to z, A to Z and 0 to 9) and the following symbols can be used for aliases: !@#$%^&*()-= `_+|~[]{};:'"./<>?. However, "?" is not supported for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400 S2 series and ETERNUS DX8000 S2 series. If the alias contains a space, enclose the entire alias in double quotes (e.g., -name "123 567").
Displays the created volume number in the CSV format. When this option is omitted, it is displayed in the table format.
Specify the IP address of the storage device.
Specify the numbers for the volumes to be deleted or formatted, using either decimal or hexadecimal notation. If multiple volume numbers are specified, use commas (",") to separate volume numbers.
For example, specify volumes 10 and 16 as either "-volume 10, 16" in decimal notation or "-volume 0xa,0x10" in hexadecimal notation.
Specify a BOX-ID for the remote site ETERNUS Disk storage system. Specify it when you display the RAID group information of the remote site ETERNUS Disk storage system.
Specify the number for the volume to be deleted from the remote site ETERNUS Disk storage system using either a decimal or hexadecimal number. Multiple volume numbers cannot be specified. If multiple volume numbers are specified, only the first one will be used. Volumes which may be currently used cannot be deleted.
Specify this option to forcibly delete volumes, which may be currently used, from the remote site ETERNUS Disk storage system.
Processing continues without the output of a confirmation message.
Specify the IP address of the storage device.
Enter the number of the volume to be output for which information is to be output, using either decimal or hexadecimal notation. If multiple volume numbers are specified, use commas (",") to separate volume numbers.
For example, specify volumes 10 and 16 as either "-volume 10, 16" in decimal notation or "-volume 0xa,0x10" in hexadecimal notation.
If this option is omitted, information will be displayed for all target volumes.
Specify a BOX-ID for the remote site ETERNUS Disk storage system. Specify it when you display the RAID group information of the remote site ETERNUS Disk storage system.
Displays the volume information in the CSV format. When this option is omitted, it is displayed in the table format.
EXAMPLES
Creating a volume and displaying the created volume in the table format.
# /opt/FJSVssmgr/sbin/storageadm volume add -ipaddr 1.2.3.4 -size 1024MB -raidgroup 16 <<< Volume ADD >>> NUMBER ------ 0x0001 ------ INFO:swsag0001:Command terminated normally.
Creating a volume and displaying the created volume in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm volume add -ipaddr 1.2.3.4 -size 1024MB -raidgroup 16 -csv NUMBER 0x0001
Deleting a volume.
# /opt/FJSVssmgr/sbin/storageadm volume delete -ipaddr 1.2.3.4 -volume 16 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Formatting a volume.
# /opt/FJSVssmgr/sbin/storageadm volume format -ipaddr 1.2.3.4 -volume 16 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Displaying the volume information in the table format.
# /opt/FJSVssmgr/sbin/storageadm volume info -ipaddr 1.2.3.4 <<< Volume Information >>> NUMBER NAME TOTAL_CAPACITY STATUS TYPE CONCATENATION RGNO ENCRYPT ------- -------- -------------- --------- ------ ------------- ------ ------- Unknown 0 Available F6427G - 0x0001 - 0x0001 100 Available SDV - 0x0000 - 0x0002 425 Available Open - 0x0002 - Unknown 1166 Available MVV(G) - 0x0001 - Unknown 2332 Available MVV(G) 2 0x0001 - 0x0005 150 Available Open - 0x0002 - 0x0006 4700 Available Open 3 0x0000,0x0002 - ------------------------------------------------------------------------------ INFO:swsag0001:Command terminated normally.
Displaying the volume information in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm volume info -ipaddr 1.2.3.4 -csv NUMBER,NAME,TOTAL_CAPACITY,STATUS,TYPE,CONCATENATION,RGNO,ENCRYPT Unknown,,0,Available,F6427G,-,0x0001,- 0x0001,,100,Available,SDV,-,0x0000,- 0x0002,,425,Available,Open,-,0x0002,- Unknown,,1166,Available,MVV(G),-,0x0001,- Unknown,,2332,Available,MVV(G),2,0x0001,- 0x0005,,150,Available,Open,-,0x0002,- 0x0006,,4700,Available,Open,3,"0x0000,0x0002",-
Displaying the unused volume information in the table format.
# /opt/FJSVssmgr/sbin/storageadm volume nomapping -ipaddr 1.2.3.4 <<< Volume Information >>> NUMBER NAME TOTAL_CAPACITY STATUS TYPE CONCATENATION RGNO ENCRYPT ------- -------- -------------- --------- ------ ------------- ------ ------- Unknown 0 Available F6427G - 0x0001 - 0x0001 100 Available SDV - 0x0000 - 0x0002 425 Available Open - 0x0002 - Unknown 1166 Available MVV(G) - 0x0001 - Unknown 2332 Available MVV(G) 2 0x0001 - 0x0005 150 Available Open - 0x0002 - 0x0006 4700 Available Open 3 0x0000,0x0002 - ------------------------------------------------------------------------------ INFO:swsag0001:Command terminated normally.
Displaying the unused volume information in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm volume nomapping -ipaddr 1.2.3.4 -csv NUMBER,NAME,TOTAL_CAPACITY,STATUS,TYPE,CONCATENATION,RGNO,ENCRYPT Unknown,,0,Available,F6427G,-,0x0001,- 0x0001,,100,Available,SDV,-,0x0000,- 0x0002,,425,Available,Open,-,0x0002,- Unknown,,1166,Available,MVV(G),-,0x0001,- Unknown,,2332,Available,MVV(G),2,0x0001,- 0x0005,,150,Available,Open,-,0x0002,- 0x0006,,4700,Available,Open,3,"0x0000,0x0002",-
NOTES
Only open volumes can be created.
The volumes that are created are formatted automatically.
The message below will be output if the -s option is not specified when either the "delete" operand or the "format" operand is specified. Enter "y" to continue or "n" to cancel.
This message can be suppressed by specifying the -s option.
Are you sure? [y/n]:
Volumes cannot be deleted by specifying the volume numbers for volumes that are not open volumes.
Volumes cannot be deleted by specifying the volume numbers for LUN concatenated volumes.
Volumes that have been mapped to an affinity group cannot be deleted.
The Thin Provisioning Volume is not able to create. However, it possible to remove.
You can use the -remote, the -remote-volume and the -remote-force options only when using the Dynamic LUN Mirroring function of ServerView Resource Orchestrator.
Temporary volumes are displayed as unknown volumes.
You cannot create a new volume from RAID group with temporary volumes.
You cannot delete temporary volumes.
NAME
storageadm affinity - manages affinity groups
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm affinity add -ipaddr ipaddr -volume volume_number[,volume_number,...] [-lun LUN_number] [-affinitygroup affinitygroup_number] [-name alias_name] [-csv] /opt/FJSVssmgr/sbin/storageadm affinity delete -ipaddr ipaddr -affinitygroup affinitygroup_number [-s] /opt/FJSVssmgr/sbin/storageadm affinity update -ipaddr ipaddr -affinitygroup affinitygroup_number {-add -volume volume_number[,volume_number,...] [-lun LUN_number[,LUN_number,...]] | -delete [-volume volume_number[,volume_number,...] | -lun LUN_number[,LUN_number,...]]} [-s] /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr ipaddr [-affinitygroup affinitygroup_number] [-csv]
DESCRIPTION
This command is used to create/delete/modify/display affinity groups in the ETERNUS Disk storage system that is registered with this software.
OPERANDS
Creates an affinity group.
Deletes an affinity group.
Updates the configuration of an affinity group.
Displays the affinity group information.
OPTIONS
Specify the IP address of the storage device.
Specify the number of the volume to be set to an affinity group, using either decimal or hexadecimal notation. If multiple volume numbers are specified, use commas (",") to separate volume numbers.
For example, specify volumes 16, 17 and 18 as either "-volume 16,17,18" in decimal notation or "-volume 0x10,0x11,0x12" in hexadecimal notation.
Specify the LUN number to be allocated to the volume, using either decimal or hexadecimal notation. The number of LUN numbers specified must be the same as the number of volumes specified using the -volume option, and the LUN numbers must also be listed in the same order as their corresponding volume numbers. If multiple LUN numbers are specified, use commas (",") to separate LUN numbers.
For example, specify LUN numbers 16, 17 and 18 as either "-lun 16,17,18" in decimal notation or "-lun 0x10,0x11,0x12" in hexadecimal notation.
If this option is omitted, LUN numbers will be allocated in order, starting from 0.
Specify the affinity group number to be created, using either decimal or hexadecimal notation.
For example, specify affinity group number 16 as either "-affinitygroup 16" in decimal or "-affinitygroup 0x10" in hexadecimal.
If this option is omitted, the affinity group numbers that can be created within the target storage device will be allocated automatically.
Specify an alias for the AffinityGroup to be created.
This option must be specified for ETERNUS DX60/DX60 S2/DX80/DX90 and ETERNUS2000.
This option can be omitted for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400/DX400 S2 series, ETERNUS DX8000/DX8000 S2 series, ETERNUS4000, and ETERNUS8000.
If this option is omitted for ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS4000 and ETERNUS8000, alias names are not set.
If this option is omitted for ETERNUS DX80 S2, DX90 S2, ETERNUS DX400 S2 series, and ETERNUS DX8000 S2 series, alias names are set automatically.
Only alphanumeric characters (a to z, A to Z and 0 to 9) and the following symbols can be used for aliases: !@#$%^&*()-= `_+|~[]{};:'"./<>?. However, "?" is not supported for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400 S2 series and ETERNUS DX8000 S2 series. If the alias contains a space, enclose the entire alias in double quotes (e.g., -name "123 567").
Displays the created affinity group number in the CSV format. When this option is omitted, it is displayed in the table format.
Specify the IP address of the storage device.
Specify the number of the affinity group to be deleted, using either decimal or hexadecimal notation.
For example, specify affinity group number 16 as either "-affinitygroup 16" in decimal or "-affinitygroup 0x10" in hexadecimal.
Processing continues without the output of a confirmation message.
Specify the IP address of the storage device.
Specify the number of the affinity group whose configuration is to be changed, using either decimal or hexadecimal notation.
For example, specify affinity group number 16 as either "-affinitygroup 16" in decimal or "-affinitygroup 0x10" in hexadecimal.
Adds volumes in the affinity group.
When the number for the allocated volume/LUN is specified, this command terminates abnormally.
Deletes volumes from an affinity group.
The command will terminate abnormally if a volume number or LUN number of a volume that has not been mapped is specified, or if deleting the specified mapping will mean that there are no more mappings.
Specify the volume number of the volume to be added to or deleted from an affinity group, using either decimal or hexadecimal notation. If multiple volume numbers are specified, use commas (",") to separate volume numbers.
For example, specify volumes 16, 17 and 18 as either "-volume 16,17,18" in decimal notation or "-volume 0x10,0x11,0x12" in hexadecimal notation.
This option cannot be specified together with the -lun option when deleting volumes from an affinity group. Delete volumes by specifying either this option or the -lun option, not both together.
Specify the LUN number to be allocated to a volume or released from a volume, using either decimal or hexadecimal notation. The number of LUN numbers specified must be the same as the number of volumes specified using the -volume option, and the LUN numbers must also be listed in the same order as their corresponding volume numbers. If multiple LUN numbers are specified, use commas (",") to separate LUN numbers.
For example, specify LUN numbers 16, 17 and 18 as either "-lun 16,17,18" in decimal notation or "-lun 0x10,0x11,0x12" in hexadecimal notation.
If this option is omitted when LUN numbers are being allocated, LUN numbers will be automatically allocated, starting with the smallest free LUN number.
When LUN numbers are being released from volumes, this option cannot be specified together with the -volume option. Release LUN numbers by specifying either this option or the -volume option, but not both together.
Processing continues without the output of a confirmation message.
Specify the IP address of the storage device.
Specify the number of the affinity group for which detailed information is to be displayed, using either decimal or hexadecimal notation.
For example, specify affinity group number 16 as either "-affinitygroup 16" in decimal or "-affinitygroup 0x10" in hexadecimal.
If this option is omitted, a list of affinity groups will be displayed.
Displays the affinity group information in the CSV format. When this option is omitted, it is displayed in the table format.
EXAMPLES
Creating an affinity group and displaying the created affinity group in the table format.
# /opt/FJSVssmgr/sbin/storageadm affinity add -ipaddr 1.2.3.4 -volume 16,17,18 -lun 0,1,2 -affinitygroup 16 <<< AffinityGroup ADD >>> NUMBER ------ 0x0010 ------ INFO:swsag0001:Command terminated normally.
Creating an affinity group and displaying the created affinity group in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm affinity add -ipaddr 1.2.3.4 -volume 16,17,18 -lun 0,1,2 -affinitygroup 16 -csv NUMBER 0x0010
Deleting an affinity group.
# /opt/FJSVssmgr/sbin/storageadm affinity delete -ipaddr 1.2.3.4 -affinitygroup 16 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Adding a LUN in the affinity group.
# /opt/FJSVssmgr/sbin/storageadm affinity update -ipaddr 1.2.3.4 -affinitygroup 16 -add -volume 19 -lun 3 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Deleting a LUN from the affinity group.
# /opt/FJSVssmgr/sbin/storageadm affinity update -ipaddr 1.2.3.4 -affinitygroup 16 -delete -volume 19 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Displaying the affinity group lists in the table format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 <<< AffinityGroup Information >>> NUMBER NAME ------ ------------- 0x0000 AG00 0x0001 AG01 0x0002 AG02 0x0003 AG03 -------------------- INFO:swsag0001:Command terminated normally.
Displaying the affinity group lists in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 -csv NUMBER,NAME 0x0000,AG00 0x0001,AG01 0x0002,AG02 0x0003,AG03
Displaying the affinity group detail information (mapping) in the table format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 -affinitygroup 16 <<< AffinityGroup Information >>> NUMBER NAME LUN VOLUME VOLUME NAME ------ ------------- ------ ------- ----------------------- 0x0010 abcd 0x0000 0x0001 sample 0x0002 0x0004 ----------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the affinity group detail information (mapping) in the CSV format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 -affinitygroup 16 -csv NUMBER,NAME,LUN,VOLUME,VOLUME NAME 0x0010,abcd,0x0000,0x0001,sample 0x0010,abcd,0x0002,0x0004,
Displaying the linked affinity group detail information (mapping) in the table format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 -affinitygroup 16 <<< AffinityGroup Information >>> NUMBER NAME LUN VOLUME VOLUME NAME ------ ------------- ------ ------- ----------------------- 0x0010,0x011 abcd 0x0000 0x0001 sample 0x0002 0x0004 ----------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the linked affinity group detail information (mapping) in CSV format.
# /opt/FJSVssmgr/sbin/storageadm affinity info -ipaddr 1.2.3.4 -affinitygroup 16 -csv NUMBER,NAME,LUN,VOLUME,VOLUME NAME "0x0010,0x011",abcd,0x0000,0x0001,sample "0x0010,0x011",abcd,0x0002,0x0004,
NOTES
The message below will be output if the -s option is not specified when either the "delete" operand or the "update" operand is specified. Enter "y" to continue or "n" to cancel.
This message can be suppressed by specifying the -s option.
Are you sure? [y/n]:
The command will terminate abnormally if the -delete option is specified with the "update" operand in such a way that there are no items of mapping information for the affinity group.
The command will terminate abnormally if the "update" operand contains the number of a volume that cannot be set to an affinity group, such as:
Volume that does not exist in the storage device
Volume that is not open
LUN concatenated volumes
To display a linked AffinityGroup when the "info" operand is specified, specify the link origin AffinityGroup in the -affinitygroup option.
NAME
storageadm ecomode - Operates the eco-mode
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm ecomode on -ipaddr ipaddr /opt/FJSVssmgr/sbin/storageadm ecomode off -ipaddr ipaddr [-s] /opt/FJSVssmgr/sbin/storageadm ecomode info -ipaddr ipaddr [-csv]
DESCRIPTION
This command toggles and displays eco-mode information for ETERNUS Disk storage systems registered with this product.
OPERANDS
Sets eco-mode to ON.
Sets eco-mode to OFF.
Displays eco-mode status.
OPTIONS
Specify the IP address of the storage device.
Specify the IP address of the storage device.
Continues processing without asking for confirmation.
Specify the IP address of the storage device.
Displays the eco-mode status of the ETERNUS Disk storage system in CSV format.
EXAMPLES
Setting eco-mode to ON:
# /opt/FJSVssmgr/sbin/storageadm ecomode on -ipaddr 1.2.3.4 INFO:swsag0001:Command terminated normally.
Setting eco-mode to OFF:
# /opt/FJSVssmgr/sbin/storageadm ecomode off -ipaddr 1.2.3.4 Are you sure? [y/n]:y INFO:swsag0001:Command terminated normally.
Displaying eco-mode information:
# /opt/FJSVssmgr/sbin/storageadm ecomode info -ipaddr 1.2.3.4
<<< EcoMode Information>> STATUS ------ ON ------ INFO:swsag0001:Command terminated normally.
Displaying eco-mode information in CSV format:
# /opt/FJSVssmgr/sbin/storageadm ecomode info -ipaddr 1.2.3.4 -csv STATUS ON
NOTES
If off is specified without -s, then the following message is displayed:
Enter "y" to continue or "n" to cancel.
This message can be suppressed by specifying the -s option.
Are you sure? [y/n]:
If the device eco-mode settings are as follows, the command terminates with an error:
An error occurs if the eco-mode is already on when the processing to switch eco-mode on is executed.
NAME
storageadm port - Collects a list of port information
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm port info -ipaddr ipaddr [-csv]
DESCRIPTION
This command displays the port information of the ETERNUS Disk storage systems registered with this software.
OPERANDS
Displays a list of port information.
Specify the IP address of the storage device.
OPTIONS
Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.
EXAMPLES
Displaying port information in table format.
# /opt/FJSVssmgr/sbin/storageadm port info -ipaddr 1.2.3.4 <<< port Information >>> PORT PORT NAME STATUS TYPE AFFINITY PORT ADDRESS SUPPLEMENT ID INFORMATION ---- ----------- --------- -------- -------- ---------------- ---------------- 000 CM0CA0Port0 Online FC-CA On 1234567890ABCDEE - 001 CM0CA0Port1 Online FC-CA On 1234567890ABCDEF - 100 CM1CA0Port0 Online iSCSI-CA On 192.168.1.1 iqn.iscsi.name 101 CM1CA0Port1 Online iSCSI-CA On 192.168.1.2 iqn.iscsi.name ------------------------------------------------------------------------------ INFO:swsag0001:Command terminated normally.
Displaying port information in CSV format.
# /opt/FJSVssmgr/sbin/storageadm port info -ipaddr 1.2.3.4 -csv PORT ID,PORT NAME,STATUS,TYPE,AFFINITY,PORT ADDRESS,SUPPLEMENT INFORMATION 000,CM0CA0Port0,Online,FC-CA,On,1234567890ABCDEE,- 001,CM0CA0Port1,Online,FC-CA,On,1234567890ABCDEF,- 100,CM1CA0Port0,Online,iSCSI-CA,On,192.168.1.1,iqn.iscsi.name 101,CM1CA0Port1,Online,iSCSI-CA,On,192.168.1.2,iqn.iscsi.name
NOTES
SAS port information is not displayed. With ETERNUS2000 and ETERNUS DX60/DX60 S2, DX80 model devices, the command terminates with an error.
NAME
storageadm iscsiport - Operates iSCSI ports
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm iscsiport set -ipaddr ipaddr -port port ID {[-portipaddr port IP address] [-netmask netmask] [-gateway gateway] [-isns iSNS server IP address] [-iscsi iSCSI name] [-alias alias] [-affinity {on | off}]} [-s] /opt/FJSVssmgr/sbin/storageadm iscsiport info -ipaddr ipaddr [-port port ID] [-csv] /opt/FJSVssmgr/sbin/storageadm iscsiport ping -ipaddr ipaddr -port port ID -target IP address to be checked [-count ping execution count] [-csv]
DESCRIPTION
This command displays the iSCSI port settings and information of the ETERNUS Disk storage systems registered with this software.
Specify the storage device IP address and the iSCSI port setting information in the command parameters in order to set the iSCSI port settings and to display the set iSCSI port information and the IP reachability status of the iSCSI network to which the storage device is connected.
OPERANDS
Sets iSCSI port information.
Displays a list of iSCSI port information.
If -port is specified, detailed information concerning the specified iSCSI port is displayed.
Issues a ping to check the IP reachability status of the iSCSI network to which the storage device is connected and displays the result.
Specify the IP address of the storage device.
OPTIONS
Specify the port ID of the iSCSI port.
For ETERNUS DX60/DX60 S2, DX80, DX90, the port ID is the CM number and the port number entered, and for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400/DX400 S2 series, ETERNUS DX8000/DX8000 S2 series, ETERNUS4000, and ETERNUS8000, the port ID is the CM number, the CA number and the port number entered.
Specify the IP address of the iSCSI port.
Specify the subnet mask of the iSCSI port.
Specify the IP address of the gateway server for the iSCSI port. Specify the following if you want to delete the gateway server setting.
When you delete the setting of the gateway server: -gateway ""
Specify the IP address of the iSNS server for the iSCSI port. Specify the following if you want to delete the iSNS server settings.
When you delete the setting of the iSNS server: -isns ""
Specify the iSCSI name of the iSCSI port. Specify the following if you want to set default iSCSI name.
When you set default iSCSI name: -iscsi ""
Specify the alias of the iSCSI port.
Specify the security setting for the iSCSI port.
[Specification examples]
Security ON: -affinity on
Security OFF: -affinity off
Causes processing to continue without output of a confirmation message.
Displays detailed information concerning the iSCSI ports. If this option is omitted, a list of iSCSI ports is displayed.
For ETERNUS DX60/DX60 S2, DX80, DX90, the port ID is the CM number and the port number entered, and for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400/DX400 S2 series, ETERNUS DX8000/DX8000 S2 series, ETERNUS4000, and ETERNUS8000, the port ID is the CM number, the CA number and the port number entered.
Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.
Specify the port ID of the iSCSI port.
For ETERNUS DX60/DX60 S2, DX80, DX90, the port ID is the CM number and the port number entered, and for ETERNUS DX80 S2/DX90 S2, ETERNUS DX400/DX400 S2 series, ETERNUS DX8000/DX8000 S2 series, ETERNUS4000, and ETERNUS8000, the port ID is the CM number, the CA number and the port number entered.
Specify the IP address of the server that checks the IP reachability status.
Specify a value between 1 and 10 for the number of pings issued to check the IP reachability status. A failure will be displayed if an error response is returned at least once. A success will be displayed if normal responses are returned for all pings.
The default is a ping execution count of 1.
Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.
EXAMPLES
Setting iSCSI port information.
# /opt/FJSVssmgr/sbin/storageadm iscsiport set -ipaddr 1.2.3.4 -port 000 -portipaddr 172.16.4.1 Are you sure? [y/n]: y INFO:swsag0001:Command terminated normally.
Displaying a list of iSCSI port information in table format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport info -ipaddr 1.2.3.4 <<< iSCSI Port Information >>> PORT NAME STATUS TYPE AFFINITY ISCSI NAME IP ADDRESS ID ---- ----------- ------ -------- -------- --------------------- --------------- 00 CM0Port0 Online iSCSI-CA On iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029 172.16.4.38 01 CM0Port1 Online iSCSI-CA Off iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029 172.16.4.39 10 CM1Port0 Online iSCSI-CA On iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029 172.16.4.40 11 CM1Port1 Online iSCSI-CA On iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029 172.16.4.41 ------------------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying a list of iSCSI port information in CSV format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport info -ipaddr 1.2.3.4 -csv PORT ID,NAME,STATUS,TYPE,AFFINITY,ISCSI NAME,IP ADDRESS 00,CM0Port0,Online,iSCSI-CA,On,iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029,172.16.4.38 01,CM0Port1,Online,iSCSI-CA,Off,iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029,172.16.4.39 10,CM1Port0,Online,iSCSI-CA,On,iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029,172.16.4.40 11,CM1Port1,Online,iSCSI-CA,On,iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029,172.16.4.41
Displaying detailed iSCSI port information in table format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport info -ipaddr 1.2.3.4 -port 00 <<< iSCSI Port Information >>> PORT NAME TYPE IP ADDRESS SUBNET GATEWAY ISNS ISNS SERVER ISCSI NAME ALIAS NAME TRANSFER BANDWIDTH MTU AFFINITY HOST HOST HOST RESET RESERVE ID MASK SERVER IP ADDRESS RATE LIMIT SIZE MODE RESPONSE RESPONSE SPECIFIC SCOPE CANCEL AT NUMBER NAME MODE CHIP RESET ---- ----------- -------- --------------- --------------- --------------- ------ --------------- ---------- ---------- -------- --------- ---- -------- ---------- ---------- -------- ----- ---------- 00 CM0Port0 iSCSI-CA 172.16.4.38 255.255.255.0 172.16.4.1 Off - iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029 cm0port0 Auto - - Off 0x000F hresp00F Normal Mode I_T_L Off ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying detailed iSCSI port information in CSV format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport info -ipaddr 1.2.3.4 -port 00 -csv PORT ID,NAME,TYPE,IP ADDRESS,SUBNET MASK,GATEWAY,ISNS SERVER,ISNS SERVER IP ADDRESS,ISCSI NAME,ALIAS NAME,TRANSFER RATE,BANDWIDTH LIMIT,MTU SIZE,AFFINITY MODE,HOST RESPONSE NUMBER,HOST RESPONSE NAME,HOST SPECIFIC MODE,RESET SCOPE,RESERVE CANCEL AT CHIP RESET 00,CM0Port0,iSCSI-CA,172.16.4.38,255.255.255.0,172.16.4.1,Off,-,iqn.2000-09.com.fujitsu:storage-system.e2000:0000000029,cm0port0,Auto,-,-,Off,0x000F,hresp00F,Normal Mode,I_T_L,Off
Displaying the IP reachability status of the iSCSI network in table format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport ping -ipaddr 1.2.3.4 -port 00 -target 172.16.4.1 <<iSCSI Port Ping Status>> PORT NAME TARGET IP RESULT ID ADDRESS ---- ----------- --------------- ------- 000 CM0CA0Port0 172.16.4.38 Success ---------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the IP reachability status of the iSCSI network in CSV format.
# /opt/FJSVssmgr/sbin/storageadm iscsiport ping -ipaddr 1.2.3.4 -port 00 -target 172.16.4.1 -csv PORT ID,NAME,TARGET IP ADDRESS,RESULT 000,CM0CA0Port0,172.16.4.38,Success
NOTES
The message below is displayed when the "set" operand is specified. Enter "y" to continue, or "n" to cancel. Note that this message is not displayed if the -s option is specified.
Are you sure? [y/n]:
NAME
storageadm progress - Displays progress information
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm progress volumeformat -ipaddr IP address { [-volume volume number,...] | [-all] } [-csv]
DESCRIPTION
This command displays progress information concerning the formatting of volumes on ETERNUS Disk storage systems registered with this software.
Specify the storage device IP address and the volume number in the command parameters in order to display volume formatting progress information.
OPERANDS
Displays the formatting progress.
Specify the storage device IP address.
OPTIONS
Specify, as a decimal or hexadecimal number, the volume number to be output. Separate volume numbers with comma (",").
This displays formatting progress information (including format completion and formatting not yet being implemented) concerning the specified volume.
An error does not occur if the specified volume does not exist, but information is not displayed for that volume.
If -volume is omitted, progress information is displayed for all volumes for which formatting is in progress.
However, if the -all option is specified, the progress information will include volumes not currently being formatted (formatting completed or not yet implemented).
[Specification example]
Decimal specification: -volume 10,16
Hexadecimal specification: -volume 0x10,0x16
Includes information concerning volumes not currently being formatted (formatting completed or not yet implemented) in the display. If this option is omitted, progress information is displayed only for volumes for which formatting is in progress.
This option cannot be specified if the -volume option is specified.
This option displays the formatting progress information in CSV format. If this option is omitted, the information is displayed in table format.
The table below shows the contents displayed when different combinations of -volume and -all are specified.
-all | |||
---|---|---|---|
Specified | Not specified | ||
-volume | Specified | Cannot be specified. | The display target is the specified volume, and volumes for which formatting is completed or not yet executed are included in the display. |
Not specified | The display target is all volumes on the device, and volumes for which formatting is completed or not yet executed are included in the display. | The display target is all volumes on the device, but the display includes only the volumes for which formatting is in progress. |
EXAMPLES
Displaying the formatting progress information for all volumes in table format.
# /opt/FJSVssmgr/sbin/storageadm progress volumeformat -ipaddr 1.2.3.4 -all <<< Volume Format Progress Information >>> NUMBER NAME TYPE STATUS PROGRESS ------- ---------------- ------ ----------------- -------- 0x0000 Volume0x0000 Open Available 100 0x0001 Open Available 70 0x0002 Open Readying 0 0x0003 Open Available - 0x0004 SDV Available 100 0x0005 SDPV Available 100 ---------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Displaying the formatting progress information for all volumes in CSV format.
# /opt/FJSVssmgr/sbin/storageadm progress volumeformat -ipaddr 1.2.3.4 -all -csv NUMBER,NAME,TYPE,STATUS,PROGRESS 0x0000,Volume0x0000,Open,Available,100 0x0001,,Open,Available,70 0x0002,,Open,Readying,0 0x0003,,Open,Available,- 0x0004,,SDV,Available,100 0x0005,,SDPV,Available,100
NOTES
Formatting progress information is displayed for open volumes, SDV volumes, and SDPV volumes, but is not displayed for other volumes.
If volume formatting fails, the STATUS is as shown below, and 0 to 100 is displayed as the PROGRESS.
Broken
Data Lost
Not Ready
NAME
storageadm perfctl - Performs monitoring operations
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm perfctl start -ipaddr ipaddr [-interval time] /opt/FJSVssmgr/sbin/storageadm perfctl stop -ipaddr ipaddr /opt/FJSVssmgr/sbin/storageadm perfctl status -ipaddr ipaddr
DESCRIPTION
This command starts and stops performance monitoring for the NetApp FAS Series and displays the performance monitoring status.
OPERANDS
Starts performance monitoring.
Stops performance monitoring.
Displays the performance monitoring status.
OPTIONS
Specify the IP address of the storage device.
Specify either 10, 30, 60, or 300 (seconds unit) as the performance monitoring interval. If this option is omitted, monitoring is performed at 30 second intervals.
Specify the IP address of the storage device.
Specify the IP address of the storage device.
EXAMPLES
Starting performance monitoring at 60-second intervals.
# /opt/FJSVssmgr/sbin/storageadm perfctl start -ipaddr 1.2.3.4 -interval 60
Stopping performance monitoring.
# /opt/FJSVssmgr/sbin/storageadm perfctl stop -ipaddr 1.2.3.4
Displaying the performance monitoring status.
# /opt/FJSVssmgr/sbin/storageadm perfctl status -ipaddr 1.2.3.4
<<< Performance Monitor Status>> DEVICE_NAME(IP_ADDRESS) STATUS INTERVAL[SEC] ------------------------------- -------------------- --------------- NR1000F(1.2.3.4) Monitoring 60 -------------------------------------------------------------------- INFO:swsag0001:Command terminated normally.
Status description
DEVICE_NAME(IP_ADDRESS) indicates the following:
Device name and its IP address
The table below shows the status types and their meanings:
STATUS type | Meaning |
---|---|
Monitoring | Normal monitoring is in progress. |
Stop | Performance monitoring is stopped. |
Recovering | Retry is in progress, after communication was interrupted or an attempt failed. |
Error | Stopped with an error, after an unsuccessful retry. Collect the required troubleshooting data and then contact the Fujitsu systems engineer (SE). For details, refer to "B.1 Troubleshooting information" |
INTERVAL[sec] indicates the following:
Performance monitoring interval (seconds)
NOTES
The NetApp FAS Series must be registered with this product.
If -interval is set to a value other than 10, 30, 60, or 300, then the actual interval is set according to the table below (an error will occur if it is set to a negative value or a value greater than or equal to 2147483648):
-interval time values | Monitoring interval (in secs) |
---|---|
time = 0 | 30 |
0 < time <= 10 | 10 |
10 < time <= 30 | 30 |
30 < time <= 60 | 60 |
60 < time | 300 |
NAME
storageadm device - Operation of devices
SYNOPSIS
/opt/FJSVssmgr/sbin/storageadm device unlock -ipaddr ipaddr [-s]
DESCRIPTION
Unlocks the storage device
Specify an IP address of the storage device
Continues the processing without a confirmation message being output.
EXAMPLES
Unlock the storage device.
# /opt/FJSVssmgr/sbin/storageadm device unlock -ipaddr 1.2.3.4 Are you sure? [y/n]: y
NOTES
You can release only locks which are locked by using this software.
If you release the lock, do not perform other operations by using this software.