Error - The command 'echo "Starting IP customization on Windows ..." > > % VMware_GuestOp_OutputFile%.
Error - Cannot complete customization, possibly due to a scripting runtime error or invalid script parameters.
Error - An error occured when uploading files to the guest VM.
Error - Timed out waiting for VMware Tools after 300 seconds.
By default, SRM does not limit the number of power-on operations that can be performed simultaneously. If you encounter errors while virtual machines power on on the recovery site, you can modify the file vmware-dr.xml
file to set a limit on the number of virtual machines that power on simultaneously.
If you encounter such errors, you should limit the number of power-on operations on the recovery site according to the capacity of your environment. You can limit the number of power on operations either for a standalone host or for a cluster.
This example limits the number of power-on operations to a maximum of 32 per cluster and 4 per standalone host:
C:\Program Files\VMware\VMware vCenter Site Recovery Manager\config
on the recovery server. vmware-dr.xml
in a text editor. <config>
section:<defaultMaxBootAndShutdownOpsPerCluster>32</defaultMaxBootAndShutdownOpsPerCluster>
<defaultMaxBootAndShutdownOpsPerHost>4</defaultMaxBootAndShutdownOpsPerHost>