Skip to main content
Solved

Veeam Data Cloud Vault backup from satellite location

  • April 22, 2026
  • 4 comments
  • 33 views

Forum|alt.badge.img

Hi, I’m trying to use a Veeam proxy on a satellite location to backup local resources to a configured VDC Vault. It fails with the error:

4/22/2026 9:32:28 AM Failed : Processing [server-to-backup] Error: NFC storage connection is unavailable. Storage: [stg:datastore-355002,nfchost:host-354978,conn:vcenter-fqdn]. Storage display name: [VUSA-VMFS02]. Failed to create NFC download stream. NFC path: [nfc://conn:vcenter-fqdn,nfchost:host-354978,stg:datastore-355002@server-to-backup/server-to-backup.vmx]. Agent failed to process method {Transfer.FileToText}.  (NFC storage connection is unavailable. Storage: [stg:datastore-355002,nfchost:host-354978,conn: vcenter-fqdn]. Storage display name: [SAN-storage].) (Failed to create NFC download stream. NFC path: [nfc://conn:vcsa.voortman.local,nfchost:host-354978,stg:datastore-355002@ server-to-backup/server-to-backup.vmx].) (Agent failed to process method {Transfer.FileToText}.) (0:08:25)

 

I can, off course, create a ticket, but maybe someone has a direction to search for?

The Veeam agent has been installed in the specific resource and I’m running the latest Veeam B&R Windows software. The satellite location is running VMware on a 2 node cluster with a Dell SAN, but no storage integration.

Anybode a clue what to do?

Best answer by SchulieBug

Is was indeed port 902 between the proxy and VMware. Ive added a rule and it works now. Thanks for the help!

4 comments

Jason Orchard-ingram micro
Forum|alt.badge.img+2

Hi 

recommend you reach out to support. 

What’s actually going wrong

Veeam is failing before the backup even starts.
It’s trying to read some basic VMware files (like the VM’s configuration file), but it can’t properly connect to the ESXi host where the VM lives.

So this is not a VDC Vault problem, and it’s not a storage/Dell SAN problem.
The failure happens inside VMware, between:

Veeam Proxy → ESXi host → datastore

 

The important bit (very short version)

Your Veeam proxy cannot reach the ESXi host correctly over the network, even though vCenter works.

This almost always comes down to network access or firewall rules at a remote/satellite site.

 

Common reasons this happens

1. A required port is blocked

Veeam needs a specific VMware port to read VM data.
Very often:

  • Port 443 works (so vCenter looks fine)
  • Port 902 is blocked (and backups fail like this)

This is extremely common with:

  • Site-to-site VPNs
  • Firewalls between management networks
  • “Locked down” satellite locations

 

2. The proxy can’t reach the ESXi management network

Even if:

  • VMs have network access
  • vCenter is reachable

Veeam still needs direct access to the ESXi host management IPs.

If the proxy can’t cleanly reach those IPs, backups will fail.

 

3. Veeam is using the wrong proxy

Even though you installed a proxy at the satellite site, Veeam may still:

  • Pick a proxy from the main site
  • Or switch proxies mid-job

That proxy likely can’t reach the ESXi hosts at the satellite site.

 

4. One ESXi host is more broken than the other

In small 2-node clusters:

  • One host often ends up owning the datastore
  • Veeam gets redirected to that host
  • If that host’s network/firewall is wrong → backup fails

 

Important clarification about the Veeam Agent

Installing the Veeam Agent inside the VM does not fix this issue.

Why? Because this job is still a VMware backup, and VMware backups must talk to ESXi via the network.

(Agent-based backups only help if you switch to a full agent-only job.)

 

Things that usually fix it quickly

Try these in order:

  1. Check firewall rules
    • From the proxy to every ESXi host
    • Especially port 902
  2. Force the job to use only the satellite proxy
    • Don’t let Veeam auto-select proxies
  3. Double-check routing
    • Proxy must reach ESXi management IPs
    • No NAT, no weird routing
  4. Restart ESXi management services
    • hostd and vpxa on the affected host

 

If you need a workaround right now

Two reliable options:

Option A – Use agent-based backup

  • Create a pure Veeam Agent job
  • Send it to the VDC Vault
  • Bypasses VMware networking issues entirely

Option B – Put a proxy inside the cluster

  • Quick Windows VM
  • Add it as a Veeam proxy
  • This avoids the problematic network path

 

Bottom line

Nothing is “wrong” with:

  • Veeam itself
  • The Dell SAN
  • The VDC Vault

This is almost certainly a network access issue between the proxy and ESXi hosts, which is very common at satellite sites.

 


Forum|alt.badge.img
  • Author
  • Not a newbie anymore
  • Answer
  • April 22, 2026

Is was indeed port 902 between the proxy and VMware. Ive added a rule and it works now. Thanks for the help!


Jason Orchard-ingram micro
Forum|alt.badge.img+2

Is was indeed port 902 between the proxy and VMware. Ive added a rule and it works now. Thanks for the help!

Great it was a simple fix. 


Chris.Childerhose
Forum|alt.badge.img+21

Is was indeed port 902 between the proxy and VMware. Ive added a rule and it works now. Thanks for the help!

Great it was that simple and you got it fixed.