HP StorageWorks Fabric OS 6.x administrator guide (5697-7344, March 2008)

Fabric OS 6.x administrator guide 339
2. Enter the zone --add command to add ports or change the failover option for an existing TI zone.
Enter the zone --remove command to remove ports from an existing TI zone.
zone --add [-o optlist] name -p "portlist"
zone --remove name -p "portlist"
where:
3. Enter the cfgEnable command for the appropriate zone configuration to make the change effective.
To add port members to the existing TI zone redzone, type:
zone --add "redzone" -p "3,4; 3,6"
To disable failover on the existing TI zone redzone, type:
zone --add -o n "redzone"
To enable failover and add ports to TI zone greenzone, type:
zone --add -o f "greenzone" -p "3,4"
To remove ports from the TI zone redzone, type:
zone --remove "redzone" -p "3,4; 3,6"
Activating and deactivating a TI zone
The TI zone must exist before you can activate it. To activate or deactivate a TI zone:
1. Connect to the switch and log in as admin.
2. Enter the zone --activate command to activate a TI zone.
Enter the zone --deactivate command to deactivate a TI zone.
zone --activate name
zone --deactivate name
where:
3. Enter the cfgEnable command for the appropriate zone configuration to make the change effective.
To activate the existing TI zone redzone, type:
zone --activate redzone
To deactivate the existing TI zone greenzone, type:
zone --deactivate "greenzone"
optlist A list of options for controlling failover mode.
Disable failover mode.
Enable failover mode.
name The name of the zone to be modified.
portlist The list of ports to be added to or removed from the TI zone. Ports are
designated using “D,I” (Domain,Index) format. Multiple ports are
separated by a semicolon, followed by a space.
name The name of the zone to be activated or deactivated.