Network setup - Hyper-V
-
I have 2 Intel GB NIC's Teamed together for 2 GB. I have a Hyper-V network adapter that is used for 2 VM's. VM1 - DC/DNS/DHCP, VM2-Application server
I have some thin clients and they RDS into the apps server as well as some traditional desktops that just run the application (a veterinary software that is a flat file database) over the network.
I have set this up 30-40 times before but only 1 other time using teaming.
The application is fast on the RDS session but very slow over the network. The previous server (a 10 year old server that was entry level) was running faster than the new server that has 64 GB Ram, 10K RPM Drives in RAID 10 when running over the network.
Am I not setting this up correctly?
-
If you remove the team, does it improve?
-
Going to try that this weekend, but wanted to have a game plan 1st.
-
-
This is Server 2016 and Intel... I hadn't heard of anything but broadcom with the vmq issue.
-
@ccwtech said in Network setup - Hyper-V:
This is Server 2016 and Intel... I hadn't heard of anything but broadcom with the vmq issue.
It still can happen on Intel or Server 2016. Have you also installed the latest LAN drivers too?
-
Yes, LAN drivers are up to date. I'll try the VMQ and also unteaming.
Nothing looks glaringly wrong?
-
That VMQ thing can be an issue on 1 GB NICs with out-dated firmware/drivers. The info of affected drivers and NICs and the resolution can be found here:
This is a good write-up and how to resolve it. Or you can just run firmware and driver updates.
VMQ should be disabled on 1 GB NICs. The issue with the broadcoms is that it's enabled by default, and shouldn't be.
-
The implementation of VMQ was rolled out so badly.
I ranted on it in a thread more than a year ago.
https://mangolassi.it/topic/8358/i-hate-vmqYou can disable it on the NICs quite easily.
Get-NetAdapterVmq | Disable-NetAdapterVmq
-
Even if you disable it on the NIC, you may/will still need to disable it on the VM.
-
I have unteamed, and disabled VMQ on the Hyper-V settings. I haven't disabled it on the NIC yet. No change so far.
I assume the powershell command will take them offline for a moment... Do I need to have the VM's shut down first before running it?
-
HyperV VMQ setting doesn't matter with 1g NICs.
-
@tim_g said in Network setup - Hyper-V:
HyperV VMQ setting doesn't matter with 1g NICs.
It has mattered with 1 Gbps NICs just more with Broadcom devices.
-
@tim_g said in Network setup - Hyper-V:
HyperV VMQ setting doesn't matter with 1g NICs.
This is provably false. You have said it repeatedly.
Yet I have posted clear proof in the previously linked thread.
-
@dbeato said in Network setup - Hyper-V:
@tim_g said in Network setup - Hyper-V:
HyperV VMQ setting doesn't matter with 1g NICs.
It has mattered with 1 Gbps NICs just more with Broadcom devices.
No, what matters is the NIC setting, not the HyperV setting.
-
@jaredbusch said in Network setup - Hyper-V:
@tim_g said in Network setup - Hyper-V:
HyperV VMQ setting doesn't matter with 1g NICs.
This is provably false. You have said it repeatedly.
Yet I have posted clear proof in the previously linked thread.
I know for a fact it doesn't matter with 1G NICs.
You are talking about the setting in the NIC properties. I'm not. I'm talking about the setting in the HyperV VM Settings.
-
@tim_g said in Network setup - Hyper-V:
@jaredbusch said in Network setup - Hyper-V:
@tim_g said in Network setup - Hyper-V:
HyperV VMQ setting doesn't matter with 1g NICs.
This is provably false. You have said it repeatedly.
Yet I have posted clear proof in the previously linked thread.
I know for a fact it doesn't matter with 1G NICs.
You are talking about the setting in the NIC properties. I'm not. I'm talking about the setting in the HyperV VM Settings.
That's different.
-
Even if it doesn't matter. I have run the powershell command and it's still running slow. Any other ideas?
-
@ccwtech said in Network setup - Hyper-V:
Even if it doesn't matter. I have run the powershell command and it's still running slow. Any other ideas?
Is it slow accessing the application via IP and DNS?
-
The way the app is installed is that essentially all the server is doing is hosting a file share. You place a shortcut to the .exe file on the desktop.