Zoneshow – Dell POWEREDGE M1000E User Manual

Page 1058

Advertising
background image

1026

Fabric OS Command Reference

53-1001764-02

zoneShow

2

zoneShow

Displays zone information.

Synopsis

zoneshow [--sort] [pattern][, mode]

zoneshow --help

Description

Use this command to display zone configuration information. This command includes sorting and
search options to customize the output. If a pattern is specified, the command displays only
matching match zone configuration names in the defined configuration. When used without
operands, the command displays all zone configuration information for the Defined and the
Effective configuration. Refer to cfgShow for a description of this display.

Notes

The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS Commands" and Appendix A, "Command
Availability
" for details.

When FCS policy is enabled, this command can be issued on any FCS switch in the fabric.

Operands

This command has the following operands:

--

sort

Displays D,I zone members in ascending order.

pattern

A POSIX-style regular expression used to match zone configuration names.
This operand is optional. Patterns can contain:

A question mark (?) to match any single character.

An asterisk (*) to match any string of characters.

A range of characters to match any character within the range: 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 the nonvolatile
memory. The default value is 0. This operand is optional.

--

help

Displays the command usage.

Examples

To display all zones:

switch:admin>

zoneshow

Defined configuration:

cfg: cfg1 red

zone: blue 44,5; 10:00:00:00:00:01:00:00; 3,4

zone: red 3,4; 1,2; 4,5; 2,3

Effective configuration:

cfg: cfg1

zone: red 3,4

1,2

4,5

2,3

To sort the zones in ascending order:

switch:admin>

zoneShow --sort

Defined configuration:

cfg: cfg1 red

Advertising