Fcoelogingroup – Dell POWEREDGE M1000E User Manual

Page 331

Advertising
background image

Fabric OS Command Reference

303

53-1002746-01

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 remove 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 in to the
switch.

--delete

Deletes a login group.

Advertising