Controller 0, port 0: 192.168.130.101/255.255.255.0 Controller 0, port 1: 192.168.131.101/255.255.255.0 Controller 1, port 0: 192.168.130.102/255.255.255.0 Controller 1, port 1: 192.168.131.102/255.255.255.0
4. Using VI client GUI, create virtual switch vSwitch1 and uplink vmnic15. Using VI client GUI, create virtual switch vSwitch2 and uplink vmnic46. Create a VMkernel port group on vSwitch1 with name VMkernel-iSCSI1 and IP configuration: 192.168.130.11/255.255.255.0. Leave the gateway as the default management network gateway.7. Create a VMkernel port group on vSwitch2 with name VMkernel-iSCSI2 and IP configuration: 192.168.131.11/255.255.255.0. Leave the gateway as the default management network gateway.8. Using the VI client GUI (Host->Configuration->Networking), note down the VMkernel port numbers (vmkX). Attach the VMkernel interfaces to software iSCSI initiator:
a. $ esxcli swiscsi nic add –n vmk1 –d vmhbaXXb. $ esxcli swiscsi nic add –n vmk2 –d vmhbaXXwhere vmhbaXX is the vmhba number of the software iSCSI initiator.c. Rescan the SW iSCSI initiator.
4. Create two virtual switches vSwitch1 and vSwitch2 and add up-links vmnic1 and vmnic4 respectively:
a. $ esxcfg-vswitch –a vSwitch1b. $ esxcfg-vswitch –a vSwitch2c. $ esxcfg-vswitch vSwitch1 –L vmnic1d. $ esxcfg-vswitch vSwitch2 –L vmnic4
5. Enable jumbo frames at vSwitches:
a. $ esxcfg-vswitch vSwitch1 –m 9000b. $ esxcfg-vswitch vSwitch2 –m 9000
6. Create VMkernel Port Groups:
a. $ esxcfg-vswitch vSwitch1 –A VMkernel-iSCSI1b. $ esxcfg-vswitch vSwitch2 –A VMkernel-iSCSI2
7. Create VMkernel interfaces for iSCSI traffic, and enable jumbo frames on each:
a. $ esxcfg-vmknic –a –i 192.168.130.11 –n 255.255.255.0 –m 9000 VMkernel-iSCSI1b. $ esxcfg-vmknic –a –i 192.168.131.11 –n 255.255.255.0 –m 9000 VMkernel-iSCSI2
8. Observe the output of the esxcfg-vmknic command and note VMkernel ports named vmkX. Make sure that MTU size for the newly created vmkX ports is set to 9000:
a. $ esxcfg-vmknic –l
9. Attach the VMkernel interfaces to software iSCSI initiator:
a. $ esxcli swiscsi nic add –n vmk1 –d vmhbaXXb. $ esxcli swiscsi nic add –n vmk2 –d vmhbaXXwhere vmhbaXX is the vmhba number of the software iSCSI initiator.
a. $ esxcli swiscsi nic add –n vmk1 –d vmhbaXXb. $ esxcli swiscsi nic add –n vmk2 –d vmhbaXX
10. Rescan the SW iSCSI initiator:
a. $ esxcfg-rescan vmhbaXX where vmhbaXX is the vmhba device for SW iSCSI initiator.
11. Format the LUNs exposed to ESX as VMFS.12. To configure round robin multipathing policy using the VI client GUI, for each LUN exposed to the ESX server, change the default path-selection policy to Round Robin (VMware). This enables load balancing over two active paths to the LUN (two paths through the controller that owns the LUN; the other two paths should be stand by). a. Right-click on the device and choose Manage Paths.b.In the Path Selection drop-down, select Round Robin. Before this selection is made, one path has a status of Active, another is Active (I/O), and the other two paths are in Stand by.c.After selecting Round Robin, two paths have a status of Active (I/O) and other two paths are in Stand by.d. Repeat the process for each iSCSI LUN presented to the ESX 4 server from the Dell PowerVault MD3000i.
a. Right-click on the device and choose Manage Paths.b.In the Path Selection drop-down, select Round Robin. Before this selection is made, one path has a status of Active, another is Active (I/O), and the other two paths are in Stand by.c.After selecting Round Robin, two paths have a status of Active (I/O) and other two paths are in Stand by.d. Repeat the process for each iSCSI LUN presented to the ESX 4 server from the Dell PowerVault MD3000i.