ONTAP 9.12.1 commands

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

    (DEPRECATED)-Deletes the KMIP configuration

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

    Description

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

    The security key-manager delete-kmip-config command permanently deletes the Key Management Interoperability Protocol (KMIP) server configuration from all nodes of the cluster.

    The keys stored by the external KMIP servers cannot be deleted by Data ONTAP, and must be deleted by using external tools.

    Examples

    The following example deletes the KMIP-server configuration from all nodes of the cluster:

    cluster-1::*> security key-manager delete-kmip-config
    
    Warning: This command will permanently delete the KMIP-server configuration
             from all nodes of the cluster.
    Do you want to continue? {y|n}: y
    The KMIP-server configuration has been deleted from all nodes of the cluster.
    The keys stored by the external KMIP servers cannot be deleted by Data ONTAP,
    and must be deleted by using external tools.
    Top of Page