I have 2 Windows 2012 r2 servers with hyper-v enabled.
Currently they are using their on board storage for their vm's.
We have just bought a SAN & sas cards which I've installed.
I would like to have one raid 10 volume which the servers share for vm storage.
I'm following this article here: https://technet.microsoft.com/en-us/library/jj822937(v=ws.11).aspx
Since hyper-v is already in use I received an error about virtual switches that have been setup on one server but not the other. I tried creating the same switches on each server put setting their network to internal only but that throws up this error:
Network interfaces HYPERV-01.domain.com - vEthernet (HYPERV-02-SW-03) and HYPERV-02.domain.com - vEthernet (HYPERV-01-SW-03) are on the same cluster network, yet address fe80::c445:7cd2:25ce:8885%101 is not reachable from fe80::c05b:61e5:65d3:1ed9%103 using
UDP on port 3343.
Network interfaces HYPERV-02.domain.com - vEthernet (HYPERV-01-SW-03) and HYPERV-01.domain.com - vEthernet (HYPERV-02-SW-03) are on the same cluster network, yet address fe80::c05b:61e5:65d3:1ed9%103 is not reachable from fe80::c445:7cd2:25ce:8885%101 using
UDP on port 3343.
Interesting it only mentions SW-03 which is our backup vlan, SW-01 and 02 are not mentioned.
Not sure how to fix this error?