SANtricity 11.8 Commands

to Japanese version

Set storage Array tray positions

The set storageArray trayPositions command defines the position of the trays in a storage system. You must include all of the trays in the storage system when you enter this command.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

Syntax

set storageArray trayPositions=(controller | trayID ... trayIDn)

Parameter

Parameter Description

trayPositions

A list of all of the tray IDs. The sequence of the tray IDs in the list defines the positions for the controller tray and the drive trays in a storage system. Valid values are 0 to 99. Enter the tray ID values separated with a space. Enclose the list of tray ID values in parentheses. For storage systems where the controller tray has a predefined identifier that is not in the range of valid tray position values, use the controller value.

Notes

This command defines the position of a tray in a storage system by the position of the tray ID in the trayPositions list. For example, if you have a controller tray with an ID set to 84 and drive trays with IDs set to 1, 12, and 50, the trayPositions sequence (84 1 12 50) places the controller tray in the first position, drive tray 1 in the second position, drive tray 12 in the third position, and drive tray 50 in the fourth position. The trayPositions sequence (1 84 50 12) places the controller tray in the second position, drive tray 1 in the first position, drive tray 50 in the third position, and drive tray 12 in the fourth position.

You must include all of the trays in the storage system in the list defined by the trayPositions parameter. If the number of trays in the list does not match the total number of trays in the storage system, an error message appears.

The management software visually shows the first position on top, and the other positions in relative order beneath with the last position on the bottom.

Top of Page