I'm running 5.0.0.4301 - Workstation Edition against VBR 11.0.0.837 via NFR. Manual backup job (not a managed endpoint). Recently, Agent has started to fail (inconsistently), and looking at logs, it indicates inability to connect to the VBR (Linux-based) repository that was selected--"actively refused connection." Upon further inspection, I realized that Agent's discovery of repository IP addresses is incorrect.
When the discovery is right, the backup works fine (there's something on the repository that's "listening" at tcp/2500), but when it's incorrect, it predictably fails.
Specifically, the Linux repository is at 10.200.1.26 (from the perspective of the VBR server), and has additional VLAN IPs at 10.201.1.26, 10.202.1.26, and 192.168.106.26; the Agent is able to reach the repository at 192.168.106.26 via NAT gateway.
From the log (when successful):
Code: Select all
[01.06.2021 11:00:39] Info [ProxyAgent] Starting client agent session, id '2a8b3a4d-5621-4bba-93b6-dfa641692365', host '10.200.1.26', agent id 'ecabc4d3-ecf3-402e-955d-2fbc8b13069c', IPs '10.200.1.26:2500;10.201.1.26:2500;10.202.1.26:2500;192.168.106.26:2500', PID '5081'
When the discovery is incorrect, it does attempt to connect to the right repository, but gets the secondary IP addresses of a different repository.
From the log:
Code: Select all
[02.06.2021 07:39:37] Info [ProxyAgent] Starting client agent session, id 'c7d5fee9-effb-4629-9102-eb28c2be8b41', host '10.200.1.26', agent id '32a84117-b12a-4285-b257-2eed7eaa6652', IPs '10.200.1.26:2500;10.200.1.24:2500;10.201.1.24:2500;10.202.1.24:2500;192.168.106.24:2500', PID '19738'
...
[02.06.2021 07:41:07] Error Failed to connect to agent's endpoint '192.168.106.24:2500'. Host: '10.200.1.26'.
[02.06.2021 07:41:07] Error No connection could be made because the target machine actively refused it 192.168.106.24:2500 (System.Net.Sockets.SocketException)
I do not know why the Agent is occasionally getting the wrong set of IPs from VBR for the repository, and because this is an unmanaged agent, I can't figure out where I'd find the logging for the IP discovery. Also: this is the only Agent (managed or unmanaged) that has this issue.