Skip to main content

Powering off an entire MetroCluster IP configuration

You must power off the entire MetroCluster IP configuration and all of the equipment before maintenance or relocation can begin.

About this task

Note
Starting with ONTAP 9.8, the storage switch command is replaced with system switch. The following steps show the storage switch command but if you are running ONTAP 9.8 or later the system switch command is preferred.
  1. Verify the MetroCluster configuration from both sites in the MetroCluster configuration.
    1. Confirm that the MetroCluster configuration and operational mode are normal.metrocluster show
    2. Run the following command: metrocluster interconnect show
    3. Confirm connectivity to the disks by entering the following command on any one of the MetroCluster nodes: run local sysconfig -v
    4. Run the following command: storage port show
    5. Run the following command: storage switch show
    6. Run the following command: network interface show
    7. Run the following command: network port show
    8. Run the following command: network device-discovery show
    9. Perform a MetroCluster check: metrocluster check run
    10. Display the results of the MetroCluster check: metrocluster check show
    11. Run the following command: metrocluster configuration-settings interface show
  2. If necessary, disable AUSO by modifying the AUSO Failure Domain to auso-disabled

    Example

    cluster_A_site_A::*>metrocluster modify -auto-switchover-failure-domain auso-disabled

    Note
    In a MetroCluster IP configuration, the AUSO Failure Domain is already set to 'auso-disabled' unless the configuration is configured with ONTAP Mediator.
  3. Verify the change using the command metrocluster operation show

    Example

        cluster_A_site_A::*> metrocluster operation show
    Operation: modify
    State: successful
    Start Time: 4/25/2020 20:20:36
    End Time: 4/25/2020 20:20:36
    Errors: -

  4. Halt the nodes: halt

    Example

    system node halt -node node1_SiteA -inhibit-takeover true -ignore-quorum-warnings true
  5. Power off the following equipment at the site:
    • Storage controllers
    • MetroCluster IP switches
    • Storage shelves
  6. Wait for thirty minutes and then power on all the controllers.
  7. After the controllers are powered on, verify the MetroCluster configuration from both sites.
    To verify the configuration, repeat step 1.