Fabric OS Administrator’s Guide 353
53-1001763-02
Admin Domain management for physical fabric administrators 15
where:
4. Copy the newly added zones in AD0 to the zone configuration.
cfgadd "cfgName", "member[;member]"
5. Enable the configuration to complete the transaction.
cfgenable cfgName
6. Switch to the AD255 context.
ad --select 255
7. Explicitly add devices that are present in the user-defined ADs to AD0.
ad --add AD0 -d "dev_list"
8. Enter the ad --apply command to save the Admin Domain definition and directly apply the
definitions to the fabric.
ad --apply
At this point, all of the devices in the user-defined ADs are also defined and zoned in AD0.
9. Clear the user-defined ADs.
ad --clear -f
10. Enter the ad --apply command to save the Admin Domain definition and directly apply the
definitions to the fabric.
ad --apply
All user-defined Admin Domains have now been removed, but all device communication that
was allowed with the original Admin Domain configuration is still permitted in the context of
AD0.
Example
The following example assumes the configuration shown in Figure 56 on page 354:
Three Admin Domains: AD0, plus two user-defined Admin Domains (AD1 and AD2)
AD0 has two devices, WWN1 and WWN2, in the AD0_RedZone
AD1 has two devices, WWN2 and WWN3, in the AD1_BlueZone
AD2 has two devices, WWN3 and WWN4, in the AD2_GreenZone
The device WWN2 is in both AD0 and AD1.
At the conclusion of the procedure, all devices and zones are moved to AD0, and the user-defined
Admin Domains are deleted, as shown in Figure 57.
source_AD Name of the user-defined AD from which you are copying the zone.
source_name Name of the zone to be copied.
dest_name Name to give the zone after it is copied to AD0.