如果想要將 VIB 新增到映像設定檔,並且該 VIB 的接受程度低於該映像設定檔的接受程度,則可以複製接受程度較低的映像設定檔或變更該映像設定檔的接受程度。
您可以將 VMwareCertified、VMwareAccepted、PartnerSupported 或 CommunitySupported 指定為映像設定檔的接受程度。如果您降低接受程度,則映像設定檔和使用該設定檔佈建主機的支援層級將會變更。如需詳細資訊,請參閱 接受程度。
程序
- 在 PowerCLI 工作階段中,針對您要使用的每個存放庫執行 Add-EsxSoftwareDepot cmdlet。
選項 |
動作 |
遠端存放庫 |
執行 Add-EsxSoftwareDepot -DepotUrl <depot_url> 。 |
ZIP 檔案 |
- 將 ZIP 檔案下載到本機檔案系統。
- 執行
Add-EsxSoftwareDepot -DepotUrl C:\<file_path>\<offline-bundle>.zip
|
Cmdlet 會傳回一或多個
SoftwareDepot 物件。
- 取得映像設定檔的接受程度。
Get-EsxImageProfile -Name string
- 設定映像設定檔的接受程度。
Set-EsxImageProfile -Name string -AcceptanceLevel level