- 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.
- Moodle Administration Essentials
- Oracle Database In-Memory(架構(gòu)與實踐)
- Mastering LibGDX Game Development
- PostgreSQL Replication(Second Edition)
- UNIX Linux程序設(shè)計教程
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學(xué)版)
- Learning VMware vSphere
- Qt 4開發(fā)實踐
- LabVIEW數(shù)據(jù)采集
- Building Clouds with Windows Azure Pack
- Neo4j High Performance
- Python for Secret Agents