HP StorageWorks Data Replication Manager HSG80 ACS Version 8.7P Configuration Guide (AA-RPHZF-TE, March 2004)

Zoning in the Storage Area Network
196 Data Replication Manager HSG80 ACS Version 8.7P Configuration Guide
Create the Zone Names
1. Select the Telnet session from switch A.
2. Create the Green Zone_Top name and add the zone members:
zoneCreate "Green Zone_Top", "Host 1_A; Controller A1_top”
3. Create the Blue Zone_Top name and add the zone members:
zoneCreate "Blue Zone_Top", "Host 2_Y; Controller Y1_top"
4. Create the Red Zone_Top name and add the zone members:
zoneCreate "Red Zone_Top", "Controller A2_top; Controller Y2_top”
These three steps create the zone names that are stored in flash memory in both switches A
and Y. The next step is to repeat these commands for switches B and Z.
5. Save the configuration:
cfgSave
6. Select the Telnet session from switch B.
7. Create the Green Zone_Bottom name and add the zone members:
zoneCreate "Green Zone_Bottom", "Host 1_B; Controller A1_bottom"
8. Create the Blue Zone_Bottom name and add the zone members:
zoneCreate "Blue Zone_Bottom", "Host 2_Z; Controller Y1_bottom"
9. Create the Red Zone_Bottom name and add the zone members:
zoneCreate "Red Zone_Bottom", "Controller A2_bottom;
Controller Y2_bottom"
These three steps create the zone names that are stored in flash memory in both switches B
and Z.
10. Save the configuration:
cfgSave
Create the Configuration Name
1. Select the Telnet session from switch A.
2. Create the configuration using “Top_Fabric” as the example name and add all of the zone
members. The command is:
cfgCreate "Top_Fabric", "Green Zone_Top; Blue Zone_Top; Red Zone_Top"
This creates a configuration file titled “Top_Fabric,” which contains Green Zone_Top,
Blue Zone_Top, Red Zone_Top, and their alias members. These are stored in flash
memory for switches A and Y.
3. Save the configuration:
cfgSave
4. Enable the new zone configuration with the following command:
cfgEnable "Top_Fabric"
This now becomes the effective (in use) configuration for both switches A and Y.
5. To make this the active configuration after a restart or power-down, issue one final
cfgSave command:
cfgSave