This page describes how to configure guest setup for hypervisor tools on VMware vCenter and VCD.

With hypervisor tools, Abiquo can do the following:

To inject a network configuration (static IP address) in Windows, you must use a custom specification. You cannot use an unattend file.


Customize the Windows unattend file


Configure Windows with a custom specification

If you do not want to use an unattend file, then you can use a custom specification. See Limitations of a custom specification to configure Windows.

If there is no DHCP service available and you use a custom specification, Abiquo can assign a static IP address to the VM. The guest setup will run the first time you deploy a VM and when you add a NIC to a powered-off VM

On VMware, to use a custom specification to configure Windows, set the unattend file property to false.

com.abiquo.esxi.experimental.customize.win.unattendfile=false

You can also configure these properties to ensure that Abiquo waits for guest setup stages to complete.

com.abiquo.esxi.experimental.customize.configure.timeoutms=1200000
com.abiquo.esxi.experimental.customize.waitpassword.timeoutms=1200000

Configure guest initial password


Configure default FQDNs for guest setup


Prepare VM templates for guest setup to use static IP injection

By default, Abiquo uses DHCP to configure IP addresses.

Edit VM templates for guest setup with hypervisor tools

TODO Customize this page for hypervisor tools, and other options as required.