Skip to main content
ONTAP FLI

Brocade fabric example

Contributors netapp-ahibbard

This procedure shows removing the source storage and host zone from a Brocade fabric zoneset.

Note

The zone name for the examples is rx21_AMS2100.

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

    cfgDelete "PROD_LEFT", "rx21_AMS2100"
    cfgDelete "PROD_LEFT", "rx22_AMS2100"
    cfgDelete "PROD_LEFT", "rx20_AMS2100"
  2. Activate the zoneset in fabric A.

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

    cfgDelete "PROD_RIGHT", "rx21_AMS2100"
    cfgDelete "PROD_RIGHT", "rx22_AMS2100"
    cfgDelete "PROD_RIGHT", "rx20_AMS2100"
  4. Activate the zoneset in fabric B.

    cfgEnable "PROD_RIGHT"
    cfgSave