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

    Managing Hyper-V

    IT Discussion
    24
    328
    60.1k
    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.
    • B
      brianlittlejohn
      last edited by

      https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts

      The third part talks about how to connect to non domain joined HyperV.

      1 Reply Last reply Reply Quote 1
      • O
        Obsolesce @scottalanmiller
        last edited by

        @scottalanmiller said in Managing Hyper-V:

        @Tim_G said in Managing Hyper-V:

        @scottalanmiller said in Managing Hyper-V:

        @Tim_G said in Managing Hyper-V:

        @scottalanmiller said in Managing Hyper-V:

        @Tim_G said in Managing Hyper-V:

        @Dashrender said in Managing Hyper-V:

        @Tim_G said in Managing Hyper-V:

        I don't understand what the issue is here. Install and configure a Hyper-V Host... then connect to it via Hyper-V Manager, FCM, or PowerShell. None of the Windows GUI tools do anything that you cannot do with PowerShell. In fact it's the other way around. You can do way more to Hyper-V with PowerShell than from any tool. Just learn the commands and move on. They are so easy.

        That allows you to manage the hypervisor.. what about getting console access to the VMs?

        Hyper-V Manager gives you console access to the VMs.

        Is that a PowerShell tool? How do you get the console via PowerShell?

        Maybe I missed some posts and am not on track of what was meant by "console access to the VMs".

        Can you clarify what is meant by that? For example, console access to a Windows Server 2016 VM running on Hyper-V Server 2016?

        How do you see the VM's console. The output that on Windows by default goes to the VGA adapter. The ability to see the system boot up before services come online or to connect before there is networking within the VM. Not the ability to see hyper-v, no one needs that. but to see the VMs at the console, not RDP, level.

        In Hyper-V Manager... right-click -> connect? Or double-click on the VM, I think that brings up the console too.

        Right, we are asking how to do this WITHOUT those tools. No Windows workstation, no Windows 10. Just assume a non-domain Windows 8 box without anything on it. What can you do to connect to an arbitrary Hyper-V machine and get to a VM's console?

        Ahh, I see.

        You'd use the tools that are built to do that, just like with any hypervisor.

        For Hyper-V, if you want to manage a VM via the console, you'd use Hyper-V Manager. You can get it from RSAT, or you can use the built-in one on Win10.

        If it's off domain, you have to perform a couple quick extra steps that can be put into a script.

        S 2 Replies Last reply Reply Quote 1
        • S
          scottalanmiller @Obsolesce
          last edited by

          @Tim_G said in Managing Hyper-V:

          For Hyper-V, if you want to manage a VM via the console, you'd use Hyper-V Manager. You can get it from RSAT, or you can use the built-in one on Win10.

          the thing that we like about other platforms is that this is so much more robust. My Scale, for example, is a secure web interface that I can use from anywhere on any machine. No need for special operating systems set up to work. Hyper-V just doesn't have that kind of flexibility here I guess.

          O 1 Reply Last reply Reply Quote 0
          • S
            scottalanmiller @Obsolesce
            last edited by

            @Tim_G said in Managing Hyper-V:

            If it's off domain, you have to perform a couple quick extra steps that can be put into a script.

            I've never tried to use RSAT over a WAN, seems like a bad idea 🙂

            B D O 3 Replies Last reply Reply Quote 0
            • B
              brianlittlejohn @scottalanmiller
              last edited by

              @scottalanmiller said in Managing Hyper-V:

              @Tim_G said in Managing Hyper-V:

              If it's off domain, you have to perform a couple quick extra steps that can be put into a script.

              I've never tried to use RSAT over a WAN, seems like a bad idea 🙂

              I use it over a vpn to our office in OKC... it works a little slow, but it works.

              S 1 Reply Last reply Reply Quote 1
              • D
                dbeato @scottalanmiller
                last edited by

                @scottalanmiller Agreed, is like opening VMware or Xenserver over WAN....

                S 1 Reply Last reply Reply Quote 0
                • O
                  Obsolesce @scottalanmiller
                  last edited by

                  @scottalanmiller said in Managing Hyper-V:

                  @Tim_G said in Managing Hyper-V:

                  If it's off domain, you have to perform a couple quick extra steps that can be put into a script.

                  I've never tried to use RSAT over a WAN, seems like a bad idea 🙂

                  I'm using it from Sweden to San Diego, but I VPN first.

                  1 Reply Last reply Reply Quote 1
                  • S
                    scottalanmiller @dbeato
                    last edited by

                    @dbeato said in Managing Hyper-V:

                    @scottalanmiller Agreed, is like opening VMware or Xenserver over WAN....

                    Is it? I don't think that it is. Do you feel as confident about RSAT over the WAN as you do about XAPI?

                    D 1 Reply Last reply Reply Quote 0
                    • S
                      scottalanmiller @brianlittlejohn
                      last edited by

                      @brianlittlejohn said in Managing Hyper-V:

                      @scottalanmiller said in Managing Hyper-V:

                      @Tim_G said in Managing Hyper-V:

                      If it's off domain, you have to perform a couple quick extra steps that can be put into a script.

                      I've never tried to use RSAT over a WAN, seems like a bad idea 🙂

                      I use it over a vpn to our office in OKC... it works a little slow, but it works.

                      VPN is just another term for the LAN, just a slow portion of it. That's still LAN security as a model, which we don't do here.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        scottalanmiller
                        last edited by

                        And I believe the intended OP can't either, it's for multiple client locations, I think.

                        1 Reply Last reply Reply Quote 0
                        • D
                          dbeato @scottalanmiller
                          last edited by

                          @scottalanmiller Not in any way!! I meant like opening the ports so you could use Vsphere or XenCenter over WAN...

                          1 Reply Last reply Reply Quote 0
                          • O
                            Obsolesce @scottalanmiller
                            last edited by

                            @scottalanmiller said in Managing Hyper-V:

                            @Tim_G said in Managing Hyper-V:

                            For Hyper-V, if you want to manage a VM via the console, you'd use Hyper-V Manager. You can get it from RSAT, or you can use the built-in one on Win10.

                            the thing that we like about other platforms is that this is so much more robust. My Scale, for example, is a secure web interface that I can use from anywhere on any machine. No need for special operating systems set up to work. Hyper-V just doesn't have that kind of flexibility here I guess.

                            Yeah, I don't know why. I guess either it can't be done, or what is already available is sufficient enough to not interest anyone enough to build something else.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              scottalanmiller @Obsolesce
                              last edited by

                              @Tim_G said in Managing Hyper-V:

                              @scottalanmiller said in Managing Hyper-V:

                              @Tim_G said in Managing Hyper-V:

                              For Hyper-V, if you want to manage a VM via the console, you'd use Hyper-V Manager. You can get it from RSAT, or you can use the built-in one on Win10.

                              the thing that we like about other platforms is that this is so much more robust. My Scale, for example, is a secure web interface that I can use from anywhere on any machine. No need for special operating systems set up to work. Hyper-V just doesn't have that kind of flexibility here I guess.

                              Yeah, I don't know why. I guess either it can't be done, or what is already available is sufficient enough to not interest anyone enough to build something else.

                              Or maybe people just are so used to accepting the limitations that they don't think about the power and flexibility that some other platforms have. We are putting Hyper-V into the datacenter right now and it's severely crippled in usability compared to the Scale/KVM sitting in the rack with it. Dramatically so.

                              O 1 Reply Last reply Reply Quote 0
                              • S
                                scottalanmiller
                                last edited by

                                Sure, we can use the Scale to manage Hyper-V, but it's hard to believe that that is the answer for such a giant ecosystem - it needs external support for remote management. XenServer + XenOrchestra, Scale, KVM with different tools, etc. have secure web management interfaces for this stuff so that they can be used in a non-LAN setting natively and easily.

                                O 1 Reply Last reply Reply Quote 0
                                • O
                                  Obsolesce @scottalanmiller
                                  last edited by Obsolesce

                                  @scottalanmiller said in Managing Hyper-V:

                                  @Tim_G said in Managing Hyper-V:

                                  @scottalanmiller said in Managing Hyper-V:

                                  @Tim_G said in Managing Hyper-V:

                                  For Hyper-V, if you want to manage a VM via the console, you'd use Hyper-V Manager. You can get it from RSAT, or you can use the built-in one on Win10.

                                  the thing that we like about other platforms is that this is so much more robust. My Scale, for example, is a secure web interface that I can use from anywhere on any machine. No need for special operating systems set up to work. Hyper-V just doesn't have that kind of flexibility here I guess.

                                  Yeah, I don't know why. I guess either it can't be done, or what is already available is sufficient enough to not interest anyone enough to build something else.

                                  Or maybe people just are so used to accepting the limitations that they don't think about the power and flexibility that some other platforms have. We are putting Hyper-V into the datacenter right now and it's severely crippled in usability compared to the Scale/KVM sitting in the rack with it. Dramatically so.

                                  Well, I wouldn't call something crippled because you don't have the right tool for the job. You're just mad because you don't have a Windows computer and now have a need to manage Hyper-V lol ^_^

                                  D S 2 Replies Last reply Reply Quote 1
                                  • S
                                    scottalanmiller
                                    last edited by

                                    I feel like Hyper-V has to be able to do this and people just don't look for it enough. To me this feels like something MS would not have missed or skipped and something obvious is just not being though of.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      dbeato @Obsolesce
                                      last edited by

                                      @Tim_G LOL I wish I could upvote this at times it sounded so funny hahahah

                                      1 Reply Last reply Reply Quote 0
                                      • O
                                        Obsolesce
                                        last edited by

                                        But on a serious note, I agree. It is a serious limitation.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          scottalanmiller @Obsolesce
                                          last edited by

                                          Well, I wouldn't call something crippled because you don't have a right tool for the job. You're just mad because you don't have a Windows computer and now have a need to manage Hyper-V lol ^_^

                                          Even if I had a Windows computer, that wouldn't solve it. And I do, but it requires the Scale cluster. See the issue? If a tool is needed at all, it crippled because no tools are needed for any other hypervisor here. Not tools in that manner, anyway.

                                          1 Reply Last reply Reply Quote 1
                                          • S
                                            scottalanmiller
                                            last edited by scottalanmiller

                                            So let me ask it this way... with a datacenter hosted Hyper-V cluster, and no legacy LAN security, how would you manage a Hyper-V system?

                                            Because this is what we have and want and what works beautifully with other products.

                                            ObsolesceO 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 16
                                            • 17
                                            • 3 / 17
                                            • First post
                                              Last post