- VMware vSphere 5.5 Cookbook
- Abhilash GB
- 269字
- 2021-07-23 20:21:57
Duplicating a Host Profile
An existing Host Profile can be cloned to create a duplicate of the same. This can be achieved by using the "Duplicate Host Profile" operation. Keep in mind that only a Host Profile with a reference host associated with it can be duplicated.
How to do it…
The following procedure will guide you through the steps required to duplicate an existing Host Profile:
- Connect to the vCenter server using the vSphere Web Client.
- Go to the vCenter Inventory Home tab and navigate to Rules and Profiles | Host Profiles.
- Select the Host Profile that you intend to duplicate and click on the Duplicate Host Profile icon:
- On the Duplicate Host Profile wizard screen, supply a name and an optional description for the duplicate profile and click on Next to continue:
- On the Ready to complete screen, click on Finish to create the duplicate Host Profile.
- The Recent Tasks pane should show a Duplicate Host Profile task in progress and a subsequent Create a Host Profile task completed successfully.
How it works…
The Host Profile duplicate operation will create an exact duplicate of the original profile. Unlike the export operation, which discards the password data, the duplicate operation includes it. This is because the duplicate operation doesn't export the contents to a file.
Imported Host Profiles cannot be duplicated since they don't have a reference host associated with them. Attempts to do so will throw a warning indicating the same, as shown in the following screenshot:

However, copying the settings to it from a reference host creates the association so it can be duplicated.
- 現代C++編程:從入門到實踐
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Docker技術入門與實戰(第3版)
- 算法精粹:經典計算機科學問題的Java實現
- MATLAB應用與實驗教程
- Learning SQLite for iOS
- Java軟件開發基礎
- Reactive Programming With Java 9
- Jupyter數據科學實戰
- The Complete Coding Interview Guide in Java
- Unity 2D Game Development Cookbook
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Julia 1.0 Programming Complete Reference Guide
- Machine Learning With Go