I'm not confident this target host hasn't previously been managed by this VBR instance and wonder if there is some internal VBR config/state that thinks software exists on the target system (though the directory path is empty).
Is there a way to clear out any left over state/config for this host? (assuming there isn't anything wrong with permissions and the target host)
The log at `C:\ProgramData\Veeam\Backup\Rescan\Rescan_of_<systemName>/Task.<systemName>` gives the following error.
Code: Select all
```
[11.09.2024 18:18:33.835] <01> Info (3) [CLinuxSshPackageUploadStrategy] Linux package '/tmp/veeamdeployment-12.1.2.172-1.x86_64.rpm' successfully deleted from '<systemName>'
[11.09.2024 18:18:33.835] <01> Info (3) Running installation script for /opt/veeam/deployment/veeamdeploymentsvc
[11.09.2024 18:18:33.866] <01> Error (3) Failed to install component (Veeam.Backup.Common.CRegeneratedTraceException)
[11.09.2024 18:18:33.866] <01> Error (3) at Veeam.Backup.Common.CExceptionUtil.RegenTraceExc(Exception originalExc, String formatString, Object[] args)
[11.09.2024 18:18:33.866] <01> Error (3) at Veeam.Backup.ProxyProvider.CLinuxComponentInstallSshUtils.Install(Int32 port)
[11.09.2024 18:18:33.866] <01> Error (3) at Veeam.Backup.Core.ServerCreator.CLinuxPackageInstallationSshStrategy.Install()
[11.09.2024 18:18:33.866] <01> Error (3) at Veeam.Backup.Core.ServerCreator.CLinuxPackageInstaller.InstallComponent()
[11.09.2024 18:18:33.866] <01> Error (3) Unable to invoke /opt/veeam/deployment/veeamdeploymentsvc command because it was not found (System.Exception)
```