Host-based backup of VMware vSphere VMs.
Post Reply
paps40
Enthusiast
Posts: 31
Liked: 13 times
Joined: Dec 12, 2011 4:10 pm
Full Name: Peter Pappas
Contact:

Veeam Ver 6 & vCenter 4.1 Job Failure Issues

Post by paps40 »

I'm hoping that someone can give me a hand with this very frustrating error that I have been receiving for the past 2 days which has caused all of our backups to fail repeatedly. The exact error message is the following:

Error: Client error: File does not exist or locked. VMFS path: [[DataStoreName] Server1/Server1.vmx]. Please, try to download specified file using connection to the ESX server where the VM registered. Failed to create NFC download stream. NFC path: [nfc://conn:123.456.789.50,nfchost:host-65,stg:datastore-3433@Server1/Server1.vmx].

I have an open support request with veeam and vmware on this issue. Both vendors are pointing the finger at each other which is very frustrating.

The error seemed to be caused by our switch dying which in turn caused vcenter to lose communication to it's Service Console connection, ESX Hosts and all the vm's. Our entire company went down until we setup a new switch later that day. Everything magically started coming backup up again and working except that our backups failed that night and every night since then. We are running Veeam Version 6 Patch 3, vcenter 4.1, and ESX 4.1 update 2.

Veeam Tech Support is saying that there is an NFC communication issue that vmware should assist in resolving but vmware is saying that veeam is using their API incorrectly. Here is vmware's official responce "Unfortunately, VMware will not be addressing this issue until the next major release at this point, as from our perspective, the API in question is not actually reacting poorly, simply being used incorrectly. The API in question is called the CopyDatastoreFile_Task API, and is designed for use on files that are not locked by our VMFS Distributed Locking system. There are alternative APIs that are available for copying/accessing locked files appropriately (by farming the task to the lock-owning ESX host, or by using one of the alternative lock-slots, depending on what type of lock is in place). "

Here are the things that I have tried before putting tickets in with both veeam and vmware.

1. Rebooted vcenter and veeam server
2. Rebooted esx servers to try and clear this lock.
3. Deleted and re-setup jobs on the veeam server.
4. Verified communication from veeam server to vcenter and all esx hosts.
5. Powered off vcenter server and veeam server.
6. vmotioned vm's to different esx hosts and also different datastores.
7. Restart mgmt agent and vcenter agent on all esx servers.

The jobs are still failing with that same issue.

The weird thing is that If I setup my ESX hosts by IP address individually in veeam I can back them up my vm's but just not through vcenter. I can also not download the .vmx file or any other file through vcenter. I can only download it directly through the esx host. This issue goes away after I reboot the host but comes back once veeam tries to run a backup job and fails.

I'm open to any suggestions that any one has.

Thanks in advance.
paps40
Enthusiast
Posts: 31
Liked: 13 times
Joined: Dec 12, 2011 4:10 pm
Full Name: Peter Pappas
Contact:

Re: Veeam Ver 6 & vCenter 4.1 Job Failure Issues

Post by paps40 »

This issue has now been fixed. A big thanks to Cody from Veeam Tech Support for figuring this out.

The fix was to uninstall and reinstall the VPXA agent. I guess there was some corruption in the vCenter database that occurred when we lost the Service Console connections. A reboot by itself did not correct the behavior as the problem is that vCenter didn't have the correct NFC path in it's DB.

Here is a link to the article on the vmware support site
http://kb.vmware.com/selfservice/micros ... Id=1003714

Here are the steps that I followed to get this working again.

1. Run the following command via Putty into ESX Host once all vm's have been v-motioned off to another host.

Code: Select all

service mgmt-vmware stop && service vmware-vpxa stop && service vmware-vmkauthd stop && service xinetd restart && rpm -qa | grep -i vpxa | awk '{print $1}' | xargs rpm -ef $1 && userdel vpxuser && rpm -qa | grep -i aam | awk '{print $1}' | xargs rpm -ef $1 && service mgmt-vmware start && service vmware-vmkauthd start
2. Login to vCenter < Choose ESX Host < Right Click < Connect - This initiates a re-install of the agent and prompts you to re-authenticate to the host.

3. Reboot the Host.

Hopefully this post will help someone else who might be having the same issue.
foggy
Veeam Software
Posts: 21069
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: Veeam Ver 6 & vCenter 4.1 Job Failure Issues

Post by foggy »

Peter, thanks for coming back to update the thread with the resolution!
Marc.H
Enthusiast
Posts: 75
Liked: 15 times
Joined: May 23, 2012 7:51 am
Full Name: Marc Holbe
Contact:

[MERGED] Error: Client error: File does not exist or

Post by Marc.H »

Hi,

I am getting this error from time to time: Error: Client error: File does not exist or locked. VMFS path:....

When the Backup of this VM is retried everything finishes without a problem. The error randoms over different VM's, ESXi Server and Datastores. So It's not a problem as the retry always succeeds, but it's a bit annoying. Anything I can do to troubleshoot this?

Regards
Marc
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Veeam Ver 6 & vCenter 4.1 Job Failure Issues

Post by Vitaliy S. »

If the issue you're experiencing is different from the issue described in this thread, then please contact our support team directly for further troubleshooting. Thanks!
AndrewTech
Lurker
Posts: 1
Liked: never
Joined: Jan 31, 2013 2:34 pm
Full Name: Andrei Popescu
Contact:

[MERGED] : Failed to create NFC download stream.

Post by AndrewTech »

Hi,

I have the following problem on a host with esx 4.1 (502767) :

"Error: Client error: File does not exist or locked. VMFS path: [[a5_fc_r5_5d_v1] Exchange2007/Exchange2007.vmx]. Please, try to download specified file using connection to the ESX server where the VM registered. Failed to create NFC download stream. NFC path: [nfc://conn:192.168.255.200,nfchost:host-12140,stg:datastore-2158@Exchange2007/Exchange2007.vmx]. "

The esx OS is fresh installed, the problem occurs on all VMs on the host. The workaround that i found is to migrate the VM on another host (identical), then i can do the backup. If i migrate the VM back on the host the error persists.


What can i do?
kte
Expert
Posts: 179
Liked: 8 times
Joined: Jul 02, 2013 7:48 pm
Full Name: Koen Teugels
Contact:

[MERGED] Error: Client error: File does not exist or locked.

Post by kte »

Error: Client error: File does not exist or locked. VMFS path: [[VMFS_LUN07] xxxx/xxxx.vmx].
Please, try to download specified file using connection to the ESX server where the VM registered.
Failed to create NFC download stream. NFC path: [nfc://conn:vcenter,nfchost:host-462,stg:datastore-155@xxx/xxx.vmx].

this corrupted my vmx and the VM lost his disks, and everything was very slow.

case 00446537
Andreas Neufert
VP, Product Management
Posts: 6707
Liked: 1401 times
Joined: May 04, 2011 8:36 am
Full Name: Andreas Neufert
Location: Germany
Contact:

Re: Veeam Ver 6 & vCenter 4.1 Job Failure Issues

Post by Andreas Neufert »

Had the same issue at a customer yesterday with and ESX 5 host. The root cause was a wrong Subnet Mask at VMKernel Interface.
Post Reply

Who is online

Users browsing this forum: No registered users and 87 guests