vmware 添加驱动

基于这个ESXi-6.7.0-20190402001-standard.zip 制作

PS C:\vsan> Add-EsxSoftwareDepot -DepotUrl C:\vsan\ESXi-6.7.0-20190402001-standard.zip

Depot Url

---------

zip:C:\vsan\ESXi-6.7.0-20190402001-standard.zip?index.xml

PS C:\vsan> Add-EsxSoftwareDepot -DepotUrl C:\vsan\ESXi-6.7.0-20190402001-standard.zip

Depot Url

---------

zip:C:\vsan\ESXi-6.7.0-20190402001-standard.zip?index.xml

PS C:\vsan> Get-ESXImageProfile

Name                          Vendor          Last Modified  Acceptance Level

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

ESXi-6.7.0-20190402001-stan... VMware, Inc.    2019/3/27 4:... PartnerSupported

New-EsxImageProfile -CloneProfile ESXi-6.7.0-20190402001-standard  -name NF5280 -Vendor zl

PS C:\vsan> New-EsxImageProfile -CloneProfile ESXi-6.7.0-20190402001-standard  -name 5280 -Vendor zl

Name                          Vendor          Last Modified  Acceptance Level

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

5280                          zl              2019/3/27 4:... PartnerSupported

Set-EsxImageProfile -ImageProfile NF5280 -AcceptanceLevel CommunitySupported

PS C:\vsan> Set-EsxImageProfile -ImageProfile NF5280 -AcceptanceLevel CommunitySupported

Name                          Vendor          Last Modified  Acceptance Level

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

NF5280                        zl              2019/4/27 14... CommunitySupported

Add-EsxSoftwarePackage -ImageProfile NF5280 -SoftwarePackage vib/vmware-esxi-drivers-scsi-aacraid-600.6.2.1.56009.-1.0.6.2494585.x86_64.vib

Add-EsxSoftwareDepot .\offline_bundle\aacraid-6.0.6.2.1.56009-offline_bundle-8212019.zip


PS C:\vsan>  Add-EsxSoftwareDepot .\offline_bundle\aacraid-6.0.6.2.1.56009-offline_bundle-8212019.zip

Depot Url

---------

zip:C:\vsan\offline_bundle\aacraid-6.0.6.2.1.56009-offline_bundle-8212019.zip?index.xml


添加驱动  scsi-aacraid

Add-EsxSoftwarePackage -ImageProfile NF5280 -SoftwarePackage scsi-aacraid

PS C:\vsan> Add-EsxSoftwarePackage -ImageProfile NF5280 -SoftwarePackage scsi-aacraid

Name                          Vendor          Last Modified  Acceptance Level

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

NF5280                        zl              2019/4/27 15... CommunitySupported

Export-EsxImageProfile -ImageProfile NF5280 -ExportToISO -filepath d:\ESXi-5280-6.7.0.iso

导出成功

PS C:\vsan> Export-EsxImageProfile -ImageProfile NF5280 -ExportToISO -filepath iso/ESXi-5280-6.7.0.iso

Get-EsxSoftwarePackage

PS C:\vsan>  Get-EsxSoftwarePackage

Name                    Version                        Vendor    Creation Date

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

net-fcoe                1.0.29.9.3-7vmw.670.0.0.816... VMW        2018/4/3 21:2...

lsu-intel-vmd-plugin    1.0.0-2vmw.670.1.28.10302608  VMware    2018/10/3 2:0...

shim-vmklinux-9-2-2-0    6.7.0-0.0.8169922              VMW        2018/4/3 21:2...

scsi-aacraid            1.1.5.1-9vmw.670.0.0.8169922  VMW        2018/4/3 21:2...

qfle3f                  1.0.25.0.2-14vmw.670.0.0.81... VMW        2018/4/3 21:2...

block-cciss              3.6.14-10vmw.670.0.0.8169922  VMW        2018/4/3 21:2...

elx-esx-libelxima.so    11.4.1184.1-2.48.13006603      VMware    2019/3/26 20:...

vmkata                  0.1-1vmw.670.0.0.8169922      VMW        2018/4/3 21:2...

sata-sata-nv            3.5-4vmw.670.0.0.8169922      VMW        2018/4/3 21:2...

ata-pata-amd            0.3.10-3vmw.670.0.0.8169922    VMW        2018/4/3 21:2...

brcmfcoe                11.4.1078.19-12vmw.670.2.48... VMW        2019/3/26 20:...

misc-cnic-register      1.78.75.v60.7-1vmw.670.0.0.... VMW        2018/4/3 21:2...

net-usbnet              1.0-3vmw.670.0.0.8169922      VMW        2018/4/3 21:2...

nenic                    1.0.21.0-1vmw.670.1.28.1030... VMW        2018/10/3 2:0...

net-ixgbe                3.7.13.7.14iov-20vmw.670.0.... VMW        2018/4/3 21:2...

shim-libfcoe-9-2-1-0    6.7.0-0.0.8169922              VMW        2018/4/3 21:2...

nfnic                    4.0.0.17-0vmw.670.2.48.1300... VMW        2019/3/26 20:...

你可能感兴趣的:(vmware 添加驱动)