Remove the ONTAP Mediator from a MetroCluster IP configuration
You can unconfigure ONTAP Mediator from the MetroCluster IP configuration.
You must have successfully installed and configured ONTAP Mediator on a network location that can be reached by both MetroCluster sites.
-
Unconfigure ONTAP Mediator by using the following command:
metrocluster configuration-settings mediator removeYou are prompted for the user name and password for the ONTAP Mediator admin user account.
If the ONTAP Mediator is down, the metrocluster configuration-settings mediator removecommand still prompts you to enter the user name and password for the ONTAP Mediator admin user account and removes ONTAP Mediator from the MetroCluster configuration.-
Check if there are any broken disks by using the following command:
disk show -brokenExample
There are no entries matching your query.
-
-
If you are using an ONTAP Mediator that uses HTTPS for communication, delete the CA certificates after you remove the ONTAP Mediator:
-
Display the installed CA certificates:
security certificate show -common-name ONTAPMediatorCA -
Remove the installed root and intermediate certificates:
security certificate delete -vserver cluster-A -common-name ONTAPMediatorCA -cert-name <root_certificate_name> -type server-ca -ca "ONTAP Mediator CA"security certificate delete -vserver cluster-A -common-name ONTAPMediatorCA -cert-name <intermediate_certificate_name> -type server-ca -ca "ONTAP Mediator CA"
-
-
Confirm that ONTAP Mediator has been removed from the MetroCluster configuration by running the following command on both clusters:
-
metrocluster configuration-settings mediator showExample
This table is currently empty.
-