參考:vCenter6安裝小記
http://sakananote2.blogspot.tw/2015/04/20150413-vcenter6.html加裝驅動程式
https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages#NIC_drivers1.將vib檔經由datastore上傳至ESXi 主機
2.ssh登入主機 (host主機f2打開ssh)
3.cd /vmfs/volumes/datastore1
4.esxcli software acceptance set –level=CommunitySupported
5.esxcli software vib install -v /vmfs/volumes/datastore1/xxxxx-xxxx-xx.vib
6.重新啟動ESXi 主機
cd /vmfs/volumes/datastore1
esxcli software acceptance set --level=CommunitySupported
esxcli software vib install -v /vmfs/volumes/datastore1/xxxxx-xxxx-xx.vib
查詢網卡lspci -v | grep "Class 0200" -B 1
Ethernet controller Network controller: Qualcomm Atheros AR8161 Gigabit Ethernet Class 0200: 1969:1091
Ethernet controller Network controller: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC
Class 0200: 10ec:8169
Ethernet controller Network controller: Intel Corporation 82541PI Gigabit Ethernet Controller [vmnic0]
Class 0200: 8086:107c
下載 vib 檔
http://murzim.tistory.com/entry/Atheros-AR8151AR8161-custom-driver-on-ESXiESXi 新增Realtek網路驅動
https://cms.35g.tw/coding/esxi-%E6%96%B0%E5%A2%9Erealtek%E7%B6%B2%E8%B7%AF%E9%A9%85%E5%8B%95/