本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
從現有的對等關係移除叢集對等加密
貢獻者
建議變更
根據預設、ONTAP 叢集對等加密功能會在所有在支援支援支援支援的對等關係上啟用。如果您不想使用加密來進行跨叢集對等通訊、可以停用加密。
步驟
-
在目的地叢集上、修改與來源叢集的通訊、以停止使用叢集對等加密:
-
若要移除加密、但保留驗證、請輸入:
cluster peer modify <source_cluster> -auth-status-admin use-authentication -encryption-protocol-proposed none
-
若要移除加密與驗證:
-
修改叢集對等原則以允許未驗證的存取:
cluster peer policy modify -is-unauthenticated-access-permitted true
-
修改加密與驗證存取:
cluster peer modify <source_cluster> -auth-status no-authentication
-
-
-
出現提示時、請輸入複雜密碼。
-
重新輸入密碼以確認密碼。
-
在來源叢集上、停用與目的地叢集通訊的加密:
-
若要移除加密、但保留驗證、請輸入:
cluster peer modify <destination_cluster> -auth-status-admin use-authentication -encryption-protocol-proposed none
-
若要移除加密與驗證:
-
修改叢集對等原則以允許未驗證的存取:
cluster peer policy modify -is-unauthenticated-access-permitted true
-
修改加密與驗證存取:
cluster peer modify <destination_cluster> -auth-status no-authentication
-
-
-
出現提示時、請輸入並重新輸入您在目的地叢集上使用的相同密碼。