I have 3 x ESXi 4.1 hosts, each with 6 physical NICs:
4 on the motherboard
2 on an extra card
I need to connect them to 4 physical network segments:
After thinking about it some, and assuming that I don't just buy some additional 4-port NIC cards ... I was thinking of setting it up like this:
4-port motherboard NICs:
pNIC0 -- LAN
pNIC1 -- DMZ
pNIC2 -- MANAGEMENT
pNIC3 -- VMOTION
2-port extra card NICs:
pNIC4 -- LAN
pNIC5 -- MANAGEMENT
That leaves me with the following scenarios:
if the 4-port NICs simultaneously fail (motherboard fault) I can stll control the servers (pNIC5) and the bulk of my data traffic will continue (LAN via pNIC4)
if the 2-port card fails, pNICs 0-3 keep everything working
if individual NICs fail, then the things I can most "do without" are DMZ and VMOTION in the short term
Does that sound reasonable?
I'm choosing physical separation of my networks as a design goal, so don't want to go down the path of VLAN tagging.
Should I just bite the bullet and buy 3 more 4-port cards so that I have full redundancy?