Skip to content

docs(kb): VMware import scans succeed but file downloads fail#484

Open
CarlRodabaugh wants to merge 1 commit into
mainfrom
docs/kb-vmware-import-download-fail
Open

docs(kb): VMware import scans succeed but file downloads fail#484
CarlRodabaugh wants to merge 1 commit into
mainfrom
docs/kb-vmware-import-download-fail

Conversation

@CarlRodabaugh

Copy link
Copy Markdown
Collaborator

Summary

New KB article for a common VMware import/backup failure: the VMware Service connects to vCenter and scans VMs fine, but jobs fail with The server refused connection the moment they start pulling files — and the failure hits every file, including the tiny .vmx/.vmxf/.nvram configs.

Root cause: vCenter is used only to enumerate and locate files; the actual transfer goes directly to the ESXi host by the FQDN vCenter returns. If the service VM can't resolve or reach that host, vCenter looks healthy while downloads fail. Two causes: DNS resolution of ESXi host FQDNs, or TCP 443/902 (NFC) not open to each ESXi host directly. Includes diagnosis via the VMware Service Diagnostics panel and the fix.

Type

Troubleshooting

Source

Recurring support pattern — two customer cases. Promoted from internal support KB.

Checks

  • validate_frontmatter.py passes locally
  • Internal links point at existing KB slugs (vmware-service-vm-nic-ipv4-configuration, vmwarebackupdrguide)

🤖 Generated with Claude Code

The VMware Service uses vCenter only to enumerate/locate files; the
actual transfer goes directly to the ESXi host by FQDN. When the service
can't resolve or reach that host (DNS, or ports 443/902 blocked), the
scan succeeds while every download fails with 'server refused
connection'. Covers diagnosis and fix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant