SANtricity 11.8 Commands

to Japanese version

Set storage Array management interface

The set storageArray managementInterface command changes the management interface of the controller. Change the management interface type to enforce confidentiality between the storage system and its management software or to access external tools.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

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

Syntax

set storageArray managementInterface restOnly={true | false}

Parameters

Parameter Description

restOnly

When set to true, indicates that the RESTful interface is the only management interface allowed. This interface enforces an encrypted connection between the storage system and the management software.

When set to false, indicates that the legacy interface between the storage system and the management software is allowed. This interface is not encrypted.

Some tools that communicate directly with the legacy management interface, such as the SANtricity SMI-S Provider or OnCommand Insight (OCI), will not work unless the restOnly parameter is set to false. Contact Fujitsu Support for more information.

Examples

SMcli -n Array1 -c "set storageArray managementInterface restOnly=true;"

SMcli completed successfully.
Top of Page