SANtricity 11.8 Commands

to Japanese version

Remove installed root/intermediate CA certificates

The delete controller caCertificate command removes the installed root/intermediate CA certificate from the specified controller.

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

delete controller [(a|b)] caCertificate aliases=("alias1" ... "aliasN")

Parameters

Parameter Description

controller

Allows you to specify the controller on which you want to delete 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 ([ ]).

aliases

Allows you to specify one or more CA certificates to be deleted using the alias names or specify all. The aliases must be from the controller for which the certificate is being deleted. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space.

Examples

SMcli -n Array1 -c "delete controller[a] caCertificate aliases=("myAlias" "anotherAlias");"

SMcli completed successfully.
Top of Page