手动封装H3C R4900 G3的ESXI6.7的存储阵列卡驱动

准备文件

  1. 1、存储阵列卡官方驱动,型号为RAID-P430-M2
  2. 2、ESXI官方包update-from-esxi6.7-6.7_update02.zip,不要下载iso镜像文件
  3. 3、VMware Power Cli安装程序

配置过程

PowerCLI C:\> Get-EsxSoftwarePackage

Name                     Version                        Vendor     Cr
                                                                   ea
                                                                   ti
                                                                   on
                                                                    D
                                                                   at
                                                                   e
----                     -------                        ------     --
scsi-aacraid             6.0.6.2.1.59002-1OEM.600.0.... Adaptec... 20


PowerCLI C:\>
PowerCLI C:\>
PowerCLI C:\>
PowerCLI C:\> Add-EsxSoftwareDepot -DepotUrl update-from-esxi6.7-6.7_update02.zip

Depot Url
---------
zip:C:\update-from-esxi6.7-6.7_update02.zip?index.xml

PowerCLI C:\> Get-EsxImageProfile

Name                           Vendor          Last Modified   Acceptance Level
----                           ------          -------------   ----------------
ESXi-6.7.0-20190401001s-sta... VMware, Inc.    2019-03-27 0... PartnerSupported
ESXi-6.7.0-20190402001-no-t... VMware, Inc.    2019-03-27 0... PartnerSupported
ESXi-6.7.0-20190402001-stan... VMware, Inc.    2019-03-27 0... PartnerSupported
ESXi-6.7.0-20190401001s-no-... VMware, Inc.    2019-03-27 0... PartnerSupported


PowerCLI C:\> Add-EsxSoftwarePackage -ImageProfile "ESXi-6.7.0-20190402001-standard" -SoftwarePackage scsi-aacraid

Name                           Vendor          Last Modified   Acceptance Level
----                           ------          -------------   ----------------
ESXi-6.7.0-20190402001-stan... VMware, Inc.    2021-03-31 1... PartnerSupported


PowerCLI C:\> Export-EsxImageProfile -NoSignatureCheck -ImageProfile "ESXi-6.7.0-20190402001-standard" -ExportToIso -FilePath C:\esxi6.7-h3c-r4900.iso

遇到的问题:

1、无法在当前系统上运行该脚本

使用管理员运行powershell执行

PS C:\Windows\system32> Set-ExecutionPolicy UNRESTRICTED

执行策略更改
执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170
中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略?
[Y] 是(Y)  [A] 全是(A)  [N] 否(N)  [L] 全否(L)  [S] 暂停(S)  [?] 帮助 (默认值为“N”): Y
PS C:\Windows\system32>

发表评论

后才能评论