HP StorageWorks Fabric OS 5.X Command Reference Guide (AA-RVHVB-TE, September 2005)

Table Of Contents
Fabric OS 5.x command reference guide 93
Operands
This command has the following optional operands:
Examples
To display all zone configurations that start with “Test“:
To display all zone configuration information:
To display only configuration names:
pattern A POSIX-style regular expression used to match zone
configuration names. The pattern must be enclosed in quotation
marks, and can contain:
Question mark (?), which is a placeholder for any single
character
Asterisk (*), which is a placeholder for any string of
characters
Ranges, which are a placeholder for any character within the
range. Ranges must be enclosed in brackets: for example,
[0-9] or [a-f].
mode Specify 0 to display the contents of the transaction buffer (the
contents of the current transaction) or specify 1 to display the
contents of flash memory. The default value is 0.
switch:admin> cfgshow "Test*"
cfg: Test1 Blue_zone
cfg: Test_cfg Red_zone; Blue_zone
switch:admin> cfgshow
Defined configuration:
cfg: USA1 Blue_zone
cfg: USA_cfg Red_zone; Blue_zone
zone: Blue_zone
1,1; array1; 1,2; array2
zone: Red_zone
1,0; loop1
alias: array1 21:00:00:20:37:0c:76:8c; 21:00:00:20:37:0c:71:02
alias: array2 21:00:00:20:37:0c:76:22; 21:00:00:20:37:0c:76:28
alias: loop1 21:00:00:20:37:0c:76:85; 21:00:00:20:37:0c:71:df
Effective configuration:
cfg: USA_cfg
zone: Blue_zone
1,1
21:00:00:20:37:0c:76:8c
21:00:00:20:37:0c:71:02
1,2
21:00:00:20:37:0c:76:22
21:00:00:20:37:0c:76:28
zone: Red_zone
1,0
21:00:00:20:37:0c:76:85
21:00:00:20:37:0c:71:df
switch:admin> cfgshow “*”
cfg: USA1 Blue_zone
cfg: USA_cfg Red_zone; Blue_zone