Reference Guide
Fabric OS Command Reference 547
53-1002921-02
logicalGroup
2
--create group_name
Creates a group of monitored elements.
-type group_type
Specifies the type of elements present in the group. Valid types include the
following:
port
The elements are FC ports.
circuit
The elements are FCIP circuits.
sfp
The elements are SFP transceivers.
-members member_list
Specifies the elements that are to be in the group.
--delete group_name
Deletes a user-defined group of monitoring elements. You cannot delete a
predefined group. You cannot delete a group that is used by any rules.
--addmember group_name
Adds members to the group.
-members member_list
Specifies the elements that are to be added to the group.
--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.
--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.
--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"
To add members to a group:
switch:admin> logicalgroup --addmember CRITICAL_PORTS
-members "4, 5"










