Closed gimmeyopods closed 9 months ago
https://docs.netapp.com/us-en/ontap/peering/remove-snapmirror-encryption-existing-relationship-task.html
Remove cluster peering encryption from an existing peer relationship
The cluster peer commands are using the incorrect parameter, 'encryption' / 'encrypt'
cluster peer modify source_cluster -auth-status-admin use-authentication -encryption none
cluster peer modify destination_cluster -auth-status-admin use-authentication -encrypt none
The correct parameter is "-encryption-protocol-proposed"
"-encryption-protocol-proposed"
The commands should be;
cluster peer modify source_cluster -auth-status-admin use-authentication -encryption-protocol-proposed none
cluster peer modify destination_cluster -auth-status-admin use-authentication -encryption-protocol-proposed none
Thank you for catching this! Update complete
Page URL
https://docs.netapp.com/us-en/ontap/peering/remove-snapmirror-encryption-existing-relationship-task.html
Page title
Remove cluster peering encryption from an existing peer relationship
Summary
The cluster peer commands are using the incorrect parameter, 'encryption' / 'encrypt'
cluster peer modify source_cluster -auth-status-admin use-authentication -encryption none
cluster peer modify destination_cluster -auth-status-admin use-authentication -encrypt none
The correct parameter is
"-encryption-protocol-proposed"
The commands should be;
cluster peer modify source_cluster -auth-status-admin use-authentication -encryption-protocol-proposed none
cluster peer modify destination_cluster -auth-status-admin use-authentication -encryption-protocol-proposed none
Public issues must not contain sensitive information