Skip to main content

Remove ONTAP Mediator or ONTAP Cloud Mediator

Contributors netapp-lenida netapp-aaron-holt netapp-ahibbard

If you want to remove an existing ONTAP Mediator or ONTAP Cloud Mediator configuration from your ONTAP clusters, you can do so by using the snapmirror mediator remove command. For example, you can use only one type of Mediator at a time, so you must remove one instance before you install the other.

Steps

You can remove ONTAP Mediator or ONTAP Cloud Mediator by completing one of the following steps.

ONTAP Mediator
  1. 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
  1. Remove ONTAP Cloud Mediator:

    snapmirror mediator remove -peer-cluster <peerClusterName> -type cloud

    Example:

    snapmirror mediator remove -peer-cluster cluster_xyz -type cloud
Related information