Installing the Guest Customization EngineLast Updated December 16, 2024
The guest customization engine needs to be installed in a virtual machine before
using the
VirtualMachineGuestCustomizationManager.CustomizeGuest_Task
method.You can download the installer from the VMware Customer Connect web site.Start a web browser in a running virtual machine. For instant clone operations,
prepare the source virtual machine by installing the customization engine before
creating clones.
The guest customization engine is available for most popular Linux distributions,
using either an RPM package or a DEB package. To download and install it within the
guest operating system, use the following steps.
- Login to Broadcom support site and find VMware.
- Navigate to the Download VMware vSphere page.
- Click theDrivers & Toolstab.
- Find the entry for the instant clone customization engine.
- Download the installation package appropriate for your Linux distribution:
- The.rpmfile for RHEL or SLES
- The.debfile for Ubuntu
- Run the command to install the package in the guest:
- For the.rpmpackage, use this command:
- For the.debpackage, use this command:
After the guest customization engine is installed, the guest is prepared to invoke
VirtualMachine.InstantClone_Task
or
VirtualMachineGuestCustomizationManager.CustomizeGuest_Task
.
You can delete the installation package to save virtual disk space.