I’m a user of Veeam B&R Community Build 11.0.1.1261, and I’ve just started experiencing a problem a second time that I thought was fixed.
Some time ago (a couple of weeks to a month), I started experiencing an issue with Veeam backups. When it would try backing up, it would quickly error out with the following error:
Warning Failed to synchronize [Backup Repository] Details: Failed to call RPC function 'NfsIsExist': Failed to reset previous connection exception: Permission denied.
The first time that happened, I assumed it was because I was disabling Veeam services that I thought were unnecessary. Despite re-enabling them, the error persisted. I eventually realized my installation of B&R was out of date, so I installed an updated version and that seemed to fix the issue for the time being.
Fast forward to today, and I’m seeing the aforementioned error again when trying to run backups. The repository is a Synology DiskStation, and I can verify that the share is accessible from a Linux host. I’m searching through the Veeam logs for something more helpful than the error above, but all I can find is a Task.Repository.log file which is actually less helpful (to me):
[02.12.2022 13:35:25] <14> Info [CProxyRpcInvoker] RpcInvoker [29525276] has been created. Host: [host:6160]
[02.12.2022 13:35:25] <14> Info [NFS] Setting share: Share nfs3://[Repository host]:/volume1/Backup
[02.12.2022 13:35:25] <14> Info [NFS] Checking supported NFS protocol versions for [Repository host]
[02.12.2022 13:35:25] <14> Info [CProxyRpcInvoker] RpcInvoker [29525276] was disposed
[02.12.2022 13:35:25] <14> Info [CRepositoryScanProcessor] Checking container scan actuality. ContainerId: 0621ecc2-da41-42a4-9b51-6add65cf0ab3, repositoryId: 442f5777-7196-4750-b152-1a0dfa873b44
[02.12.2022 13:35:25] <14> Info Rescanning container 0621ecc2-da41-42a4-9b51-6add65cf0ab3
[02.12.2022 13:35:25] <14> Info [CProxyRpcInvoker] RpcInvoker [52590851] has been created. Host: [host:6160]
[02.12.2022 13:35:25] <14> Info [NFS] Setting share: Share nfs3://[Repository host]:/volume1/Backup
[02.12.2022 13:35:25] <14> Info [NFS] Checking if NFS mount accessible on link nfs3://[Repository host]:/volume1/Backup
[02.12.2022 13:35:25] <14> Info [CProxyRpcInvoker] RpcInvoker [52590851] was disposed
[02.12.2022 13:35:25] <14> Error Failed to investigate free space and total size for repository '[Repository]'
[02.12.2022 13:35:25] <14> Error Failed to access NFS datastore (System.Exception)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.ProxyProvider.CProxyNfsFileCommander.GetStorageInfo(CNfsFcPath nfsPath)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.Core.CNfsFileCommander.FindDirInfo(String link)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.Core.Repository.CDefaultRepositoryInvestigator.Investigate()
[02.12.2022 13:35:25] <14> Error Unable to investigate free space:
[02.12.2022 13:35:25] <14> Error System.Exception: Failed to access NFS datastore
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.Core.Repository.CDefaultRepositoryInvestigator.Investigate()
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.ResourceScanner.CRepositoryContainerResourceProvider.RescanContainer(CRepositoryContainerResource containerResource)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.ResourceScanner.CRepositoryContainerResourceProvider.GetActualContainerResource(Boolean forcedScan)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.ResourceScanner.CRepositoryScanProcessor.GetActualContainerResource(Boolean forcedScan)
[02.12.2022 13:35:25] <14> Error at Veeam.Backup.ResourceScanner.CRepositoryScanProcessor.Execute(Boolean forcedScan)
[02.12.2022 13:35:25] <14> Info Setting storage availability bit RepositoryUnavailable for repository 442f5777-7196-4750-b152-1a0dfa873b44
[02.12.2022 13:35:25] <14> Info [ResourceScanner] Update resource [Repository] result: av. Unavailable, options
[02.12.2022 13:35:25] <14> Info Prev result was Unavailable, options
[02.12.2022 13:35:25] <14> Info [ResourceScanner] Scan is finished for resource [Repository]
[02.12.2022 13:35:25] <14> Info [ResourceScanner] Resourse scan period is 00:15:00 for repository [Repository].
I’m at a loss for where to go forward from here. Thanks in advance!