I have to import 7 virtual machines to about 100 hosts. All machines vary in size, are Windows Server. My original script uses Import-VApp. However one machine is failing on import, the largest one. This one is is 2.8Tb in size - across 6 disks after import completes. Actual OVF size is about 15Gb
If I import using Import-VApp, standard settings then it gets to about 90% then crashes with the error The object has already been deleted or has not been completely created."
We are importing to a standalone host (not vCenter)
The OVF can be imported through the GUI, or thin provisioned through Import-VApp, just not thick lazy through Import-VApp! I have seen a timeout message in the console when running the import,, but have not been able to find any references so far to timeout settings relating to imports, just moves and so on.
I can do it through ovftool - but have seen a few strange hangs with that, whereas all my other machines import quite happily with Import-VApp, and I haven't seen any hangs / crashes (7 machines per host). Does anyone know what timeout it is hitting?