
7 – Zoning Configuration Managing Zones
S
7.7.3
Rename a Zone
Enter the Zone Rename command to rename zone_1 to zone_a as shown in the following example:
SANbox #> admin start  | 
  | 
  | 
SANbox (admin) #> zoning  | edit  | 
  | 
SANbox   | zone  | rename zone_1 zone_a  | 
SANbox   | zoning save  | |
7.7.4
Copy a Zone
Enter the Zone Copy command to copy the contents of an existing zone (zone_1) to a new zone (zone_2) as shown in the following example:
SANbox #> admin start  | 
  | 
  | 
SANbox (admin) #> zoning  | edit  | 
  | 
SANbox   | zone  | copy zone_1 zone_2  | 
SANbox   | zoning save  | |
7.7.5
Add Members to a Zone
Enter the Zone Add command to add ports/devices to zone_1 as shown in the following example:
SANbox #> admin start  | 
  | 
  | 
SANbox (admin) #> zoning  | edit  | 
  | 
SANbox   | zone  | add zone_1 alias_1 1,4 1,5  | 
SANbox   | zoning save  | |
7.7.6
Remove Members from a Zone
Enter the Zone Remove command to remove ports/devices from zone_1 as shown in the following example:
SANbox #> admin start  | 
  | 
  | 
SANbox (admin) #> zoning  | edit  | 
  | 
SANbox   | zone  | remove zone_1 alias_1 1,4 1,5  | 
SANbox   | zoning save  | |
 |