Fcoelogingroup – Dell POWEREDGE M1000E User Manual

Page 293

Advertising
background image

Fabric OS Command Reference

261

53-1001764-02

fcoeLoginGroup

2

fcoeLoginGroup

Creates and manages FCoE login group configuration.

Synopsis

fcoelogingroup --create lgname -self |-switch swwn [-allowall | member[;member] ...

fcoelogingroup --delete lgname

fcoelogingroup --add lgname member[;member] ...

fcoelogingroup --remove lgname wwn

fcoelogingroup --rename lgname newlgname

fcoelogingroup --help

Description

Use this command to create or modify the FCoE login management configuration fabric-wide. You
can create or delete a login group, add Virtual N_Port (VN_Port) WWNs to a login group, or
removeor VN_Port WWNs from a login group.

Notes

The configuration changes effected by this command are kept in a transaction buffer until you save
the new configuration with the fabric-wide fcoelogincfg--save command.

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 operands.

--

help

Displays the command usage.

--

create

Creates a login group with the specified name and associates it with a
specified switch.

lgname

Specifies the name of the login group for this switch. The maximum length is
a 64-byte string.

-self

Specifies the WWN of the current switch. When this operand is specified, the
login group is associated with the current switch.

-switch swwn

Specifies the WWN of the switch for which to create the login group.

-allowall

Allows all VN_Port devices to log in to the switch.

member

Identifies the WWN of the VN_Port. The WWN must be specified in hex format
as xx.xx.xx.xx.xx.xx.xx.xx. If more than one member is specified, members
must be separated by a semicolon. Only specified members are allowed to
log into the switch.

--

delete

Deletes a login group.

lgname

Specifies the name of the login group.

--

add

Adds VN_Port devices to the login group.

lgname

Specifies the name of the login group to which VN_Port devices are to be
added.

Advertising