if you have enterprise plus license, as per the Josh Odgers, it is good to use LBT and NIOC, if you have enterprise license see the below
- take each pNIC from each quad port card
- all the portgroup should have vlan id assinged
- 2 force 10 pSwitches has to be connected together via etherchannel (LACP) and 2 cisco also need to like this
1
vSwitch0
- 2 pNICS , connect each pNIC to each pSwitch
- 1 vmkernel portgroup, for management
- teaming policy = Route based on the originating port ID
- 2 vmkernel port groups for vmotion, use multinic vmotion, on the each port group, in the NIC teaming, select the "override Failover Order", select on pnic acitve and other pnic as standby.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2007467
- since the vmotion buffer size is 512 kb, and you will get maxumum of 255 MB/s of network speed for vmotion with 1 Gig nic, for vmotion
- so you can accomodate 1 or 2 virtual machine portgroup also
2
vSwitch1
- 2 pNICS , connect each pNIC to each pSwitch
- 1 or 2 virtual machine port groups or as your wish
- teaming policy = Route based on the originating port ID
3
vswitch2
- 4 pNICS , connect 2 pNIC to each pSwitch
- teaming policy = Route based on the originating port ID
- 4 vmkernel portgroup, for ISCSI, on the each port group, in the NIC teaming, select the "override Failover Order", select on pnic acitve and other pnics as standby.
I think the storage is a dual controller, and each controller have 4 one Gig nics, so for controller 1 take 2 pnics and connect to pswitch1 and other 2 pnics to pswitch1 and use teaming for 2 pnics group, that is use LACP, between force 10 switch and storage,
do the same for other controller, this will give redundancy and laodbalancing.
use round robin as mutipathing policy in the esxi and also JUMBO frames
Hi Josh Odgers - please verify this design and correct me if any thing wrong