Virtualization - createVGTemplateEnrollmentJobForServerGroup
Virtualization - createVGTemplateEnrollmentJobForServerGroup
Description :
This command creates a Virtual Guest Template Enrollment Job that is run agianst a server group. When you run this job, it:
-- Discovers all the templates that exist on the servers in the target server group.
-- For each template, it creates a corresponding virtual guest package (VGP).
-- Optional. Using the operating system-specific configuration settings you specified with the setGuestCustomizationConfiguration command, it completes the VGP so it can be used to create new virtual guests.
For detailed information on this process, see the introductory chapter, Virtualization concepts.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobName | String | Name of the Virtual Guest Template Enrollment Job. |
depotGroupPath | String | Depot group where you want to store the VGP(s). |
groupName | String | Job group where the job is stored. |
serverGroup | String | Target server group. |
executeNow | Boolean | Execute job now (true/false). |
Example
The following example shows how to create a Virtual Guest Template Enrollment Job for a server group:
Script