zoukankan      html  css  js  c++  java
  • 给windows的VM更换网卡到VMNET3从E1000

    1. Login to vCenter via vSphere client. go to the vm

    2. create a 1G new disk(SCSI 1:2) for the VM temperary 

    3. change scsi controller1 to paravirtual from Logical LSI SAS

    4. Boot VM, and upgrade VMtools

    5. Shutdown the VM

    6. remove the new disk(SCSI 1:2) and scsi controller1 will be removed automatic

    7. change scsi controller0 to paravirtual from Logical LSI SAS

    8. change options Mem/CPU hotplug to enable

    9. remove old e1000 nic

    10. add a new VMNET3 nic

    11. update VM hardware version to current

    12. Boot VM, and login VM with local admin

    13. reconfigure the IP/netmask/gateway/DNS

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------

    14. type “set devmgr_show_nonpresent_devices=1” from Administrator privileges CMD

    15. type “devmgmt.msc” to open Device Danager

    16. In Device Manager, go to the menu option, View à Show hidden devices

    17. Expand “Network adapters” and delete the old physical adapters

  • 相关阅读:
    yml 配置文件注入
    STS 自动生成 getter 和 setter
    maven build 失败
    navicat 使用
    STS 设置 注解提示
    windows下安装Mysql
    安装 mysql
    用Navicat Premium 操作MySQL数据库
    渐变显示渐变消失的BackgroundView
    基于dispatch_after封装YXTimer
  • 原文地址:https://www.cnblogs.com/oskb/p/4335446.html
Copyright © 2011-2022 走看看