一、安裝VMware.PowerCLI,網(wǎng)絡(luò)不好可以離線安裝,百度有很多方法。
以管理員身份打開PowerShell執(zhí)行命令:
Install-Module -Name VMware.PowerCLI
需下載一會 如果不想等直接下載我網(wǎng)盤這個包:
鏈接:https://pan.baidu.com/s/17EVoCQeFJre9-LK6LyvWHQ?pwd=1024?
提取碼:1024
?解壓后把文件夾打開,復(fù)制所有文件,粘貼到C:\Program Files\WindowsPowerShell\Modules 我這是默認路徑 如果安裝路徑不同自行修改
二、檢查PowerCLI
PowerShell執(zhí)行命令:
set-executionpolicy remotesigned
?選擇y即可:
PowerShell執(zhí)行命令:
Import-Module -Name VMware.PowerCLI
?PowerShell執(zhí)行命令:
Get-Module -Name VMware.PowerCLI
?三、3.安裝python3.7.9? (Python Release Python 3.7.9 | Python.org)
?python安裝后配置好環(huán)境變量,不會的可自行百度
PowerShell執(zhí)行命令:
pip install six psutil lxml pyopenssl -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
四、設(shè)置powershell環(huán)境變量?
PowerShell執(zhí)行命令:
Set-PowerCLIConfiguration -PythonPath C:\Users\49611\AppData\Local\Programs\Python\Python37\python.exe -Scope User
?五、下載ESXi-Customizer-PS-v2.6.0.ps1? ??VMware-ESXi-8.0-20513097-depot.zip?并放到C:\Temp目錄? (VMware Front Experience: ESXi-Customizer-PS)
下載USB驅(qū)動網(wǎng)卡包并放到C:\Drive目錄 (USB Network Native Driver for ESXi | VMware Flings)
?
?六、生成ISO集成網(wǎng)卡驅(qū)動安裝包 ,生成的包會放到C:\Temp目錄
PowerShell執(zhí)行命令:
進入到C:\Temp
.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\VMware-ESXi-8.0-20513097-depot.zip -pkgDir C:\Drive\
文章來源:http://www.zghlxwxcb.cn/news/detail-410128.html
?出現(xiàn) AII done 就成功了文章來源地址http://www.zghlxwxcb.cn/news/detail-410128.html
到了這里,關(guān)于VMware ESXi 8.0集成網(wǎng)卡驅(qū)動的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!