Adding ethernet network connections to a profile, Adding iscsi connections to a profile, Adding fc fabric connections to a server profile – HP Virtual Connect 8Gb 24-port Fibre Channel Module for c-Class BladeSystem User Manual

Page 140: Adding fcoe connections to a profile, Adding a network access group to a profile

Advertising
background image

Configuring the Virtual Connect domain using the CLI 140

A server profile can also be assigned to an empty bay to enable deployment at a later date.

Adding Ethernet network connections to a profile

To add a new Ethernet network connection to an existing server profile, use the add enet-connection

command:

>add enet-connection MyProfile network=MyNetwork pxe=enabled

To add a multiple network Ethernet connection on a server port, use the following commands:

>add enet-connection MyProfile pxe=enabled

>add server-port-map MyProfile:1 MyNetwork VlanID=100

>add server-port-map-range MyProfile:1 VLanIds=151-170,215

If the domain setting for SharedServerVlanID is set to true, then the VlanID property cannot be

modified. Instead, the name of the shared uplink set with which the network is associated is required.

>add server-port-map MyProfile:1 MyNetwork Uplinkset=MyUplinkset

Adding iSCSI connections to a profile

To add a new iSCSI connection to an existing server profile, use the add iscsi-connection command:

>add iscsi-connection MyProfile network=MyNetwork speedType=custom

speed=2000

To configure the boot parameters for the iSCSI connection, use the set iscsi-boot-param command as

follows:

>set iscsi-boot-param MyProfile1:1 BootOrder=Primary Lun=100

InitiatorName="iqn.2009-09.com.someorg.iSCSI-Initiator"

InitiatorIp=192.128.3.1 Mask=255.255.0.0

TargetName="iqn.2009-09.com.someorg.iSCSI-Target" TargetIp=192.128.3.2

TargetPort=40000 Authentication=CHAP Username=SomeUserName

Secret=SomePassword123

Adding FC fabric connections to a server profile

To add a new FC SAN connection to an existing server profile, use the add fc-connection command:

>add fc-connection MyProfile fabric=SAN_5

For more information, see "General requirements for adding FC or FCoE connections (on page

144

)."

Adding FCoE connections to a profile

To add a new FCoE connection to an existing server profile, use the add fcoe-connection command:

>add fcoe-connection MyNewProfile Fabric=SAN_1 SpeedType=Custom

CustomSpeed=5000

To configure the boot parameters for the FCoE connection, use the set fcoe-connection command:

>set fcoe-connection MyNewProfile:1 BootPriority=Primary

BootPort=50:06:0B:00:00:C2:62:00 BootLun=5

For more information, see "General requirements for adding FC or FCoE connections (on page

144

)."

Adding a network access group to a profile

To create a new profile and assign an existing network access group, use the add profile command:

>add profile MyNewProfile2 Nag=DatabaseNetGroup

To modify the network access group of an existing server profile, use the set profile command:

Advertising