Remove ONTAP Mediator or ONTAP Cloud Mediator from your ASA r2 system
You can use only one type of mediator at a time for SnapMirror active sync on your ASA r2 system. If you choose to change your mediator type, you must remove your current instance before you install another instance.
Steps
You must use the ONTAP command line interface (CLI) to remove ONTAP Mediator or ONTAP Cloud Mediator.
ONTAP Mediator
-
Remove ONTAP Mediator:
snapmirror mediator remove -mediator-address <address> -peer-cluster <peerClusterName>
Example:
snapmirror mediator remove -mediator-address 12.345.678.90 -peer-cluster cluster_xyz
ONTAP Cloud Mediator
-
Remove ONTAP Cloud Mediator:
snapmirror mediator remove -peer-cluster <peerClusterName> -type cloud
Example:
snapmirror mediator remove -peer-cluster cluster_xyz -type cloud
Related information