Skip to main content
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

从现有对等关系中删除集群对等加密

贡献者

默认情况下,在 ONTAP 9.6 或更高版本中创建的所有对等关系都启用集群对等加密。如果您不想对跨集群对等通信使用加密,可以将其禁用。

步骤
  1. 在目标集群上,修改与源集群的通信,以停止使用集群对等加密:

    • 要删除加密、但保持身份验证、请输入:

      cluster peer modify _source_cluster_ -auth-status-admin use-authentication -encryption-protocol-proposed none
    • 要删除加密和身份验证、请输入:

      cluster peer modify _source_cluster_ -auth-status no-authentication
  2. 出现提示时,输入密码短语。

  3. 在源集群上,禁用与目标集群通信的加密:

    • 要删除加密、但保持身份验证、请输入:

      cluster peer modify _destination_cluster_ -auth-status-admin use-authentication -encryption-protocol-proposed none
    • 要删除加密和身份验证、请输入:

      cluster peer modify _destination_cluster_ -auth-status no-authentication
  4. 出现提示时,输入在目标集群上输入的同一密码短语。