iSCSI storage - enable JUMBO frames for ESXi 4
You must create the vSwitch and change the MTU to 9000. For this example, vSwitch7 will be the name you would replace with your own: esxcfg-vswitch -a vSwitch7 Then, set the MTU of the vSwitch: esxcfg-vswitch -m 9000 vSwitch7 esxcfg-vswitch -l - will list all the vSwitches on actual ESXi. It should look something like this: Switch Name Num Ports Used Ports Configured Ports MTU Uplinks vSwitch7 64 1 64 9000 iSCSI access is controlled by a VMkernel interface and assigned to a port group on the vSwitch. So create the...