【问题标题】:NEsted Virtualization not working on Azure VM嵌套虚拟化无法在 Azure VM 上运行
【发布时间】:2020-05-08 12:58:57
【问题描述】:

我正在尝试在部署在 azure 上的 Windows2016 VM 上启动嵌套 VM(使用的大小允许嵌套虚拟化),在遵循所有指南之后,我不确定我可能缺少什么,因为我确实安装了 Hyper V:

角色经理:

服务:

尝试启动虚拟机时出错:

Start-VM : 'sfm-azure-01' failed to start.
Failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is not running.
'sfm-azure-01' failed to start. (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314)
The Virtual Machine Management Service failed to start the virtual machine 'sfm-azure-01' because one of the Hyper-V components is 
not running (Virtual machine ID BA61E565-9B2B-4180-B79D-FD3F16882314).
At line:1 char:1
+ Start-VM -Name sfm-azure-01
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Start-VM], VirtualizationException
    + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.StartVM

使用的参考:https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization

【问题讨论】:

    标签: azure hyper-v windows-server-2016


    【解决方案1】:

    您是否尝试过使用此脚本来启用嵌套虚拟化。 看起来它检查了所有先决条件。 https://github.com/charlieding/Virtualization-Documentation/tree/live/hyperv-tools/Nested

    【讨论】:

    • 嗨@balrob 抱歉为时已晚,但我们没有采用这种方法,因为我们选择了其他产品。感谢您的反馈
    猜你喜欢
    • 2021-07-31
    • 1970-01-01
    • 2018-11-24
    • 1970-01-01
    • 1970-01-01
    • 2012-08-13
    • 2015-07-02
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多