- VMware vSphere 5.5 Cookbook
- Abhilash GB
- 222字
- 2021-07-23 20:22:00
Adding the HA VIB to the image profile
If you are deploying stateless ESXi hosts using vSphere Auto Deploy, then you should be packaging the vSphere HA FDM VIB into the image profile; otherwise, you won't be able to enable HA on the auto-deployed hosts.
How to do it...
The following procedure will guide you through the steps required in adding the FDM VIB to the image profile:
- Use the cmdlet
Connect-VIServer
to add the vCenter server to the PowerCLI session:Connect-VIServer -Server vcenterhost001 -User Administrator -Password pass123
- Add the ESXi offline bundle to the session:
Add-EsxSoftwareDepot -DepotUrl C:\Offline-Bundles\VMware-ESXi-5.5.0-1331820-depot.zip
- Add the vSphere HA depot to the session. The vSphere HA depot is at
http://IP or FQDN of the vCenterhost/vSphere-HA-depot
:Add-EsxSoftwareDepot http://vcenterhost001/vSphere-HA-depot
- Clone and create a new image profile to customize. Read the recipe Creating an image profile by cloning a predefined profile for instructions.
- Add the FDM VIB
vmware-fdm
to the new image profile:Add-EsxSoftwarePackage "vmware-fdm" –ImageProfile Profile001
- Export the image profile to a ZIP archive, so that the customization is not lost when you exit the Power CLI Session. Read the recipe Exporting an image profile as an ISO or offline bundle.
- The image profile can now be used in an Auto Deploy rule. For instructions on how to create auto deploy rules, read Chapter 5, Using vSphere Auto Deploy.
推薦閱讀
- Getting started with Google Guava
- Practical Internet of Things Security
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- 利用Python進行數據分析(原書第3版)
- C語言程序設計實驗指導 (第2版)
- Python深度學習原理、算法與案例
- Fast Data Processing with Spark(Second Edition)
- Java 9 Programming By Example
- Python期貨量化交易實戰
- Oracle實用教程
- PyQt編程快速上手
- Julia High Performance(Second Edition)
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- 量子計算機編程:從入門到實踐
- 計算機應用基礎(Windows 7+Office 2010)