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

  • 相关阅读:
    The library 'hostpolicy.dll' required to execute the application was not found in
    矩阵乘法
    2019-11-1
    四边形不等式的应用
    2019-10-30
    2019-10-29
    差分与前缀和
    平衡树SPLAY
    可爱的树链剖分(染色)
    cable tv network
  • 原文地址:https://www.cnblogs.com/oskb/p/4335446.html
Copyright © 2011-2022 走看看