I'm getting the following errors, and I have no idea why. They happen on different servers each night. When I re-run the backup job, it completes without error. Any suggestions?
2016-01-03 16:01:39 avvcbimage Info <16041>: VDDK:VixDiskLibVim: Failed to find the VM. Error 3014 at 2506.
2016-01-03 16:01:39 avvcbimage Info <16041>: VDDK:VixDiskLibVim: VixDiskLibVim_FreeNfcTicket: Free NFC ticket.
2016-01-03 16:01:39 avvcbimage Info <16041>: VDDK:VixDiskLib: Error occurred when obtaining NFC ticket for: [DS-NFS-Container] SERVER/SERVER.vmdk. Error 3014 (Insufficient permissions in the host operating system) (fault InvalidLogin, type VmodlVimFaultInvalidLogin, reason: (none given), translated to 3014) at 4515.
2016-01-03 16:01:39 avvcbimage Info <16041>: VDDK:VixDiskLib: VixDiskLib_OpenEx: Cannot open disk [DS-NFS-Container] SERVER/SERVER.vmdk. Error 3014 (Insufficient permissions in the host operating system) (fault InvalidLogin, type VmodlVimFaultInvalidLogin, reason: (none given), translated to 3014) at 4669.
2016-01-03 16:01:39 avvcbimage Info <16041>: VDDK:VixDiskLib: VixDiskLib_Open: Cannot open disk [DS-NFS-Container] SERVER/SERVER.vmdk. Error 3014 (Insufficient permissions in the host operating system) at 4707.
2016-01-03 16:01:39 avvcbimage Error <0000>: [IMG0008] Failed to connect to virtual disk [DS-NFS-Container] SERVER/SERVER.vmdk (3014) (3014) Insufficient permissions in the host operating system
2016-01-03 16:01:39 avvcbimage Info <19644>: Connecting virtual disk [DS-NFS-Container] SERVER/SERVER.vmdk
2016-01-03 16:01:39 avvcbimage Error <0000>: [IMG0008] VixDiskLib_Open([DS-NFS-Container] SERVER/SERVER.vmdk) returned (3014) Insufficient permissions in the host operating system
2016-01-03 16:01:39 avvcbimage Info <9772>: Starting graceful (staged) termination, VixDiskLib_Open attempt to connect to virtual disk failed (wrap-up stage)
The messages here indicate an authentication issue. If the issue only happens during peak load, it's possible that authentication with vCenter is timing out, leading to the subsequent failures. I'd recommend checking the performance metrics for your vCenter.
Are you doing a quiesced backup of vCenter? Quiescing will freeze a VM for up to 1 minute. If Avamar tries to log into vCenter during while it is frozen you will see intermittent failures. Also if Active Directory or DNS servers are frozen during backup window similar intermittent issues can happen.
I am not performing a quiesced backup of vCenter. However, the backups are taking a longer time than they should. Some servers are failing with the error mentioned here. Others are failing because the DC server is taking too long to remove the snapshot ostensibly because the backup is taking longer and thus the changes take longer to commit.
ionthegeek
2 Intern
•
2049 Posts
5627
0
Posted January 4th, 2016 10:00
The messages here indicate an authentication issue. If the issue only happens during peak load, it's possible that authentication with vCenter is timing out, leading to the subsequent failures. I'd recommend checking the performance metrics for your vCenter.