01-27-2010 06:54 AM
hi all,
i have a standard ESX - iSCSI Setup with 2 dedicated NICs for iSCSI connected to 2 uplink Switches (catalysts). on the Nexus side i'm using vPC-HM.
my questions are:
* what is the best Channel load-balancing method for iSCSI (there are 2 iSCSI targets (2 storages - each with one IP)?
because all requests are sent from the VM-kernel interface specified for iSCSI the default method is not the best one.
* when setting the system jumbomtu 9000 is it also necessary to set the MTU on the eth interfaces (with the mtu command)?
(fyi: in the documentation it's told that you can set the jumbomtu size between 1500 and 9216. The max jumbomtu size you can set is 9000)
thx, Lukas
01-27-2010 11:17 AM
Lukas,
Yes, you should configure the MTU on the Ethernet Interfaces as well as setting the system MTU.
n1000v(config)# system jumbomtu 9000
n1000v(config)# interface ethernet x/x
n1000v(config-if)# switchport
n1000v(config-if)# mtu 9000
This info can be reference in 1000v Interface Config Guide ->
You'll also need to modify the VMKernel port you're using for iSCSI if you haven't already. This will cause an interuption as the port needs to be re-created with the new MTU.
esxcfg-vswitch -l
esxcfg-vmknic -d -s <dvSwitch Name> -v <dvPort ID>
esxcfg-vmknic -a -i <IP addr> -n <Mask> -m 9000 -s <dvSwitch Name> -v <dvPort ID>
esxcfg-vswitch -l
5. Verify your new MTU on the iSCSI VMkernel Port
esxcfg-vmknic -l
As for the best load balancing hash, the default is usually the adequate. Are your two iSCSI targets on the same subnet or different? You need to consider that the Port channel Load Balancing hasing is global so ensure you're setting one thats best for your entire system not just iSCSI. Normally the default Source-mac is adequate. The only other hashing I would consider would be source-dest-IP hashing. There are caveates if you change this so be aware Scott Lowe has a good write up here with more info: http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/
If I find any further info I'll update this post.
Regards,
Regards,
Robert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide