Dell MD32xxi User Manual

Page 26

Advertising
background image

Dell PowerVault MD32xxi Configuration Guide for VMware ESX4.1 Server Software

Page 24


In this example we see that iSCSI1 is vmk0, iSCSI2 is vmk1, and iSCSI3 is vmk2. This is also information that
we need to note.

We can also see this in the CLI by using the following command:

esxcfg-vmknic –l

The output will look similar to this:

Interface Port Group/DVPort IP Family IP Address
Netmask Broadcast MAC Address MTU TSO MSS
Enabled Type
vmk0 iSCSI1 IPv4 10.10.5.173
255.255.255.0 10.10.5.255 00:50:56:7b:d8:3e 9000 65535 true
STATIC
vmk1 iSCSI2 IPv4 10.10.5.174
255.255.255.0 10.10.5.255 00:50:56:7e:ae:80 9000 65535 true
STATIC
vmk2 iSCSI3 IPv4 10.10.5.175
255.255.255.0 10.10.5.255 00:50:56:74:a4:e0 9000 65535 true
STATIC

We can determine this same information from the GUI.

Now that we know the vmhba# and the vmk# we can map each VMkernel Port to the iSCSI Software
Initiator. This is done through the CLI by typing the following command:

esxcli swiscsi nic add –n vmk0 –d vmhba33

This will bind the vmk0 VMkernel port to the iSCSI Software Adapter vmhba33. We then proceed to bind
all of the other vmk# to the same vmhba.

esxcli swiscsi nic add –n vmk1 –d vmhba33

esxcli swiscsi nic add –n vmk2 –d vmhba33

To verify that all of the vmk# are bound properly to the vmhba run the following command:

Advertising