Dell POWEREDGE M1000E User Manual

Page 647

Advertising
background image

Fabric OS Command Reference

619

53-1002746-01

portAddress

2

16-bit_address

Specifies the 16-bit address to be bound to the FC address. Note that only the
upper 10 bits of the PID can be used for a unique route. Therefore, not all
addresses in the 16-bit range are available.

--auto

Enables autobinding on the specified port. If the auto feature is enabled, the entire
area field of the PID is bound to a single port. With 10-bit routing, up to 4 ports can
share the same 8-bit area field of the PID. This address assignment mode
dedicates all four unique routes to a single port. By default, auto is off. This
operand is optional; if unspecified, the default is used.

--unbind

Removes both the address and any automode override configuration from the
specified port.

--show

Displays the currently bound address attributes for the specified port. This
command shows the lowest two bytes of the Fibre Channel address as well as the
current setting for automode. If a port is not specified, the display shows the
Partition Address Mode value (0, 1, or 2) and all ports on the current partition. A -1
is displayed for ports that have not been assigned an area. Areas are dynamically
assigned an address as they are added to a partition. The Partition Address Mode
value is set by the configure command (Enable a 256 Area Limit).

--findPID

Displays the port (slot and port offset) of the port that is currently assigned the
provided address. This command applies the 10-bit area mask to the provided
PID and returns the port that has been assigned the specified address. Therefore
not all 24 bits are required to match exactly.

24-bit_Port_ID

Specifies the 24-bit Fibre Channel port address. This operand is required with the
--findPID option. This command applies the 10-bit area mask to the provided PID
and returns the port hat has been assigned the specified address. Therefore not
all 24 bits are required to match.

--help

Displays the command usage.

EXAMPLES

To bind a 16-bit address to the low two bytes of a port 24-bit Fibre Channel address:

switch:admin> portaddress --bind 5/18 0x1a00

To unbind a given address from a port:

switch:admin> portaddress --unbind 5/18 0x1a00

To display all port address bindings on the current partition:

switch:admin> portaddress --show
Partition Address Mode :0
Index Slot Port Area Mode
===============================
384 5 0 0x0800 8 bit
385 5 1 0x0900 8 bit
386 5 2 0x0a00 8 bit
387 5 3 0x0b00 8 bit
388 5 4 0x0c00 8 bit
389 5 5 0x0d00 8 bit
390 5 6 0x0e00 8 bit
391 5 7 0x0f00 8 bit

Advertising