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

    how do you reboot your linux VMs in hyper-v?

    Scheduled Pinned Locked Moved IT Discussion
    hyper-v server 2016ubuntu 16.04virtualizationhelp
    57 Posts 10 Posters 10.3k 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.
    • DustinB3403D
      DustinB3403 @matteo nunziati
      last edited by

      @matteo-nunziati curious...

      1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403
        last edited by

        So if you did issue a reboot from the management interface, the VM just shuts down. Rather than actually rebooting.

        Seems like a huge failure there if that's true. What hardware is hyper-v installed on?

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

          @DustinB3403 said in how do you reboot your linux VMs in hyper-v?:

          Or why aren't you able to reboot via the Hyper-V management interface?

          what's this? I just have the "shutdown" button on the hyper-v GUI (win 10).
          also if I enter a remote session in powershell and issue:

          Restart-VM -Name VM-NAME-HERE
          

          the machine shuts down it doesn't restart!

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

            @DustinB3403 said in how do you reboot your linux VMs in hyper-v?:

            So if you did issue a reboot from the management interface, the VM just shuts down. Rather than actually rebooting.

            Seems like a huge failure there if that's true. What hardware is hyper-v installed on?

            HPE DL380G9

            I suppose something is broken in my setup: it is not possible people did notice this basic item!

            1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403
              last edited by

              @matteo-nunziati said in how do you reboot your linux VMs in hyper-v?:

              HPE DL380G9

              According to the HPE HCL the hardware is fully supported...

              Is anyone else experiencing the same results?

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

                @DustinB3403 said in how do you reboot your linux VMs in hyper-v?:

                @matteo-nunziati said in how do you reboot your linux VMs in hyper-v?:

                HPE DL380G9

                According to the HPE HCL the hardware is fully supported...

                Is anyone else experiencing the same results?

                found anything on the web, going to call HPE support... but I'm a bit in a hurry. hoped for a fast solution on-line ๐Ÿ˜•

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

                  I've not heard of anyone having this issue. You might have something unique here.

                  matteo nunziatiM travisdh1T 2 Replies Last reply Reply Quote 0
                  • matteo nunziatiM
                    matteo nunziati @scottalanmiller
                    last edited by

                    @scottalanmiller said in how do you reboot your linux VMs in hyper-v?:

                    I've not heard of anyone having this issue. You might have something unique here.

                    yes. until it was ubuntu I was thinking about something strange in the vUEFI. but even win over win...

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @scottalanmiller
                      last edited by

                      @scottalanmiller said in how do you reboot your linux VMs in hyper-v?:

                      I've not heard of anyone having this issue. You might have something unique here.

                      NOT what you want in IT. I'll be waiting to see what the problem is.

                      1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @matteo nunziati
                        last edited by

                        @matteo-nunziati said in how do you reboot your linux VMs in hyper-v?:

                        @scottalanmiller said in how do you reboot your linux VMs in hyper-v?:

                        I've not heard of anyone having this issue. You might have something unique here.

                        yes. until it was ubuntu I was thinking about something strange in the vUEFI. but even win over win...

                        If the VM does not start at all, then what is in the container won't be the issue.

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

                          mmm... got this:

                          Restart-VM -Name zi-erp-as
                          
                          Confirm
                          Are you sure you want to restart virtual machine "zi-erp-as"?
                          [Y] Yes  [A] Yes to All  [H] Halt Command  [?] Guida (il valore predefinito รจ "Y"):
                          Restart-VM : 'zi-erp-as' failed to change state.
                              + CategoryInfo          : NotSpecified: (:) [Restart-VM], VirtualizationException
                              + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.RestartVM
                          

                          And the machine just stops.

                          Now performed a sequence of start-restart with no idle, just waiting in VM Manager to see the CPU go down and then fire the restart. So far so good... really weird. Let's the VM stay idle for a while and retry!

                          Yep! if the machine stays idle for a few tens of seconds everything go nuts:

                          Restart-VM -Name zi-erp-as
                          
                          Confirm
                          Are you sure you want to restart virtual machine "zi-erp-as"?
                          [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Guida (il valore predefinito รจ "Y"):
                          Restart-VM : 'zi-erp-as' failed to change state.
                              + CategoryInfo          : NotSpecified: (:) [Restart-VM], VirtualizationException
                              + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.RestartVM
                          

                          Not this specific error but when people get this "change state" suggestions are to rebuild the machine ๐Ÿ˜• but those are all brand new.

                          Apparently this is not the case with:

                          Stop-VM -Name zi-erp-as; Start-VM -Name zi-erp-as
                          

                          But this is a no go for remote administration from within the VM. Need to sort this out ๐Ÿ˜ž

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

                            even tested a gen1 VM: not different.

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

                              ok, just got that Restart-VM does an hard restart (removes the plug). just forget it!
                              still missing an answer...

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

                                So just the fact that you are running it as a VM makes all the difference?

                                If you run it on hardware, can you reboot normally?

                                Is it just with Hyper-V? Have you tried it on other hypervisors?

                                What happens if you install the latest actual LIS drivers from Microsoft?:
                                https://www.microsoft.com/en-us/download/details.aspx?id=51612

                                More info:
                                https://technet.microsoft.com/windows-server-docs/compute/hyper-v/supported-linux-and-freebsd-virtual-machines-for-hyper-v-on-windows

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

                                  I never have any problems. I just did this.

                                  Hyper-V Server 2012 R2 with a CentOS 7 guest in a Gen 2 VM.

                                  Windows PowerShell
                                  Copyright (C) 2014 Microsoft Corporation. All rights reserved.
                                  
                                  PS C:\Users\user> Restart-VM -Name Zabbix
                                  
                                  Confirm
                                  Are you sure you want to restart virtual machine "Zabbix"?
                                  [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y
                                  

                                  0_1490387994004_upload-b8f64530-8ae3-4f1a-a48d-b016fcca8ecd

                                  0_1490388018264_upload-016dac8a-f014-4719-904c-d958c4631f50

                                  0_1490388063831_upload-4188ea58-b27f-4de5-8b1b-cdaa2c6f8388

                                  1 Reply Last reply Reply Quote 1
                                  • black3dynamiteB
                                    black3dynamite
                                    last edited by

                                    Try following these instructions:
                                    https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/supported-ubuntu-virtual-machines-on-hyper-v

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

                                      @Tim_G said in how do you reboot your linux VMs in hyper-v?:

                                      So just the fact that you are running it as a VM makes all the difference?

                                      If you run it on hardware, can you reboot normally?

                                      you mean linux or windows? well yes never got issues on HW. but don't know on THIS HW!

                                      Is it just with Hyper-V? Have you tried it on other hypervisors?

                                      same linux machines on kvm run perfectly and autoreboot at every update

                                      What happens if you install the latest actual LIS drivers from Microsoft?:
                                      https://www.microsoft.com/en-us/download/details.aspx?id=51612

                                      ubuntu has them built in. windows vms don't need...

                                      More info:
                                      https://technet.microsoft.com/windows-server-docs/compute/hyper-v/supported-linux-and-freebsd-virtual-machines-for-hyper-v-on-windows

                                      I was thinking about reboot my win10 machine with hyperv and test there...

                                      ObsolesceO 1 Reply Last reply Reply Quote 0
                                      • dbeatoD
                                        dbeato
                                        last edited by

                                        Do you have the Linux Hyperv Agent updated?
                                        https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/supported-ubuntu-virtual-machines-on-hyper-v

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

                                          @black3dynamite @Eltolargo @Tim_G latest kernel and tools are installed from the HWE stack. this doesn't help. just tried again from a VPN to my office. Also hell win2012r2 doesn't reboot in hyper-v 2016.
                                          monday I'll reboot the server from within the server room, with a monitor attached. let see if something strange happens even at hw level...

                                          black3dynamiteB dbeatoD 2 Replies Last reply Reply Quote 0
                                          • black3dynamiteB
                                            black3dynamite @matteo nunziati
                                            last edited by

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post