- VMware vSphere 5.5 Cookbook
- Abhilash GB
- 199字
- 2021-07-23 20:22:00
Exporting an image profile as an ISO or offline bundle
The VMware PowerCLI session will not retain the image profile details upon its exit. If you need to preserve a customized profile that you created, you will have to export it as an offline bundle (ZIP or ISO). When you start a new VMware PowerCLI session, you can just add the offline bundle back to the software depot.
How to do it...
The following procedures will guide you through the steps required to export an image profile to an ISO or a ZIP archive:
- To export an existing image profile to an ISO, issue the following command:
Export-EsxImageProfile -ImageProfile "Profile001" –ExportToIso -FilePath C:\AutoDeploy-VIBS\Exported\Profile001.iso
- To export an existing image profile to an offline bundle, issue the following command:
Export-EsxImageProfile -ImageProfile "Profile001" –ExportToBundle -FilePath C:\AutoDeploy-VIBS\Exported\Profile001.zip
How it works...
Exporting to an ISO is used when you want to use the customized ESXi image to build an ESXi host by booting off that ISO. The export to ZIP option is used if you want to use the customized image as an offline bundle. Keep in mind that only ZIP bundles can be imported as software depots into a PowerCLI session.
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- Dynamics 365 Application Development
- 程序員考試案例梳理、真題透解與強化訓(xùn)練
- 精通API架構(gòu):設(shè)計、運維與演進
- Visual Basic程序設(shè)計教程
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Go并發(fā)編程實戰(zhàn)
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- C語言程序設(shè)計習(xí)題與實驗指導(dǎo)
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- Learning Shiny
- Web開發(fā)新體驗
- JBoss AS 7 Development
- Android應(yīng)用開發(fā)攻略
- Design Patterns and Best Practices in Java