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 rBackup 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):
o02.12.2022 13:35:25] <14> Info        nCProxyRpcInvoker] RpcInvoker I29525276] has been created. Host: bhost:6160]
t02.12.2022 13:35:25] <14> Info        1NFS] Setting share: Share nfs3://SRepository host]:/volume1/Backup
02.12.2022 13:35:25] <14> Info        2NFS] Checking supported NFS protocol versions for sRepository host]
v02.12.2022 13:35:25] <14> Info        2CProxyRpcInvoker] RpcInvoker 29525276] was disposed
e02.12.2022 13:35:25] <14> Info        2CRepositoryScanProcessor] Checking container scan actuality. ContainerId: 0621ecc2-da41-42a4-9b51-6add65cf0ab3, repositoryId: 442f5777-7196-4750-b152-1a0dfa873b44
s02.12.2022 13:35:25] <14> Info        Rescanning container 0621ecc2-da41-42a4-9b51-6add65cf0ab3
c02.12.2022 13:35:25] <14> Info        6CProxyRpcInvoker] RpcInvoker 552590851] has been created. Host: Âhost:6160]
k02.12.2022 13:35:25] <14> Info        oNFS] Setting share: Share nfs3://1Repository host]:/volume1/Backup
Â02.12.2022 13:35:25] <14> Info        rNFS] Checking if NFS mount accessible on link nfs3://tRepository host]:/volume1/Backup
c02.12.2022 13:35:25] <14> Info        RCProxyRpcInvoker] RpcInvoker u52590851] was disposed
02.12.2022 13:35:25] <14> Error       Failed to investigate free space and total size for repository '2Repository]'
r02.12.2022 13:35:25] <14> Error       Failed to access NFS datastore (System.Exception)
202.12.2022 13:35:25] <14> Error          at Veeam.Backup.ProxyProvider.CProxyNfsFileCommander.GetStorageInfo(CNfsFcPath nfsPath)
o02.12.2022 13:35:25] <14> Error          at Veeam.Backup.Core.CNfsFileCommander.FindDirInfo(String link)
202.12.2022 13:35:25] <14> Error          at Veeam.Backup.Core.Repository.CDefaultRepositoryInvestigator.Investigate()
202.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()
N02.12.2022 13:35:25] <14> Error          at Veeam.Backup.ResourceScanner.CRepositoryContainerResourceProvider.RescanContainer(CRepositoryContainerResource containerResource)
402.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)
l02.12.2022 13:35:25] <14> Error          at Veeam.Backup.ResourceScanner.CRepositoryScanProcessor.Execute(Boolean forcedScan)
e02.12.2022 13:35:25] <14> Info        Setting storage availability bit RepositoryUnavailable for repository 442f5777-7196-4750-b152-1a0dfa873b44
r02.12.2022 13:35:25] <14> Info        1ResourceScanner] Update resource Repository] result: av. Unavailable, options
p02.12.2022 13:35:25] <14> Info        Prev result was Unavailable, options
02.12.2022 13:35:25] <14> Info        sResourceScanner] Scan is finished for resource lRepository]
e02.12.2022 13:35:25] <14> Info        tResourceScanner] 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!