The delete controller caCertificate command removes the installed root/intermediate CA certificate from the specified controller.
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Security Admin role.
delete controller [(a|b)] caCertificate aliases=("alias1" ... "aliasN")
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. |
SMcli -n Array1 -c "delete controller[a] caCertificate aliases=("myAlias" "anotherAlias");" SMcli completed successfully.
8.40