Top
ETERNUS SF Storage Cruiser V15.0 Operation Guide

10.3.4 Commands for storage management

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 a user of the Administrators group 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 DX400 S2 series
ETERNUS DX8000 S2 series

ETERNUS DX60/DX60 S2/DX80/DX90
ETERNUS DX400 series
ETERNUS DX8000 series
ETERNUS2000
ETERNUS4000
ETERNUS8000

Other storage devices

storageadm disk

A

A (*1)

N/A

storageadm raid

A

A (*1)

N/A

storageadm volume

A

A (*1)

N/A

storageadm affinity

A

A (*1)

N/A

storageadm ecomode

A

A (*1)

N/A

storageadm port

A

A (*1)

N/A

storageadm iscsiport

A

A (*1)(*2)

N/A

storageadm progress

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


10.3.4.1 Disk management command (storageadm disk)

NAME

storageadm disk - manages disks


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm disk info -ipaddr ipaddr [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command displays information of disks in the ETERNUS Disk storage system that is registered with this software.


OPERANDS

info

Displays detail information of disks in the ETERNUS Disk storage system that is registered with this software.


OPTIONS

Options that can be specified when the info operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-csv

Displays the disk information in the CSV format. When this option is omitted, it is displayed in the table format.


EXAMPLES

10.3.4.2 RAID management command (storageadm raid)

NAME

storageadm raid - manages RAID groups


SYNOPSIS

$INS_DIR\ESC\Manager\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]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm raid delete -ipaddr ipaddr -raidgroup RAIDGroup_number [-f] [-s]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm raid info -ipaddr ipaddr [-raidgroup RAIDGroup_number] [-remote BOX-ID] [-csv]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm ecomode -ipaddr ipaddr -raidgroup RAIDGroup_number [,RAIDGroup_number,...] -on|-off [-s]

($INS_DIR means "Program Directory" specified at the Manager installation.)


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

add

Creates a RAID group

delete

Deletes a RAID group

info

Displays a RAID group information

ecomode

Sets eco-mode for the RAID group


OPTIONS

Options that can be specified when the add operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-disk DE_number:slot_number,DE_number:slot_number[,DE_number:slot_number,...]

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.

-level RAIDlevel

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

-name alias_name

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").

-cm assigned_CM

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
ETERNUS2000

CM#0

00

For the first digit, enter the assigned CM number.
For the second character, always enter "0".

CM#1

10

Other

CM#0 CPU#0

00

For the first digit, enter the assigned CM number.
For the second digit, enter the number of the CPU within the CM entered for the first digit.

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

-csv

Displays the RAID group number in the CSV format. When this option is omitted, it is displayed in the table format.

Options that can be specified when the delete operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-raidgroup RAIDGroup_number

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".

-s

Processing continues without the output of a confirmation message.

-f

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

Options that can be specified when the info operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-raidgroup RAIDGroup_number

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".

-remote BOX-ID

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.

-csv

Displays the RAID group information in the CSV format. When this option is omitted, it is displayed in the table format.

Options that can be specified when the ecomode operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-raidgroup [RAIDGroup_number, ...]

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".

-on

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.

-off

Set eco-mode to OFF for the specified RAID group. The only possible specifications are -off and -on.

-s

Continues processing without asking for confirmation.


EXAMPLES

NOTES

10.3.4.3 Volume management command (storageadm volume)

NAME

storageadm volume - manages volumes


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm volume add -ipaddr ipaddr -size capacity -raidgroup RAIDGroup_number [-name alias_name] [-csv]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm volume delete -ipaddr ipaddr [-volume volume_number[,volume_number,...]] [-remote BOX-ID -remote-volume volume_number [-remote-force]] [-s]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm volume format -ipaddr ipaddr -volume volume_number[,volume_number,...] [-s]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm volume info -ipaddr ipaddr [-volume volume_number,...] [-remote BOX-ID] [-csv]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm volume nomapping -ipaddr ipaddr [-volume volume_number,...] [-remote BOX-ID] [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command is used to create/delete/format/display volumes in the ETERNUS Disk storage system that is registered with this software.


OPERANDS

add

Creates a volume.

delete

Deletes volumes.

format

Formats volumes.

info

Displays volume information.

nomapping

Displays the information of volumes that are not mapped to affinity group.


OPTIONS

Options that can be specified when the add operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-size capacity

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".

-raidgroup RAIDGroup_number

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".

-name alias_name

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").

-csv

Displays the created volume number in the CSV format. When this option is omitted, it is displayed in the table format.

Options that can be specified when the delete operand or format operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-volume volume_number[,volume_number,...]

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.

-remote BOX-ID

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.

-remote-volume volume_number

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.

-remote-force

Specify this option to forcibly delete volumes, which may be currently used, from the remote site ETERNUS Disk storage system.

-s

Processing continues without the output of a confirmation message.

Options that can be specified when the info operand or nomapping operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-volume volume_number[,volume_number,...]

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.

-remote BOX-ID

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.

-csv

Displays the volume information in the CSV format. When this option is omitted, it is displayed in the table format.


EXAMPLES

NOTES

10.3.4.4 AffinityGroup management command (storageadm affinity)

NAME

storageadm affinity - manages affinity groups


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm affinity add -ipaddr ipaddr -volume volume_number[,volume_number,...] [-lun LUN_number] [-affinitygroup affinitygroup_number] [-name alias_name] [-csv]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm affinity delete -ipaddr ipaddr -affinitygroup affinitygroup_number [-s]
$INS_DIR\ESC\Manager\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]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm affinity info -ipaddr ipaddr [-affinitygroup affinitygroup_number] [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


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

add

Creates an affinity group.

delete

Deletes an affinity group.

update

Updates the configuration of an affinity group.

info

Displays the affinity group information.


OPTIONS

Options that can be specified when the add operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-volume volume_number[,volume_number,...]

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.

-lun LUN_number,...

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.

-affinitygroup affinitygroup_number

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.

-name alias_name

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").

-csv

Displays the created affinity group number in the CSV format. When this option is omitted, it is displayed in the table format.

Options that can be specified when the delete operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-affinitygroup affinitygroup_number

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.

-s

Processing continues without the output of a confirmation message.

Options that can be specified when the update operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-affinitygroup affinitygroup_number

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.

-add

Adds volumes in the affinity group.
When the number for the allocated volume/LUN is specified, this command terminates abnormally.

-delete

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.

-volume volume_number[,volume_number,...]

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.

-lun LUN_number[,LUN_number,...]

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.

-s

Processing continues without the output of a confirmation message.

Options that can be specified when the info operand is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-affinitygroup affinitygroup_number

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.

-csv

Displays the affinity group information in the CSV format. When this option is omitted, it is displayed in the table format.


EXAMPLES

NOTES

10.3.4.5 Eco-mode command (storageadm ecomode)

NAME

storageadm ecomode - Operates the eco-mode


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm ecomode on -ipaddr ipaddr
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm ecomode off -ipaddr ipaddr [-s]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm ecomode info -ipaddr ipaddr [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command toggles and displays eco-mode information for ETERNUS Disk storage systems registered with this product.

OPERANDS

on

Sets eco-mode to ON.

off

Sets eco-mode to OFF.

info

Displays eco-mode status.

OPTIONS

When on is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

When off is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-s

Continues processing without asking for confirmation.

When info is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-csv

Displays the eco-mode status of the ETERNUS Disk storage system in CSV format.

EXAMPLES

NOTES

10.3.4.6 Port command (storageadm port)

NAME

storageadm port - Collects a list of port information


SYNOPSIS

$INS_DIRManager\opt\FJSVssmgr\sbin\storageadm port info -ipaddr ipaddr [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command displays the port information of the ETERNUS Disk storage systems registered with this software.


OPERANDS

info

Displays a list of port information

-ipaddr ipaddr

Specify the IP address of the storage device.


OPTIONS

Options that can be specified when the info operand is specified
-csv

Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.


EXAMPLES

NOTES

10.3.4.7 iSCSI port command (storageadm iscsiport)

NAME

storageadm iscsiport - Operates iSCSI ports


SYNOPSIS

$INS_DIR\ESC\Manager\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]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm iscsiport info -ipaddr ipaddr [-port port ID] [-csv]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm iscsiport ping -ipaddr ipaddr -port port ID -target IP address to be checked [-count ping execution count] [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


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

set

Sets iSCSI port information.

info

Displays a list of iSCSI port information.

If -port is specified, detailed information concerning the specified iSCSI port is displayed.

ping

Issues a ping to check the IP reachability status of the iSCSI network to which the storage device is connected and displays the result.

-ipaddr ipaddr

Specify the IP address of the storage device.


OPTIONS

Options that can be specified when the set operand is specified
-port port ID

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.

-portipaddr port IP address

Specify the IP address of the iSCSI port.

-netmask netmask

Specify the subnet mask of the iSCSI port.

-gateway gateway

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 ""

-isns iSNS server IP address

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 ""

-iscsi iSCSI name

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 ""

-alias alias

Specify the alias of the iSCSI port.

-affinity {on | off}

Specify the security setting for the iSCSI port.

[Specification examples]

Security ON: -affinity on

Security OFF: -affinity off

-s

Causes processing to continue without output of a confirmation message.

Options that can be specified when the info operand is specified
-port port ID

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.

-csv

Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.

Options that can be specified when the ping operand is specified
-port port ID

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.

-target IP address to be checked

Specify the IP address of the server that checks the IP reachability status.

-count ping execution count

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.

-csv

Displays the port information in CSV format. If this option is omitted, the information is displayed in table format.


EXAMPLES

NOTES

10.3.4.8 Progress command (storageadm progress)

NAME

storageadm progress - Displays progress information


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm progress volumeformat -ipaddr IP address { [-volume volume number,...] | [-all] } [-csv]

($INS_DIR means "Program Directory" specified at the Manager installation.)


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

volumeformat

Displays the formatting progress.

-ipaddr IP address

Specify the storage device IP address.


OPTIONS

Options that can be specified when the volumeformat operand is specified
-volume volume number [,volume number,...]

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

-all

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.

-csv

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

NOTES

10.3.4.9 Performance monitoring command(storageadm perfctl)

NAME

storageadm perfctl - Performs monitoring operations


SYNOPSIS

$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm perfctl start -ipaddr ipaddr [-interval time]
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm perfctl stop -ipaddr ipaddr
$INS_DIR\ESC\Manager\opt\FJSVssmgr\sbin\storageadm perfctl status -ipaddr ipaddr

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command starts and stops performance monitoring for the NetApp FAS Series and displays the performance monitoring status.

OPERANDS

start

Starts performance monitoring.

stop

Stops performance monitoring.

status

Displays the performance monitoring status.

OPTIONS

When start is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

-interval time

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.

When stop is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

When status is specified
-ipaddr ipaddr

Specify the IP address of the storage device.

EXAMPLES

Status description

NOTES

10.3.4.10 Device command(storageadm device)

NAME

storageadm device - Operaion of devices


SYNOPSIS

$INS_DIR\Manager\opt\FJSVssmgr\sbin\storageadm device unlock -ipaddr ipaddr [-s]

DESCRIPTION

OPERANDS
unlock

Unlocks the storage device.

OPTIONS
Options that can be specified when the unlock operand is specified
-ipaddr ipaddr

Specify an IP address of the storage device

-s

Continues the processing without a confirmation message being output.


EXAMPLES

NOTES