When applying a patch to VMware Cloud Foundation (VCF) Automation 9.0.2 using VMware Aria Suite Lifecycle, the product deployment fails. The following error exception is recorded in the logs:
Plaintext
com.vmware.vrealize.lcm.vmsp.common.exception.VmspPatchingException: -- BUNDLE [vmsp-platform/vmsp] STATUS: Failed --failed to import /tmp/vmsp-pkg1861590148/vmsp-photon-kube-v1.32.0/ovas/cap-poi/vcf-services-platform-template-9.0.2.0200.25455440.ova: Post "https://esxiFQDN/nfc/datstoreUUID/disk-0.vmdk": dial tcp 10.255.120.135:443: connect: connection timed out at com.vmware.vrealize.lcm.vmsp.plugin.tasks.VmspPatchApplicationPlatformTask.execute(VmspPatchApplicationPlatformTask.java:81)
This issue occurs when the lifecycle manager attempts to deploy the platform's OVA template directly to a target ESXi host via Network File Copy (NFC), but the network connection times out.
This issue is caused by a network connectivity or firewall restriction between the orchestrating VMware Aria Suite Lifecycle appliance and the destination ESXi host network. During this specific patching phase, the lifecycle manager must stream the virtual disk (.vmdk) file directly to the host over TCP port 443. An intervening firewall, network misconfiguration, or hung management agent on the host will cause the connection to time out.
Resolution:
To resolve this issue, you must verify and fix the network communication path between the orchestrating appliance and the target ESXi host.
Step 1: Verify Host Connectivity
Bash
ping 10.255.120.135
Step 2: Verify Firewall Rules and Port Access
The deployment requires open communication across specific ports from the lifecycle manager network to the ESXi management network.
Bash
curl -v telnet://10.255.120.135:443
Step 3: Validate DNS Resolution
esxiFQDN) resolves to the correct IP address (10.255.120.135) by running:Bash
nslookup esxiFQDN
Step 4: Restart ESXi Management Agents (If Required)
If no firewall is blocking the traffic and network routing is correct, the management agents on the ESXi host may be unresponsive.
Bash
services.sh restart