SANtricity 11.8 Commands

to Japanese version

Retrieve installed trusted CA certificates

The save storageArray trustedCertificate command retrieves the installed trusted CA certificates for the array. Included in the retrieved files are any requested CA certificates from the array’s web servers.

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

save storageArray trustedCertificate [allUserInstalled |
aliases=("alias1" ... "aliasN")] path="fileLocation"

Parameters

Parameter Description

allUserInstalled

Allows you to specify the retrieval of user installed certificates. The default option is allUserInstalled if you didn’t specify any aliases.

aliases

Allows you to specify which user installed trusted certificate to retrieve by alias. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space.

path

Allows you to specify the local location for which to save the controller’s trusted certificates.

Examples

SMcli -n Array1 -c "save storageArray trustedCertificate allUserInstalled path="C:\";"

SMcli -n Array1 -c "save storageArray trustedCertificate aliases=("myAlias" "anotherAlias") path="C:\";"

SMcli completed successfully.
Top of Page