HP HSG Array Controller User Manual

Page 125

Advertising
background image

6-18 StorageWorks Fibre Channel Storage Switch User's Guide

Compaq Confidential – Need to Know Required

Writer: Bill Reitz Project: StorageWorks Fibre Channel Storage Switch User's Guide Comments:

Part Number: AA-RHBYA-TE 135267-001 File Name: g-ch6 Zoning Last Saved On: 4/7/99 12:36 PM

aliAdd

Figure 6-4 shows the

aliAdd

command adds one or more new

alias_members to an existing zone alias and is a list of one or more physical
Fabric port numbers (for example, 1,2) or World Wide Names (for example,
10:00:00:60:69:00:00:8a) separated by semicolons. White space are ignored.
The alias_members list cannot contain another zone aliases.

admin> aliAdd "array1", "21:00:00:20:37:0c:72:51;
21:00:00:20:37:0c:71:0a"

admin> aliAdd "array2", "21:00:00:20:37:0c:9c:6b;
21:00:00:20:37:0c:66:3a"

admin> aliAdd "loop1", "21:00:00:20:37:0c:6a:40;
21:00:00:20:37:0c:59:7e"

value = 0 = 0x0

Figure 6-4. aliAdd Command

aliCreate

Figure 6-5 shows the

aliCreate

command which creates a new zone alias.

alias_name is a C-style name for this zone alias and cannot already used for
any other zone object. alias_members is a list of one or more physical Fabric
port numbers (for example, 1,2) or World Wide Names (for example,
10:00:00:60:69:00:00:8a) separated by semicolons. White space are ignored.
The alias_members list cannot contain another zone aliases.

admin> aliCreate "array1", "21:00:00:20:37:0c:76:8c;
21:00:00:20:37:0c:71:d2"

admin> aliCreate "array2", "21:00:00:20:37:0c:66:23;
21:00:00:20:37:0c:73:7f"

admin> aliCreate "loop1", "21:00:00:20:37:0c:67:e3;
21:00:00:20:37:0c:76:1f"

value = 0 = 0x0

Figure 6-5. aliCreate Command

aliDelete

Figure 6-6 shows the

aliDelete

command which deletes an existing zone

alias.

admin> aliDelete "array2"

value = 0 = 0x0

Figure 6-6. aliDelete Command

Advertising