Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

VM created from OVA template does not

...

The open-vm-tools use scripts to manage network settings, and these tools require Perl.

Check the log at /var/log/vmware-imc/toolsDeployPkg.log to see if there is an error because Perl is not available:

Code Block
Command to exec : /usr/bin/perl
sizeof ProcessInternal is 56
Returning, pending output from stdout
Returning, pending output from stderr
Process exited normally after 0 seconds, returned 127

To fix this issue, do these steps:

...

On your VM, add a network interface

...

Install Perl

...

Optionally, upgrade open-vm-tools

...

deploy

When you upload an OVA template into Abiquo, and create a VM, then the VM may fail to boot from the disk and just try to do a network boot/PXE. However, if you deploy the same OVA directly into vCenter, then it deploys fine.

This issue may occur when the VM requires UEFI boot but this option is not selected on the VM template.

To resolve the issue, edit the VM template, go to the Advanced tab, and select the UEFI boot checkbox.

...

VM is locked during deploy

...