Skip to main content
ONTAP FLI

Unzoning source and destination array

Contributors

After all migrations, transitions, and verifications are completed, you can unzone source and destination arrays.

To unzone source and destination arrays, remove the source storage to destination zone from both fabrics.

Brocade fabric example

Steps
  1. Remove the zone from the zoneset in fabric A.

    cfgDelete "PROD_LEFT", "ZONE_AMS2100_cDOT_Initiator_fabA"
    zoneDelete "ZONE_AMS2100_cDOT_Initiator_fabA"
  2. Activate the zonesets in fabric A.

    cfgEnable "PROD_LEFT"
    cfgSave
  3. Remove the zone from the zoneset in fabric B.

    cfgDelete "PROD_RIGHT", "ZONE_AMS2100_cDOT_Initiator_fabB"
    zoneDelete "ZONE_AMS2100_cDOT_Initiator_fabA"
  4. Activate the zonesets in fabric B.

    cfgEnable "PROD_RIGHT"
    cfgSave

Cisco fabric example

Steps
  1. Remove the zone from the zoneset in fabric A.

    conf t
    zoneset name PROD_LEFT vsan 10
    no member ZONE_AMS2100_cDOT_Initiator_fabA
    no zone name ZONE_AMS2100_cDOT_Initiator_fabA vsan 10
    exit
  2. Activate the zonesets in fabric A.

    zoneset activate name PROD_LEFT vsan 10
    end
    copy running-config startup-config
  3. Remove the zone from the zoneset in fabric B.

    conf t
    zoneset name PROD_RIGHT vsan 10
    no member ZONE_AMS2100_cDOT_Initiator_fabB
    no zone name ZONE_AMS2100_cDOT_Initiator_fabB vsan 10
    exit
  4. Activate the zonesets in fabric B.

    zoneset activate name PROD_RIGHT vsan 10
    end
    Copy running-config startup-config