HP StorageWorks XPath OS 7.4.X Administrator Guide (AA-RVHDD-TE, February 2006)
XPath OS 7.4.x administrator guide 49
1. Connect to switch1, log in as admin, and create and enable the first LSAN zone:
a. Use the nsShow command to list the WWN of the host (10:00:00:00:c9:2b:6a:2c).
b. Use the zoneCreate command to create the LSAN zone called lsan_zone_fabric1, which
includes the host.
c. Use the zoneAdd command to add Target A to the LSAN zone.
d. Use the cfgCreate and cfgEnable commands to create and enable the LSAN zone
configuration.
2. Connect to switch2, log in as admin, and create and enable the second LSAN zone:
a. Use the nsShow command to list Target A (22:00:00:20:37:c3:11:71) and Target B
(20:00:00:20:37:c3:1a:8a).
b. Use the zoneCreate command to create the LSAN zone called lsan_zone_fabric2, which
includes the host (10:00:00:00:c9:2b:6a:2c), Target A, and Target B.
c. Use the cfgCreate and cfgEnable commands to create and enable the LSAN zone
configuration.
3. Connect to the MP Router, log in as admin, and use the following commands to display information
about the LSAN zones:
a. Use lsanZoneShow -s to show the LSAN zones.
b. Use fcrPhyDevShow to show the physical devices in the LSAN zones.
c. Use fcrProxyDevShow to show the proxy devices in the LSAN zones.
switch1:admin> nsshow
{
Type Pid COS PortName NodeName
TTL(sec)
N 030000; 2,3;10:00:00:00:c9:2b:6a:2c;20:00:00:00:c9:2b:6a:2c; na
FC4s: FCP
NodeSymb: [34] "Emulex LP952 FV3.81A3 DV5-4.82A4 "
Fabric Port Name: 20:00:00:60:69:c0:05:89
The Local Name Server has 1 entry }
switch1:admin> zonecreate “lsan_zone_fabric1”, “10:00:00:00:c9:2b:6a:2c”
switch1:admin> zoneadd “lsan_zone_fabric1”, “22:00:00:20:37:c3:11:71”
switch1:admin> cfgcreate “zone_cfg”, “lsan_zone_fabric1”
switch1:admin> cfgenable “zone_cfg”
Starting the Commit operation...
cfgEnable successfully completed
switch2:admin> nsshow
{
Type Pid COS PortName NodeName TTL(sec)
NL 6100e8; 3;22:00:00:20:37:c3:11:71;20:00:00:20:37:c3:11:71; na
FC4s: FCP [SEAGATE ST318304FC 0003]
Fabric Port Name: 20:00:00:60:69:c0:21:26
NL 6100ef; 3;22:00:00:20:37:c3:1a:8a;20:00:00:20:37:c3:1a:8a; na
FC4s: FCP [SEAGATE ST318304FC 0003]
Fabric Port Name: 20:00:00:60:69:c0:21:26
The Local Name Server has 2 entries }
switch2:admin> zonecreate “lsan_zone_fabric2”, “10:00:00:00:c9:2b:6a:2c;
22:00:00:20:37:c3:11:71;22:00:00:20:37:c3:1a:8a”
switch2:admin> cfgcreate “zone_cfg”, “lsan_zone_fabric2”
switch2:admin> cfgenable “zone_cfg”
Starting the Commit operation...
cfgEnable successfully completed