SANtricity 11.8 Commands

to Japanese version

Validate storage Array security key

The validate storageArray securityKey command validates the security key for a storage system that has security-capable drives to make sure that the back-up security key file is not corrupt.

Supported Series

If external key management is enabled, then this command applies only to the HB2100/HB2200/HB2300 and HB5100/HB5200 series. If internal key management is enabled, then the command applies to any individual storage system, 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 Security Admin role.

Context

Security key validation uses the pass phrase used to generate the file to decrypt the key and match it with the value maintained in controller memory (for internal keys) or on the external server (for external keys).

This command applies to both internal and external key management.

Syntax

validate storageArray securityKey file="fileName" passPhrase="passPhraseString"

Parameters

Parameter Description

file

The file path and the file name that has the security key. Enclose file path and the file name in double quotation marks (" "). For example:

file="C:\Program Files\CLI\sup\drivesecurity.slk"

The file name must have an extension of .slk.

passPhrase

A character string that encrypts the security key so that you can store the security key in an external file. Enclose the pass phrase in double quotation marks (" ").

Top of Page