当前位置:网站首页>Esxi encapsulated network card driver
Esxi encapsulated network card driver
2022-04-23 16:18:00 【Rokas. Yang】
about ESXi vmkernel Unsupported network card , You need to manually encapsulate the network card driver to ESXi Mirror image , Install again ESXi.
1. Prepare the environment
With ESXi7.0U3d For example , encapsulation intel Of i219 And i225 The driver needs two files :
vmware
The official community network card driver , Download link
- ESXi Of Offline Bundle edition , Download link ( You need to register your account and log in )
2.powershell Install the necessary components
Prepare one win10 The above system , Open as Administrator powershell.
Type the following command to install VMware Command line module :
Install-Module -Name VMware.PowerCLI
It is expected that problems such as truststore will be prompted , type Y that will do .
Be careful :!!! Don't interrupt , It's a very slow step ,10-20 Different minutes , Agent or scientific Internet access can slightly improve the speed .
Type the command trust module :
set-ExecutionPolicy RemoteSigned
Empathy , Input Y that will do .
3. Start encapsulating the driver
Download the first step ESXi The image and network card driver are put in the same folder .
open powershell
, Use this to type the following command ( The path and file name need to be replaced ):
$esxiOfflineBundle = "C:\esxi\VMware-ESXi-7.0U3d-19482537-depot.zip" # Appoint Office Bundle Version of Esxi route
$intelNicOfflineBundle = "C:\esxi\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip" # Specify the network card drive path
$esxiImageProfileName = "ESXi-7.0U3d-19482537-standard"
$newImageProfileName = "ESXi-7.0U3d-19482537-Intel-i225" # The configuration file name is optional , The best and last output ISO Keep file names consistent
Add-EsxSoftwareDepot $esxiOfflineBundle
Add-EsxSoftwareDepot $intelNicOfflineBundle
New-EsxImageProfile -CloneProfile $esxiImageProfileName -Name $newImageProfileName -Vendor ashin
Add-EsxSoftwarePackage -ImageProfile $newImageProfileName -SoftwarePackage "net-community"
Export-EsxImageProfile -ImageProfile $newImageProfileName -ExportToIso -FilePath "C:\esxi\ESXi-7.0U3d-19482537-Intel-i225.ISO" # Enter the path of the file, that is, the name
Make sure that each of the above commands does not report an error , Warnings in yellow font can be ignored , The red font indicates an error , If an error is reported, the problem of error reporting shall be solved .
After success , The corresponding folder will generate encapsulated ESXi iso Mirror image :
meanwhile , Self testing powershell6.x Above version , Will report all kinds of mistakes , The fatal error is VMware.ImageBuilder module
Current... Is not supported powershell
edition , Replaceable to 5.x Version USES ,powershell History version download , Download here .
版权声明
本文为[Rokas. Yang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231607305203.html
边栏推荐
- Day (2) of picking up matlab
- 【第5节 if和for】
- 第九天 static 抽象类 接口
- Vision of building interstellar computing network
- Best practice of cloud migration in education industry: Haiyun Jiexun uses hypermotion cloud migration products to implement progressive migration for a university in Beijing, with a success rate of 1
- MySQL的btree索引和hash索引区别
- 捡起MATLAB的第(2)天
- Filter usage of spark operator
- js正則判斷域名或者IP的端口路徑是否正確
- 安装Redis并部署Redis高可用集群
猜你喜欢
Filter usage of spark operator
Day (6) of picking up matlab
Ice -- source code analysis
Force buckle-746 Climb stairs with minimum cost
Groupby use of spark operator
TIA博图——基本操作
Review 2021: how to help customers clear the obstacles in the last mile of going to the cloud?
How can poor areas without networks have money to build networks?
第九天 static 抽象类 接口
Unity Shader学习
随机推荐
撿起MATLAB的第(9)天
JSP learning 1
Application case of GPS Beidou high precision satellite time synchronization system
Sort by character occurrence frequency 451
Day (7) of picking up matlab
RecyclerView advanced use - to realize drag and drop function of imitation Alipay menu edit page
[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
第十天 异常机制
Solution to the fourth "intelligence Cup" National College Students' IT skills competition (group B of the final)
How to quickly batch create text documents?
Best practice of cloud migration in education industry: Haiyun Jiexun uses hypermotion cloud migration products to implement progressive migration for a university in Beijing, with a success rate of 1
Meaning and usage of volatile
Report FCRA test question set and answers (11 wrong questions)
C language self compiled string processing function - string segmentation, string filling, etc
Grbl learning (I)
Force buckle - 198 raid homes and plunder houses
js正則判斷域名或者IP的端口路徑是否正確
About JMeter startup flash back
Tencent offer has been taken. Don't miss the 99 algorithm high-frequency interview questions. 80% of them are lost in the algorithm
Function summary of drawing object arrangement in R language