您可以將映像設定檔匯出到 ISO 映像或元件檔案及資料夾的 ZIP 檔案。無法透過執行一次 cmdlet 來建立這兩者。您可以將 ISO 映像用作 ESXi 安裝程式,或者將 ISO 上傳到 vSphere Lifecycle Manager 進行升級。
必要條件
安裝 PowerCLI 和所有必備軟體。請參閱安裝 vSphere ESXi Image Builder 和必備軟體。
程序
結果
對於 ISO 映像,vSphere ESXi Image Builder 會驗證 VIB 簽章、將 VIB 二進位檔案新增到映像,並將映像下載到指定位置。對於 ZIP 檔案,vSphere ESXi Image Builder 會驗證 VIB 簽章並將 VIB 二進位檔案下載到指定位置。
範例: 匯出映像設定檔
遵循這些步驟將映像設定檔匯出到 ISO 映像。
- 新增軟體存放庫。
Add-EsxSoftwareDepot -DepotUrl url_or_file
- 檢視所有可用的映像設定檔,尋找要匯出的映像設定檔的名稱。
Get-EsxImageProfile
- 匯出映像設定檔。
Export-EsxImageProfile -ImageProfile "myprofile" -ExportToIso -FilePath iso_name
遵循這些步驟將映像設定檔匯出到元件檔案及資料夾的 ZIP 檔案。
- 新增軟體存放庫。
Add-EsxSoftwareDepot -DepotUrl url_or_file
- 檢視所有可用的映像設定檔,尋找要匯出的映像設定檔的名稱。
Get-EsxImageProfile
- 匯出映像設定檔。
Export-EsxImageProfile -ImageProfile "myprofile" -ExportToBundle -FilePath C:\my_bundle.zip
下一步
在 ESXi 安裝中使用 ISO 映像,或者將 ISO 映像上傳到 vSphere Lifecycle Manager 來執行升級。
使用 ZIP 檔案升級 ESXi 安裝。
- 將 ZIP 檔案匯入至 vSphere Lifecycle Manager,與修補程式基準搭配使用。
- 將 ZIP 檔案下載到 ESXi 主機或資料存放區,然後執行 esxcli software vib 命令,將 VIB 匯入 ZIP 檔案。
請參閱 vSphere 升級說明文件。