- When attempting to deploy a new vCenter Server Appliance (VCSA), the Phase 1 deployment (OVF deployment) hangs indefinitely at 0% or 80%. This occurs even when network connectivity, DNS resolution, and firewall ports are correctly configured.
- Symptoms:
- vCenter 7.x: Installation gets stuck at 80% (rpm_install) during Stage 1.
- vCenter 8.x/9.x: Installation gets stuck at 0% for an extended period during Stage 1.
- The VCSA installer UI may eventually time out with a generic "Installation failed" message.

- Below logging is observed in the installer.logs on the machine running the vCenter ISO (usually in
%TEMP% for Windows/ ~/Library/Logs/VMware/ for Linux):- vCenter Server 7.x
network-######-######.log:
YYYY-MM-DDTHH:MM:SS - debug: [720]pollRpmInstallProgress:getGuestFileErr:ServerFaultCode: Current license or ESXi version prohibits execution of the requested operation.
YYYY-MM-DDTHH:MM:SS - error: pollRpmInstallProgress reached timeout before completed: loopCount=721, installProgress=null
YYYY-MM-DDTHH:MM:SS - info: Cancelling the ping timer for session mgmt
- vCenter Server 8.x/9.x
installer-######-######.log:
YYYY-MM-DDTHH:MM:SS - error: No VM found with hostname <vCenter Server IP address>
YYYY-MM-DDTHH:MM:SS - debug: Error in getVmWithIPFQDN: No VM found with hostname <vCenter Server IP address>
YYYY-MM-DDTHH:MM:SS - info: Network Prechecks Succeeded
YYYY-MM-DDTHH:MM:SS - info: Terminate the ovfDeploy process
YYYY-MM-DDTHH:MM:SS - error: Error on terminating the ovfDeploy process: TypeError: Cannot read properties of null (reading 'kill')