Core and VMware Proxy logs show VDDK failures such as:
The issue occurs because vCenter advertises a 169.254.x.x (APIPA) address as the NFC (Network File Copy) endpoint for one or more ESXi hosts. Since APIPA addresses are not routable, the Rapid Recovery Core cannot establish the required VDDK connection to open the virtual disks.
One or more VMware virtual machines fail with:
Core logs may report:
Unable to open virtual disk
POST /vmwareproxy/vddk/open
HTTP 500 InternalServerError
VMware Proxy logs report:
The server refused connection
or
VixDiskLib Error 14009
DiskLib error 2338: NBD_ERR_NETWORK_CONNECT
Rapid Recovery uses VMware's VDDK libraries to access VMware virtual disks.
During this process:
This results in VMware Proxy returning an Internal Server Error to the Core.
This issue is external to Rapid Recovery and originates from the VMware networking configuration.
NBD_ClientOpen:
attempting to create connection to
vpxa-nfcssl://...
@nfcip:169.254.xxx.xxx
followed by
CnxOpenTCPSocket:
Cannot connect to server
169.254.xxx.xxx:902
followed by
VixDiskLib Error 14009
The server refused connection
Correct the VMware VMkernel networking so that the ESXi host advertises a valid routable NFC endpoint.
Open the VMware vSphere Client.
Navigate to:
Hosts and Clusters
→ Select ESXi Host
→ Configure
→ Networking
→ VMkernel adapters
Identify the VMkernel adapter used for Management/NFC traffic.
Verify that it is not configured with a:
169.254.x.x
address.
If an APIPA address is present, the interface has likely:
Assign a valid routable IP address to the Management/NFC VMkernel interface.
This may be:
The address must be reachable from the Rapid Recovery Core server.
From the Rapid Recovery Core server verify connectivity:
Test-NetConnection -ComputerName <ESXi Hostname> -Port 902
Expected result:
TcpTestSucceeded : True
Repeat this verification for all ESXi hosts participating in the cluster.
If multiple hosts advertise APIPA addresses, multiple virtual machines may be affected.
After correcting the ESXi networking:
No Rapid Recovery repair or reinstallation should be required.