ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security key-manager delete

    (DEPRECATED)-Delete a key management server

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command is deprecated and may be removed in a future release. Use security key-manager external remove-servers instead.

    This command removes the key management server at the indicated IP address from the list of active key management servers. If the indicated key management server is the sole storage location for any key that is in use by Data ONTAP, you will be unable to remove the key server. This command is not supported when the Onboard Key Manager is enabled.

    Parameters

    -address <IP Address> - IP Address

    This parameter specifies the IP address of the key management server you want to remove from use.

    Examples

    The following example removes the key server at IP address 10.233.1.198 from the set of configured key management servers:

    cluster-1::> security key-manager delete -address 10.233.1.198
    Top of Page