Skip to main content

Unable to deploy VMware Backup Proxy | Error Code: VMWARE263

Unable to deploy VMware Backup Proxy | Error Code: VMWARE263

Problem description

Unable to deploy the VMware Backup Proxy. Error Code: VMWARE263

Cause

The deployment failure is traced to an issue with the Open Virtualization Appliance (OVA) file. Logs show that the process fails during the disk upload phase (upload_disks), which suggests that the OVA file is corrupted or incomplete.

Although the log error “Name or service not known” appears to indicate a DNS issue, this is considered a secondary symptom. The primary cause is that the deployment script cannot correctly read or process the corrupted OVA package. As a result, it is unable to determine the required network endpoints for data transfer, leading to the name resolution error.

Traceback

  • Key log entries from the deployment attempt:

[YYYY-MM-DD HH:MM:SS] [ERROR] Failed to deploy OVA. [YYYY-MM-DD HH:MM:SS] [ERROR] Error <class 'urllib2.URLError'>:<urlopen error [Errno -2] Name or service not known>. Traceback (most recent call last): File "agents/vmware/deploy_ova.py", line 204, in main File "agents/vmware/deploy_ova.py", line 313, in upload_disks URLError: <urlopen error [Errno -2] Name or service not known> [YYYY-MM-DD HH:MM:SS] [ERROR] Error deploying backup proxy virtual machine <BackupProxy-VM-Name>: Failed to deploy OVA. (#100010107) (Error Code : VMWARE263) [YYYY-MM-DD HH:MM:SS] [ERROR] Error <class 'inSyncLib.inSyncError.SyncError'>:Failed to deploy OVA. (#100010107) (Error Code : VMWARE263). Traceback (most recent call last): File "agents/vmware/proxy_deploy_helper.py", line 351, in __deploy_one_proxy File "agents/vmware/proxy_deploy.py", line 353, in start_deployment SyncError: Failed to deploy OVA. (#100010107) (Error Code : VMWARE263) [YYYY-MM-DD HH:MM:SS] [INFO] Deployment failed for proxies: {u'<BackupProxy-VM-Name>': {'actual_error_code': None, 'traceback': 'Traceback (most recent call last):\n File "agents/vmware/proxy_deploy_helper.py", line 351, in __deploy_one_proxy\n File "agents/vmware/proxy_deploy.py", line 353, in start_deployment\nSyncError: Failed to deploy OVA. (#100010107) (Error Code : VMWARE263)\n', 'error_code': 4295033095, 'error_msg': 'Failed to deploy OVA.'} }

Resolution

  • Download a fresh copy of the Proxy OVA manually from the official Druva download portal from here:

  • Verify the integrity of the OVA file (for example, by checking the file checksum/size) before deployment.

  • Use the newly downloaded copy of the Proxy OVA to deploy for a reliable and successful installation.

See Also

For the latest proxy OVA files and deployment guides, refer to the official Druva documentation:

Did this answer your question?