From LedHed's Wiki
Revision as of 09:18, 4 November 2012 by Ledhed (Talk | contribs)

Jump to: navigation, search

iSCSI Initiator Settings

Network Configuration

1. Create a single vSwitch with the NICs you want to use for iSCSI and set them as "Unused Adapters" in the NIC Teaming tab.
VSwitch-iSCSI.png

2. Create a "vmkernel" for each NIC and override the Teaming Settings, moving only a single NIC to "Active Adapters for each ".
VSwitch-iSCSI Properties.png
Vmkernel-iSCSI 1.pngVmkernel-iSCSI 2.pngVmkernel-iSCSI 3.png

3. Now that we have a properly configured vSwitch, we can bind the vmkernels to the iSCSI Initiator.
ISCSI-Initiator-NetConfig.png


Dynamic Discovery

DON'T USE IT! At most use it to discover the IQN of your target then remove it.
Once you have the IQN create Static Discoveries.


Managing Paths

1. Right Click your device and select "Manage Paths".
ISCSI-ManagePaths1.png

2. Configure Round Robin (Don't forget to click CHANGE).
ISCSI-RoundRobin.png


Disable Delayed Acknowledgement

Go to the General tab and click "Advanced".
Scroll to the bottom and uncheck "DelayedACK"


Advanced Settings

1. Go to the Configuration tab, then click "Advanced Settings"

2. Click "Disk" then set the following options (scroll to the bottom).

Disk.UseDeviceReset = 0
Disk.UseLunReset = 1

3. Disable VIAA (Hardware Accelerated Locking) by clicking "VMFS3" and setting the following options.

DataMover.HardwareAcceleratedInit = 0
DataMover.HardwareAcceleratedMove= 0 
VMFS3.HardwareAcceleratedLocking = 0

4. Disable UNMAP.

VMFS3.EnableBlockDelete = 0

Note: This may already be disabled on ESXi 5.0u1 and later