- 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.
- Full-Stack React Projects
- Teaching with Google Classroom
- Python之光:Python編程入門與實戰(zhàn)
- Solr Cookbook(Third Edition)
- OpenCV with Python By Example
- 計算機應(yīng)用技能實訓(xùn)教程
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- OpenCV 3.0 Computer Vision with Java
- Clojure編程樂趣
- Mastering ASP.NET Web API
- RESTful Web API Design with Node.js(Second Edition)
- Jenkins 2.x實踐指南
- HTML5+CSS3+JavaScript案例實戰(zhàn)
- C#編程魔法書
- 一個APP的誕生:從零開始設(shè)計你的手機應(yīng)用