檢視了官網相容性列表,dl380 gen7 並不支援 esxi 6.5,並結合錯誤和 smx 有關,那麼可能是系統映象附帶的驅動或軟體包出現了問問題。但安裝 6.0 的是可以的,那麼我們可以刪除 6.5 的 smx 包,並把 6.0 的 smx 包附加到 6.5 上面,組成乙個新的映象。
* 這裡使用的不是 iso 檔案
使用下面命令在一台計算機上面安裝
install-module -name vmware.powercli
新增 esxi 6.5 的 image bundle,並檢查映象配置檔案
ps c:\users\administrator> add-esxsoftwaredepot -depoturl c:\hpe\vmware-esxi-6.5.0-update3-15256549-hpe-gen9plus-650.u3.10.5.5.16-mar2020-depot.zip
depot url
--------
-zip:c:\hpe\vmware-esxi-6.5.0-update3-15256549-hpe-gen9plus-650.u3.10.5.5.16-mar2020-depot.zip?index.xml
ps c:\users\administrator> get-esximageprofile
name vendor last modified acceptance level
----
-----
--------------
----------------
hpe-esxi-6.5.0-update3-gen9.
.. hewlett pack.
.. 3/9/2020 5:0.
.. partnersupported
轉殖乙份配置檔案,並命名為 esxicust;此時再次檢視配置檔案,你能夠看到兩個配置檔案,乙個原始檔,乙個是轉殖的檔案
ps c:\users\administrator> new-esximageprofile -cloneprofile hpe-esxi-6.5*
-name "esxicust"
cmdlet new-esximageprofile at command pipeline position 1
supply values for the following parameters:
(type
!? for help.
)vendor: custom
name vendor last modified acceptance level
----
-----
--------------
----------------
esxicust custom 3/9/2020 5:0.
.. partnersupported
ps c:\users\administrator> get-esximageprofile
name vendor last modified acceptance level
----
-----
--------------
----------------
esxicust custom 3/9/2020 5:0.
.. partnersupported
hpe-esxi-6.5.0-update3-gen9.
.. hewlett pack.
.. 3/9/2020 5:0.
.. partnersupported
從這個新的配置檔案 esxicust 中刪除 smx-provider
ps c:\users\administrator> remove-esxsoftwarepackage esxicust smx-provider
name vendor last modified acceptance level
----
-----
--------------
----------------
esxicust custom 7/16/2020 3:.
.. partnersupported
使用同樣的方法,新增 esxi 6.0 的 image bundle,並檢視配置檔案
ps c:\users\administrator> add-esxsoftwaredepot -depoturl c:\hpe\vmware-esxi-6.0.0-update3-13635687-hpe-gen9plus-600.10.4.5.15-sep2019-depot.zip
depot url
--------
-zip:c:\hpe\vmware-esxi-6.0.0-update3-13635687-hpe-gen9plus-600.10.4.5.15-sep2019-depot.zip?index.xml
ps c:\users\administrator> get-esximageprofile
name vendor last modified acceptance level
----
-----
--------------
----------------
esxicust custom 7/16/2020 3:.
.. partnersupported
hpe-esxi-6.0.0-update3-gen9.
.. hewlett pack.
.. 9/9/2019 5:0.
.. partnersupported
hpe-esxi-6.5.0-update3-gen9.
.. hewlett pack.
.. 3/9/2020 5:0.
.. partnersupported
查詢 esxi 6.0 的 smx 包,然後將 6.0 的 smx 包新增到前面的 esxicust 配置檔案中
ps c:\users\administrator> get-esxsoftwarepackage | findstr smx
smx-provider 600.03.15.00.2-2768847 hpe 8/28/2018 11:...
smx-provider 650.03.16.00.4-4240417 hpe 8/9/2019 8:11...
ps c:\users\administrator> add-esxsoftwarepackage -imageprofile esxicust -softwarepackage "smx-provider 600.03.15.00.2-2768847"
name vendor last modified acceptance level
----
-----
--------------
----------------
esxicust custom 7/16/2020 3:.
.. partnersupported
將自定義的配置檔案轉換成 iso 映象,使用新的 iso 映象安裝。
ps c:\users\administrator> export-esximageprofile -imageprofile esxicust -exporttoiso -filepath "c:\hpe\esxi65cust.iso"
centos 6 安裝oracle 11g 要點
可以參考官方的安裝文件 切記,安裝之前一定要在hosts裡設定本機的ip和主機名解析關係,不然後面的net assistant 那個會失敗 官方文件裡的環境變數有些可以刪掉,保留如下就額可以了,不然也會有問題 tmp tmp export tmp tmpdir tmp export tmpdir o...
Win7安裝oracle 10g 方法
然後解壓,在目錄中找到refhost.xml 有兩個,我的乙個是在stage prereq db目錄下,乙個是在stage prereq db prereqs db目錄下 進行新增修,新增如下 而後還要修改乙個oraparam.ini檔案,在install目錄下 先在 certified versi...
Win7安裝Oracle10g詳解
電腦新裝了win7,感覺什麼都挺好用的,就是安裝oracle10的時候出了點問題,不停的報錯.如下圖所示 無法定位程式輸入點getprocessimagefilenamew 於動態鏈結庫psapi.dll上 跳過錯誤安裝結束後,在本地建立的資料庫例項無法訪問,例項對應的那個服務啟動不了.我之前裝的是...