I checked Quick Start guide:
http://www.starwindsoftware.com/starwin ... rted-guide
and I have a few questions please…
1:
What is the reason of two physical networks between two nodes? Performance, fault-tolerance or both? I have dual-port 10 Gb so I am able to set the same configuration as noted in the Quick Start and enjoy very fast links. The problem is that I would like to use one 10 Gb port for a different purpose (fast isolated network between VMs on different nodes and for Live Migration).
In the case I have a single 10 Gb line, should I create Sync1, iSCSI-Data1, Sync2 and iSCSI-Data2? Or just Sync1, iSCSI-Data1?
How much will performance degrade if I you use only a single 10 Gb line?
2:
In the Quick Start guide is stated: The Sync and iSCSI data are direct links between the servers with 2 VLANs dedicated in each link.
What is the best practice how to set two VLANs for Sync and iSCSI-Data on a single line? From my point of view there are two possibilities. The first possibility is create virtual (Hyper-V) switch and then create two virtual network adapters (Add-VMNetworkAdapter) with different VLAN settings. The second possibility is to create a team (it is possible to create team with one NIC) and add second team interface (Add-NetLbfoTeamNic –Team MyTeam –Name AnotherTeamInterface).
3:
I want to create 10 Gb team to ensure fault-tolerance. But I do not have enough 10 Gb NICs so I want to create this:
Code: Select all
Node 1: 10 Gb --------------- Node 2: 10 Gb
Node 1: 1 Gb (StandBy) ------ Node 2: 1 Gb (StandBy)
Thank you very much.