Nsallshow – Dell POWEREDGE M1000E User Manual

Page 587

Advertising
background image

Fabric OS Command Reference

559

53-1002746-01

nsAllShow

2

nsAllShow

Displays global name server information.

SYNOPSIS

nsallshow [type]

DESCRIPTION

Use this command to display the 24-bit Fibre Channel addresses of all devices in all switches in the
fabric. When used with the type operand, the command displays only devices of the specified FC-4 type.
FC-4 type codes are referenced in the Fibre Channel Framing and Signaling (FC-FS) standards
documentation (see "TYPE codes - FC-4"). When used without operand, all devices are displayed.

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.

OPERANDS

This command has the following operand:

type

Specifies the FC-4 type code to filter the command output. Valid values are 0 to
255. Only the following two FC-4 device type codes are applicable to the Brocade
environment:

8 - FCP type device

5 - FC-IP type device

For all other codes, entries are summarized in the format "x ports supporting FC4
type", where x is the number of ports and type is the user-specified FC-4 type
code in hexadecimal format.

EXAMPLES

To display all devices in the fabric, followed by all type 8 (SCSI-FCP) devices, and all type 5 (SCSI-FCIP)
devices:

switch:admin> nsAllShow
{
011000 011200 0118e2 0118e4 0118e8 0118ef 021200 021300
0214e2 0214e4 0214e8 0214ef
12 Nx_Ports in the Fabric }

switch:admin> nsAllShow 8
{
0118e2 0118e4 0118e8 0118ef 0214e2 0214e4 0214e8 0214ef
8 FCP Ports }

switch:admin> nsAllShow 5
{
011200 021200
2 FC-IP Ports }

To display a device type of 255:

switch:admin> nsAllShow 255
{
010100 020a00
2 Ports supporting FC4 0xff }

SEE ALSO

nsShow

,

switchShow

Advertising