2025/11/18 17:06:50 Warning Failed to connect to 10.199.41.71 Details: Failed to execute agent management commandprint. No such file or directory Failed to connect: /var/tmp/veeam/socket/veeamservice.sock. Failed to connect to veeamservice daemon.
Failed to install veeam_6.3.1.1016_amd64.deb, veeam-libs_6.3.1.1016_amd64.deb veeamsnap_6.3.1.1016_all.deb packages
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.19.7ubuntu3.2_all.deb
Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out
联系网络管理员临时开通外网后,重新执行 Rescan,提示安装成功,但是执行备份的时候报错:
1
2025/11/18 17:06:50 Warning Failed to connect to 10.199.41.71 Details: Failed to execute agent management commandprint. No such file or directory Failed to connect: /var/tmp/veeam/socket/veeamservice.sock. Failed to connect to veeamservice daemon.
查看 Rescan 日志:
1 2 3 4 5 6 7
[18.11.2025 17:01:24.248] <18> Error (3) Agent management command has failed, exit code 255, error text: No such file or directory [18.11.2025 17:01:24.248] <18> Error (3) Failed to connect: /var/tmp/veeam/socket/veeamservice.sock. [18.11.2025 17:01:24.248] <18> Error (3) Failed to connect to veeamservice daemon. [18.11.2025 17:01:24.248] <18> Error (3) Failed to process discovery operation for Linux host: 10.199.41.71 [18.11.2025 17:01:24.248] <18> Error (3) Failed to execute agent management commandprint. No such file or directory [18.11.2025 17:01:24.248] <18> Error (3) Failed to connect: /var/tmp/veeam/socket/veeamservice.sock. [18.11.2025 17:01:24.248] <18> Error (3) Failed to connect to veeamservice daemon. (System.Exception)
检查主机上是否存在这个文件:
1 2
root@apods01:~# cd /var/tmp/veeam/socket/ -bash: cd: /var/tmp/veeam/socket/: No such file or directory
当前主机不存在以上文件,但是正常纳管的主机是存在的:
1 2 3 4 5 6 7 8 9 10 11 12
[root@SQCSLEAP01N ~]# cd /var/tmp/veeam/socket [root@SQCSLEAP01N socket]# ls events.sock veeamservice.sock ```` 看来就是因为这个了,怀疑是第一次安装的时候有问题,尝试卸载 agent 后重新安装: >https://helpcenter.veeam.com/docs/agentforlinux/userguide/uninstallation_process.html?ver=60