您可以將映像設定檔匯出到 ISO 映像或元件檔案及資料夾的 ZIP 檔案。無法透過執行一次 cmdlet 來建立這兩者。您可以將 ISO 映像用作 ESXi 安裝程式,或者將 ISO 上傳到 vSphere Update Manager 進行升級。使用包含映像設定檔中指定之中繼資料和 VIB 的 ZIP 檔案,可升級到 ESXi 5.0 及更新版本。

必要條件

安裝 PowerCLI 和所有必備軟體。請參閱安裝 vSphere ESXi Image Builder 和必備軟體

程序

  1. PowerCLI工作階段中,針對您要使用的每個存放庫執行 Add-EsxSoftwareDepot cmdlet。
    選項 動作
    遠端存放庫 執行 Add-EsxSoftwareDepot -DepotUrl depot_url
    ZIP 檔案
    1. 將 ZIP 檔案下載到本機檔案系統。
    2. 執行 Add-EsxSoftwareDepot -DepotUrl C:\file_path\offline-bundle.zip
    Cmdlet 會傳回一或多個 SoftwareDepot物件。
  2. 執行 Export-EsxImageProfile,匯出映像設定檔。
    匯出格式 Cmdlet
    ISO 映像 帶有 -ExportToIso 參數的 Export-EsxImageProfile
    離線存放庫 ZIP 檔案 帶有 -ExportToBundle 參數的 Export-EsxImageProfile

結果

對於 ISO 映像,vSphere ESXi Image Builder 會驗證 VIB 簽章、將 VIB 二進位檔案新增到映像,並將映像下載到指定位置。對於 ZIP 檔案,vSphere ESXi Image Builder 會驗證 VIB 簽章並將 VIB 二進位檔案下載到指定位置。

範例: 匯出映像設定檔

遵循這些步驟將映像設定檔匯出到 ISO 映像。

  1. 新增軟體存放庫。
    Add-EsxSoftwareDepot -DepotUrl url_or_file
  2. 檢視所有可用的映像設定檔,尋找要匯出的映像設定檔的名稱。
    Get-EsxImageProfile
  3. 匯出映像設定檔。
    Export-EsxImageProfile -ImageProfile "myprofile" -ExportToIso -FilePath iso_name

遵循這些步驟將映像設定檔匯出到元件檔案及資料夾的 ZIP 檔案。

  1. 新增軟體存放庫。
    Add-EsxSoftwareDepot -DepotUrl url_or_file
  2. 檢視所有可用的映像設定檔,尋找要匯出的映像設定檔的名稱。
    Get-EsxImageProfile
  3. 匯出映像設定檔。
    Export-EsxImageProfile -ImageProfile "myprofile" -ExportToBundle -FilePath C:\my_bundle.zip

下一步

ESXi 安裝中使用 ISO 映像,或者將 ISO 映像上傳到 vSphereUpdate Manager 來執行升級。

使用 ZIP 檔案升級 ESXi 安裝。

  • 將 ZIP 檔案匯入 vSphere Update Manager,與修補程式基準搭配使用。
  • 將 ZIP 檔案下載到 ESXi 主機或資料存放區,然後執行 esxcli software vib 命令,將 VIB 匯入 ZIP 檔案。

請參閱 vSphere 升級說明文件。