300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Hyper-V 添加虚拟以太网交换机报应用虚拟交换机属性更改时出错

Hyper-V 添加虚拟以太网交换机报应用虚拟交换机属性更改时出错

时间:2020-08-24 11:41:03

相关推荐

Hyper-V 添加虚拟以太网交换机报应用虚拟交换机属性更改时出错

hyper-v 添加虚拟以太网交换机连接时失败

上传截图老是提示文件过大,传不上来,内容如下:在Hyper-v管理器中用虚拟交换机管理器新建虚拟网络交换机,选的是外部网络,点了应用之后弹出对话框提示:“应用 虚拟交换机属性 更改时出错” “修改虚拟以太网交换机设置时失败” “以太网端口{FC48AC1F-CA87-463D-A974-720E71000E61A}绑定失败:由于超时时间已过,该操作返回。(0x800705b4)”

解决方法安装网卡硬件厂商的最新驱动程序代替Windows自带微软网卡驱动程序

Fix: Can’t create Hyper-V Virtual Switch (Error 0x80070002)

ByJasmin KahrimanMay 24,

02 minutes read

RECOMMENDED:Click here to fix errors and optimize system performance

Every virtual machine that is hosted on Hyper-V probably requires a virtual network card in order to communicate with the rest of the network. In order to do so, we would need to create a virtual switch and assign it to the virtual machine. There are three different virtual switches on the Hyper-V including private, internal and external. The private network switch provides only communication between virtual machines that are hosted on a physical server. Next to that, the internal switch provides communication between virtual machines and Hyper-V host. The last, but not the least one is the external switch. An external switch is bound to the physical network card and provide communication with the entire network. After we create a virtual switch, the next step would be to assign a virtual switch to the virtual machine. Which switch will we assign? It depends on the virtual machine’s use case.

Some IT Admin is experiencing problems when creating virtual switches on the Hyper-V, regardless if they are trying to create it via GUI or Powershell. One of the error is known as “Error applying virtual switch properties changes. Failed while adding virtual ethernet switch connections.”The details show the GUID of the adapter, with the final text, “The system cannot find the file specified. (0x80070002). The same issue occurs not only on Hyper-V but also on Hyper-V and Hyper-V .

There are a few reasons why this problem occurs, but many of them are pointing to a problem with the network card. We will focus on two of them and walk you through solutions that have helped IT admins to solve a problem. It includes updating the network card, deleting NIC references and re-adding Hyper-V role. So, let’s start. If solution 1 doesn’t solve your problem, please try with solution 2.

Solution 1: Update network card drivers

In our case, we are using physical server HPE ProLiant ML350 Gen10 Server. In order to update the driver for the network card, we would need to access themanufacturer websiteand download an official driver for the network card. As this server uses Intel’s network card, we can also download it onIntel’s website.

Solution 2: Reinstall Hyper-V role and reset NIC references

Log inorconnect toWindows Server where you installed Hyper-V roleOpenServer ManagerClick onManageand then chooseRemoveRoles and FeaturesClick onNextunderBefore you beginSelect the destination serverand clickNextDeselectHyper-VunderRemove server rolesand then clickRemove FeaturesClickNextClickNextunderRemove featuresSelectRestart the destination server automatically if requiredClickYesto confirm and then click Windows will automatically restart.Log inorconnect toWindows Server where you installed Hyper-V roleRight clickonStart Menuand clickWindows Powershell (Admin)Typenetcfg -dand pressEnter. This will delete all the NIC references, so be sure that you physical access to the server or have a good iLO or other management connection.Restart Windows Server Log inorconnect toWindows Server where you installed Hyper-V roleOpenServer Managerand install Hyper-V by following the same procedure as we use for removing the role. You will only need to select Hyper-V role.Left clickonStart Menuand search forHyper-V ManagerOpenHyper-V ManagerNavigate and openVirtual Switch Manageron the right side of the Hyper-V Manager windowSelectExternalunderWhat type of virtual switch do you want to createand then clickCreate Virtual SwitchType the name of the external switchChoose network card under External networkClickApplyand thenOKNavigate to the virtual machine where you would like to assign a new virtual switchRight click on the virtual machine and clickSettingsClick onNetwork AdapterChoose theExternalvirtual switch underVirtual SwitchClickApplyand thenOKAdd IP address (if you are not using DHCP)Enjoy working with Hyper-V and virtual machines

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。