Chapter 3 Configuration Settings and Display
3.5 Host Interface Management > create port-group
ETERNUS CLI User’s Guide
Copyright 2015 FUJITSU LIMITED P2X0-1030-09ENZ0
311
create port-group
This command creates port groups.
■ Syntax
■ Parameter
■ Example(s)
• A port group can be created even when the same ports that belong to an existing port group are to be
specified for the port group.
• A port group can be created even when mapping is already set for all of the specified ports that are in
different groups.
• A port group can be created even when the specified port does not belong to a port group and the host
affinity (LUN mapping) is already set for the port.
• Ports with host affinity "disabled" cannot belong to a port group.
• Up to eight ports can be set for a single port group.
create port-group -name
name
{-port
xyz
}
-name This parameter specifies a name of the port group. Only one name can be specified at the
same time. For details, refer to "1.2.4 Alias Name Syntax" (page 20)
.
-port This parameter specifies the host interface port. Two or more parameters can be specified by
separating them with a comma.
Example: -port 000, 011
For details, refer to "1.2.14 Host Interface Port Syntax" (page 25)
.
xyz "x" is the controller module (CM) number, "y" is the CA number, and "z" is the port
number.
Example: "123" indicates CM#1-CA#2-Port#3
The following example creates the port group named "PG0001". The following example sets the parameters
to control FC interface port #1 on CM#0 CA#0 and FC interface port #1 on CM#0 CA#1:
CLI> create port-group -name PG0001 -port 001,011