Brocade Communications Systems 53-1002745-02 Marine Radio User Manual


 
Fabric OS Administrator’s Guide 451
53-1002745-02
Admin Domain management for physical fabric administrators
17
3. Enter the zone --copy command to copy the zones from all user-defined Admin Domains to
AD0.
zone --copy source_AD.source_name dest_name
In this syntax, source_AD is the name of the user-defined AD from which you are copying the
zone, source_name is the name of the zone to be copied, and dest_name is the name to give
to the zone after it is copied to AD0.
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 57 on page 452:
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, WWN4 and WWN5, in the AD2_GreenZone.
The device WWN2 is in both AD0 and AD1.