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

    Hyper-V Integrated Services

    Scheduled Pinned Locked Moved IT Discussion
    hyper-vhyper-v 2012 r2linuxintegrated services
    41 Posts 7 Posters 4.4k 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.
    • JaredBuschJ
      JaredBusch @Obsolesce
      last edited by

      @tim_g said in Hyper-V Integrated Services:

      @brrabill said in Hyper-V Integrated Services:

      Speaking of LIS, is there anything else that needs to be done on the VM side ohter than install?

      For example, with Fedora 26, it appears all the Hyper-V stuff is already installed in the OS itself. Does anything else need to be installed in the VM?

      Nothing other than what's already mentioned in this thread... but if you want to do nested virtualization, see here: https://www.timothygruber.com/hyper-v-2/run-a-nested-vm-on-kvm-qemu-vm-in-hyper-v/

      WTF does nested virtualization have to do with anything?

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

        @jaredbusch said in Hyper-V Integrated Services:

        @tim_g said in Hyper-V Integrated Services:

        @brrabill said in Hyper-V Integrated Services:

        Speaking of LIS, is there anything else that needs to be done on the VM side ohter than install?

        For example, with Fedora 26, it appears all the Hyper-V stuff is already installed in the OS itself. Does anything else need to be installed in the VM?

        Nothing other than what's already mentioned in this thread... but if you want to do nested virtualization, see here: https://www.timothygruber.com/hyper-v-2/run-a-nested-vm-on-kvm-qemu-vm-in-hyper-v/

        WTF does nested virtualization have to do with anything?

        Wtf exactly are you doing in this thread? Posting helpful replies (as always) I see... perhaps this is another one in which you can shove it.

        Anyways,

        He never specified his intentions or goals with running Linux in Hyper-V. For all I know he may want to toy with KVM or something else requiring virtualization extensions. Which if that is the case, it's likely unknown that there are some extra steps you can't do via the GUI. So, I figured I'd throw that out there to save him (and others) some time... as this is probably one thread that will show up in search results down the road for that purpose.

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @Obsolesce
          last edited by

          @tim_g the OP clearly stated that he is trying to setup and nginx instance on a Linux based VM on Hyper-V server.

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

            @jaredbusch said in Hyper-V Integrated Services:

            @tim_g the OP clearly stated that he is trying to setup and nginx instance on a Linux based VM on Hyper-V server.

            It wasn't the OP who I was responding to, if maybe, you know, you'd take the time to read instead of troll.

            JaredBuschJ 1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @Obsolesce
              last edited by

              @tim_g he is not either. He is turning up a Hyper-V system in his lab to try instead of XS.

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

                @jaredbusch said in Hyper-V Integrated Services:

                @tim_g he is not either. He is turning up a Hyper-V system in his lab to try instead of XS.

                And while that may someday lead to wanting to try nested virtualization, nothing in this thread hinted that, and posting extraneous information does nothing to answer the OP or the other responders in the thread.

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

                  @jaredbusch said in Hyper-V Integrated Services:

                  @jaredbusch said in Hyper-V Integrated Services:

                  @tim_g he is not either. He is turning up a Hyper-V system in his lab to try instead of XS.

                  And while that may someday lead to wanting to try nested virtualization, nothing in this thread hinted that, and posting extraneous information does nothing to answer the OP or the other responders in the thread.

                  QQ more?

                  What information is or is not extraneous / relevant can be very subjective, and thankfully, isn't your call to make. The last I was aware, ML is a discussion forum.

                  1 Reply Last reply Reply Quote 0
                  • BRRABillB
                    BRRABill
                    last edited by

                    So ... just to take this back to Hyper-V LIS...

                    @Tim_G you said that you still need to install stuff for LIS to work. However, from all my research, that does not appear to be the case, and in fact it is built into most modern Linux OSes.

                    Let's take the recent ML darling, Fedora as an example.

                    You set up a new Fedora VM using the manual PS method to create a VHDX. Once the VM boots up and you update it, what do you do?

                    I content there is nothing more to do.

                    1 Reply Last reply Reply Quote 0
                    • BRRABillB
                      BRRABill
                      last edited by

                      BTW: I am talking about Hyper-V 2016, BTW.

                      I think that is also some of the confusion out there.

                      black3dynamiteB 1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @BRRABill
                        last edited by

                        @brrabill said in Hyper-V Integrated Services:

                        BTW: I am talking about Hyper-V 2016, BTW.

                        I think that is also some of the confusion out there.

                        # Hyper-V Guest Agents
                        sudo dnf -y install hyperv-daemons hyperv-tools
                        
                        # Hot-Add support
                        sudo tee /etc/udev/rules.d/100-balloon.rules <<EOF
                        SUBSYSTEM=="memory", ACTION=="add", ATTR{state}="online"
                        EOF
                        
                        
                        
                        BRRABillB 1 Reply Last reply Reply Quote 0
                        • BRRABillB
                          BRRABill @black3dynamite
                          last edited by BRRABill

                          @black3dynamite

                          And what does that DO exactly.

                          If you go to the LIS page on Microsft's site, you can see the following...

                          Microsoft provides Linux Integration Services for a broad range of Linux distros as documented
                          in the Linux and FreeBSD Virtual Machines on Hyper-V topic on TechNet. Per that documentation,
                          **many Linux distributions and versions have Linux Integration Services built-in and do not require
                          installation of this separate LIS package from Microsoft**. This LIS package is available for a subset
                          of supported distributions in order to provide the best performance and fullest use of Hyper-V
                          features. It can be installed in the listed distribution versions that do not already have LIS built
                          in, and **can be installed as an upgrade in listed distribution versions that already have LIS built-in**.
                          The built-in Red Hat Enterprise Linux Integration Services drivers for Hyper-V (available since
                          Red Hat Enterprise Linux 6.4) are sufficient for Red Hat Enterprise Linux guests to run using the
                          high performance synthetic devices on Hyper-V hosts. These built-in drivers are certified by Red
                          Hat for this use, and certified configurations can be viewed on the Red Hat Customer Portal. It is
                          not necessary to download and install this Linux Integration Services package from the Microsoft
                          Download Center to use Red Hat Enterprise Linux on Hyper-V, and doing so may limit your Red
                          Hat support as described in Red Hat Knowledgebase article 1067.
                          

                          Reading through this, what sticks out to me is that there is NO NEED to install anything. In fact, it says for RHEL installing more can actually limit official support. Which is why I am asking what you are installing.

                          Also, it also says you can upgrade to the latest versions if your Linux OS doesn't have it, but that is a file to be downloaded from Microsoft, much as in the example @JaredBusch gave on how to install LIS.

                          So, a few loose ends here, which is why I am asking...

                          black3dynamiteB 1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @BRRABill
                            last edited by black3dynamite

                            @brrabill said in Hyper-V Integrated Services:

                            @black3dynamite

                            And what does that DO exactly.

                            If you go to the LIS page on Microsft's site, you can see the following...

                            Microsoft provides Linux Integration Services for a broad range of Linux distros as documented
                            in the Linux and FreeBSD Virtual Machines on Hyper-V topic on TechNet. Per that documentation,
                            many Linux distributions and versions have Linux Integration Services built-in and do not require
                            installation of this separate LIS package from Microsoft
                            . This LIS package is available for a subset
                            of supported distributions in order to provide the best performance and fullest use of Hyper-V
                            features. It can be installed in the listed distribution versions that do not already have LIS built
                            in, and can be installed as an upgrade in listed distribution versions that already have LIS built-in.
                            The built-in Red Hat Enterprise Linux Integration Services drivers for Hyper-V (available since
                            Red Hat Enterprise Linux 6.4) are sufficient for Red Hat Enterprise Linux guests to run using the
                            high performance synthetic devices on Hyper-V hosts. These built-in drivers are certified by Red
                            Hat for this use, and certified configurations can be viewed on the Red Hat Customer Portal. It is
                            not necessary to download and install this Linux Integration Services package from the Microsoft
                            Download Center to use Red Hat Enterprise Linux on Hyper-V, and doing so may limit your Red
                            Hat support as described in Red Hat Knowledgebase article 1067.

                            Reading through this, what sticks out to me is that there is NO NEED to install anything. In fact, it says for RHEL installing more can actually limit official support. Which is why I am asking what you are installing.

                            Also, it also says you can upgrade to the latest versions if your Linux OS doesn't have it, but that is a file to be downloaded from Microsoft, much as in the example @JaredBusch gave on how to install LIS.

                            So, a few loose ends here, which is why I am asking...

                            With Red Hat and CentOS they do have the packages builtin but they are old because of the release cycles of those two. That's why Microsoft provides a separate LIS packages. With Fedora, its releases twice a year so you will end up getting newer packages anyway.

                            Also the LIS packages that Microsoft provides automatically adds Hot-Add support rule.

                            BRRABillB 1 Reply Last reply Reply Quote 0
                            • BRRABillB
                              BRRABill @black3dynamite
                              last edited by

                              @black3dynamite said

                              With Red Hat and CentOS they do have the packages builtin but they are old because of the release cycles of those two. That's why Microsoft provides a separate LIS packages. With Fedora, its releases twice a year so you will end up getting newer packages anyway.

                              Also the LIS packages that Microsoft provides automatically adds Hot-Add support rule.

                              So if you are installing CentOS 7 or Fedora 26 ... there is nothing else required, correct?

                              The supported LIS is included by default and will be updated automatically by the system.

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

                                @brrabill said in Hyper-V Integrated Services:

                                @black3dynamite said

                                With Red Hat and CentOS they do have the packages builtin but they are old because of the release cycles of those two. That's why Microsoft provides a separate LIS packages. With Fedora, its releases twice a year so you will end up getting newer packages anyway.

                                Also the LIS packages that Microsoft provides automatically adds Hot-Add support rule.

                                So if you are installing CentOS 7 or Fedora 26 ... there is nothing else required, correct?

                                The supported LIS is included by default and will be updated automatically by the system.

                                You do NOT need to and shouldn't install any kind of LIS when you use Fedora 26 on Hyper-V.

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

                                  Just to clarify, I didn't say to install LIS.

                                  hyperv-daemons hypervvssd hyperv-tools packages are NOT LIS, but tools to support the guest in Hyper-V.

                                  BRRABillB 1 Reply Last reply Reply Quote 0
                                  • BRRABillB
                                    BRRABill @Obsolesce
                                    last edited by

                                    @tim_g said

                                    You do NOT need to and shouldn't install any kind of LIS when you use Fedora 26 on Hyper-V.

                                    Earlier in the thread you said:
                                    "When you bring up a Fedora 26 VM on Hyper-V, all you need to do is run this:
                                    dnf install hyperv-daemons hypervvssd hyperv-tools"

                                    Which is what I was questioning...

                                    1 Reply Last reply Reply Quote 0
                                    • BRRABillB
                                      BRRABill @Obsolesce
                                      last edited by

                                      @tim_g said in Hyper-V Integrated Services:

                                      Just to clarify, I didn't say to install LIS.

                                      hyperv-daemons hypervvssd hyperv-tools packages are NOT LIS, but tools to support the guest in Hyper-V.

                                      Can you explain that more?

                                      Because I think those are also pre-installed.

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

                                        @brrabill said in Hyper-V Integrated Services:

                                        @tim_g said in Hyper-V Integrated Services:

                                        Just to clarify, I didn't say to install LIS.

                                        hyperv-daemons hypervvssd hyperv-tools packages are NOT LIS, but tools to support the guest in Hyper-V.

                                        Can you explain that more?

                                        Because I think those are also pre-installed.

                                        If they are pre-installed, then I wasn't aware of that.

                                        I assumed they aren't because if you run dnf install hyperv-daemons hyperv-tools, it lets you and doesn't say those are already installed.

                                        BRRABillB 1 Reply Last reply Reply Quote 0
                                        • BRRABillB
                                          BRRABill @Obsolesce
                                          last edited by

                                          @tim_g said in Hyper-V Integrated Services:

                                          @brrabill said in Hyper-V Integrated Services:

                                          @tim_g said in Hyper-V Integrated Services:

                                          Just to clarify, I didn't say to install LIS.

                                          hyperv-daemons hypervvssd hyperv-tools packages are NOT LIS, but tools to support the guest in Hyper-V.

                                          Can you explain that more?

                                          Because I think those are also pre-installed.

                                          If they are pre-installed, then I wasn't aware of that.

                                          I assumed they aren't because if you run dnf install hyperv-daemons hyperv-tools, it lets you and doesn't say those are already installed.

                                          You are correct they are not installed.

                                          matteo nunziatiM 1 Reply Last reply Reply Quote 0
                                          • matteo nunziatiM
                                            matteo nunziati @BRRABill
                                            last edited by

                                            @brrabill usually centos has external kernel drivers installable by microsoft, ubuntu runs its own set, don't know about fedora.

                                            those are required to make app aware "stuff" possible from hyper-v BUT they aren't enough.

                                            hypervisor searches for its own "agent", which is given by the cited packages. Then the "agent" leverages kernel space drivers to accomplish app aware "stuff".

                                            basically you have more or less recent drivers but you miss the userland stuff that makes it actually work.

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