ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD

    Scheduled Pinned Locked Moved IT Discussion
    32 Posts 10 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • matteo nunziatiM
      matteo nunziati
      last edited by

      Checking the vmqueue first.
      Then try benchmarking disks on host and vm with any free tool just to understand if this is a disk issue in the vm or a networking one

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        How about the physical port on the switch? change where the VM host is plugged in, test, then change the PC and test.

        1 Reply Last reply Reply Quote 2
        • JaredBuschJ
          JaredBusch @dafyre
          last edited by

          @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

          Also check that VMQ is disabled on your NICS.

          Check out the Disable-NetAdapterVMQ powershell commands.

          So much this. Check all pieces. The above command can disable it on the host, but the guest also has a setting that should be disabled.

          https://mangolassi.it/topic/8358/i-hate-vmq

          NashBrydgesN 1 Reply Last reply Reply Quote 2
          • NashBrydgesN
            NashBrydges @JaredBusch
            last edited by

            @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

            Disable-NetAdapterVMQ

            Yeah I was aware of the VMQ issues so that was disabled.

            Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

            Thanks for your help everyone.

            ObsolesceO 1 Reply Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce @NashBrydges
              last edited by

              @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

              @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

              Disable-NetAdapterVMQ

              Yeah I was aware of the VMQ issues so that was disabled.

              Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

              Thanks for your help everyone.

              You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

              dafyreD 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre @Obsolesce
                last edited by

                @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                Disable-NetAdapterVMQ

                Yeah I was aware of the VMQ issues so that was disabled.

                Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                Thanks for your help everyone.

                You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                ObsolesceO 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @dafyre
                  last edited by

                  @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                  @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                  @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                  @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                  Disable-NetAdapterVMQ

                  Yeah I was aware of the VMQ issues so that was disabled.

                  Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                  Thanks for your help everyone.

                  You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                  You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                  Up to date firmware on the NICs?

                  My experience has been the opposite, as well as my research on the subject.

                  VMQ on 10Gb NICs is fine, that's what it was designed for. VMQ on 1Gb NICs is not fine.

                  When I disable VMQ on a busy 10Gb NIC on a Hyper-V host, performance goes down.

                  dafyreD 1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre @Obsolesce
                    last edited by

                    @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                    @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                    @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                    @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                    @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                    Disable-NetAdapterVMQ

                    Yeah I was aware of the VMQ issues so that was disabled.

                    Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                    Thanks for your help everyone.

                    You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                    You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                    Up to date firmware on the NICs?

                    My experience has been the opposite, as well as my research on the subject.

                    VMQ on 10Gb NICs is fine, that's what it was designed for. VMQ on 1Gb NICs is not fine.

                    When I disable VMQ on a busy 10Gb NIC on a Hyper-V host, performance goes down.

                    Yepp. Firmware is up to date (did an update about 2 months ago, I think). The systems have been operational for a year or better.

                    It's all Cisco gear on the networking side. I've read the same thing that you have that says 10gig is fine to enable VMQ, but on Intel & Broadcomm NICs, it is not.

                    ObsolesceO 1 Reply Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce @dafyre
                      last edited by

                      @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                      Disable-NetAdapterVMQ

                      Yeah I was aware of the VMQ issues so that was disabled.

                      Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                      Thanks for your help everyone.

                      You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                      You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                      Up to date firmware on the NICs?

                      My experience has been the opposite, as well as my research on the subject.

                      VMQ on 10Gb NICs is fine, that's what it was designed for. VMQ on 1Gb NICs is not fine.

                      When I disable VMQ on a busy 10Gb NIC on a Hyper-V host, performance goes down.

                      Yepp. Firmware is up to date (did an update about 2 months ago, I think). The systems have been operational for a year or better.

                      It's all Cisco gear on the networking side. I've read the same thing that you have that says 10gig is fine to enable VMQ, but on Intel & Broadcomm NICs, it is not.

                      Those are the NICs I'm talking about, Intel & Broadcom. Maybe I just have un-effected models in all of the servers I've dealt with.

                      dafyreD 1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre @Obsolesce
                        last edited by

                        @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                        Disable-NetAdapterVMQ

                        Yeah I was aware of the VMQ issues so that was disabled.

                        Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                        Thanks for your help everyone.

                        You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                        You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                        Up to date firmware on the NICs?

                        My experience has been the opposite, as well as my research on the subject.

                        VMQ on 10Gb NICs is fine, that's what it was designed for. VMQ on 1Gb NICs is not fine.

                        When I disable VMQ on a busy 10Gb NIC on a Hyper-V host, performance goes down.

                        Yepp. Firmware is up to date (did an update about 2 months ago, I think). The systems have been operational for a year or better.

                        It's all Cisco gear on the networking side. I've read the same thing that you have that says 10gig is fine to enable VMQ, but on Intel & Broadcomm NICs, it is not.

                        Those are the NICs I'm talking about, Intel & Broadcom. Maybe I just have un-effected models in all of the servers I've dealt with.

                        I hope so, lol. But if you start having problems with Intel or Broadcomm NICs, that' the first place I'd start.

                        ObsolesceO 1 Reply Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce @dafyre
                          last edited by

                          @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @dafyre said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @Tim_G said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @NashBrydges said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          @JaredBusch said in Transfer Large File To Host = GOOD Transfer Large File To VM File Server On Same Host = BAD:

                          Disable-NetAdapterVMQ

                          Yeah I was aware of the VMQ issues so that was disabled.

                          Once the office had closed for the day and after an hour of toying with everything I could find, I decided to completely uninstall the network drivers and reinstall from scratch. Deleted the vswitch and recreated it. Also uninstalled network drivers from workstation and reinstalled. Rebooted everything including the switch and it looks like everything is back to normal...for now. Not sure why this changed anything since none of the settings have changed. Just bizarre.

                          Thanks for your help everyone.

                          You do not want to disable VMQ on 10Gb NICs. That's what it is meant for. The issue was that VMQ was being enabled by default for 1Gb adapters, and that was causing the problems.

                          You disable VMQ on anything that is Intel or Broadcomm period. Their drivers are seriously bugged for that. I've got 4 Server 2012 R2 bare metal machines with Intel and Broadcomm 10 gig NICs in them. Network performance absolutely sucks until I disable VMQ.

                          Up to date firmware on the NICs?

                          My experience has been the opposite, as well as my research on the subject.

                          VMQ on 10Gb NICs is fine, that's what it was designed for. VMQ on 1Gb NICs is not fine.

                          When I disable VMQ on a busy 10Gb NIC on a Hyper-V host, performance goes down.

                          Yepp. Firmware is up to date (did an update about 2 months ago, I think). The systems have been operational for a year or better.

                          It's all Cisco gear on the networking side. I've read the same thing that you have that says 10gig is fine to enable VMQ, but on Intel & Broadcomm NICs, it is not.

                          Those are the NICs I'm talking about, Intel & Broadcom. Maybe I just have un-effected models in all of the servers I've dealt with.

                          I hope so, lol. But if you start having problems with Intel or Broadcomm NICs, that' the first place I'd start.

                          I have. And it was always with old-firmware'd 1Gb broadcoms. Never 10Gb.

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          • First post
                            Last post