• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

VMware networking - distributed switch

ManateeMatt

Limp Gawd
Joined
May 27, 2009
Messages
145
Odd question and I'm sure I can locate the info on them thar interwebs.

What is the point of the distributed switches in vmware? Is it just an easier way of deploying networks across many hosts?

Can distributed switch be use for storage or is it just for guest networks?
 
It is a switch that spans an entire cluster, so instead of creating local vswitches on every host that needs to match for DRS to work... you create it one place and you're done. There are quite a few more differences than that, but that is a simple description.

You can run anything over it that you can run on a standard vSwitch, including storage.
 
Remember that the dvSwitch relies on vCenter being up to make changes, so if you have an outage - things get fun.
 
It is a switch that spans an entire cluster, so instead of creating local vswitches on every host that needs to match for DRS to work... you create it one place and you're done. There are quite a few more differences than that, but that is a simple description.

You can run anything over it that you can run on a standard vSwitch, including storage.

I understand that there is probably more to the vswitch then what I am saying and I also understand that I can do more fancy things with it then just switching if needed.

So in my particular case we have servers with 8 Nics, my original thought was 4 for storage 4 for guest network / management/ non storage.

I'm guessing I should have 2 distributed switches, one for storage, then one for everything else. Similar setup to what was discussed here, but with distributed switches.

http://hardforum.com/showthread.php?t=1576393


Remember that the dvSwitch relies on vCenter being up to make changes, so if you have an outage - things get fun.

Changes or run? as if suddenly for some reason that box gets shut off (I was planning on running it inside the vms with HA) does all switch functionality stop?
 
Last edited:
I understand that there is probably more to the vswitch then what I am saying and I also understand that I can do more fancy things with it then just switching if needed.

So in my particular case we have servers with 8 Nics, my original thought was 4 for storage 4 for guest network / management/ non storage.

I'm guessing I should have 2 distributed switches, one for storage, then one for everything else. Similar setup to what was discussed here, but with distributed switches.

http://hardforum.com/showthread.php?t=1576393

You can design a dvswitch setup similar to a vswitch one.

Create one dvswitch with 2 uplinks for Mgmt, another with 2 uplinks for VMotion, another with 2 uplinks for VM traffic, and another for storage.


Changes or run? as if suddenly for some reason that box gets shut off (I was planning on running it inside the vms with HA) does all switch functionality stop?

Changes. It becomes a pain if you're having some sort of outage and need to make changes, add a host, add a VM, etc.
 
Back
Top