Reference Guide
490 Brocade Fabric OS Command Reference
53-1004112-02
logicalGroup
--delmember group_name
Deletes members from the group.
-members member_list
Specifies the elements that are to be deleted from the group.
--clone
Creates a replica of an existing group. The new group has all of the members of the existing
group. You can further modify the newly created group. The following operands are
required:
existing_group_name
Specifies the name of an existing group. The group can be a predefined group or a
user-defined group.
-name new_group_name
Specifies the name of the group to be created.
--update
Changes the characteristic string of an existing group.
-feature feature_name
Specifies the existing feature name for the group. Valid feature names are PORTNAME and
NODEWWN.
-pattern value
Specifies the wildcard characters while defining the feature characteristics. The wildcard
characters "*" for any string, "?" for any single character, "[expr]" for one character from the
set specified in the expression, or '!' for negation of the string, are supported. If '!' is specified
in the pattern, the pattern must be in single quotes.
--restore
Restores the membership entries for the group.
group_name
Restores entries for a single specified group. The name can be a predefined or a
user-defined group created with feature option.
--show
Displays detailed information for a single group or all groups in MAPS. For each group, the
group name, type, member count, and group members are displayed.
group_name
Displays information for a single specified group. The name can be a predefined or a
user-defined group.
[-details]
Displays detailed information for each group. This operand is optional.
--help
Displays the command usage.
Examples To create a group with three port members:
switch:admin> logicalgroup --create CRITICAL_PORTS
-type port -members "2, 10, 22"