SANtricity 11.8 Commands

to Japanese version

Retrieve installed server certificate

The save controller arrayManagementSignedCertificate command retrieves the installed server certificate for the controller so you can view certificate details.

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 controller [(a|b)] arrayManagementSignedCertificate
     file="filename"

Parameters

Parameter Description

controller

Allows you to specify the controller on which you want to download the signed certificate from. Valid controller identifiers are a or b, where a is the controller in slot A, and b is the controller in slot B. Enclose the controller identifier in square brackets ([ ]).

file

Allows you to specify the file for which to save the controller’s signed certificate file.

Examples

SMcli -n Array1 -c "save controller [a] arrayManagementSignedCertificate
   file="C:\controllerAcertificate.cer";"

SMcli -n Array1 -c "save controller [b] arrayManagementSignedCertificate
   file="C:\controllerBcertificate.cer";"

SMcli completed successfully.
Top of Page