Hi all -
Since I changed to bsdtcp auth, amcheck and amdump fail/never finish when one of my backup clients is unavailable. This means that if one Amanda client is down, my entire backup fails.![]()
For example, if I run amcheck against all clients, or just the client that is unavailable:
I get the expected results, then it just hangs after "Server check took 0.069". Here is a snippet of the amcheck log in /tmp/amanda/server/(backupset)/amcheck.*.debug:Code:-sh-3.00$ amcheck mybackupset
It looks as if it's enumerating ports on the unavailable client or server. It will run for hours before I give up and kill the process. I thought bsdtcp is only supposed to use 10080/tcp or 512,1023/tcp? Do I need to specify the reserved-tcp-port in amanda.conf?Code:amcheck-clients: time 4000.034: connect_port: Try port 1922: Available - amcheck-clients: time 4003.035: connect_portrange: connect from 0.0.0.0.1922 failed amcheck-clients: time 4003.035: connect_portrange: connect to XXX.XXX.XXX.XX.10080 failed: No route to host amcheck-clients: time 4003.035: connect_port: Try port 1923: Available - amcheck-clients: time 4006.036: connect_portrange: connect from 0.0.0.0.1923 failed amcheck-clients: time 4006.036: connect_portrange: connect to XXX.XXX.XXX.XX.10080 failed: No route to host amcheck-clients: time 4006.036: connect_port: Try port 1924: Available - amcheck-clients: time 4009.036: connect_portrange: connect from 0.0.0.0.1924 failed amcheck-clients: time 4009.036: connect_portrange: connect to XXX.XXX.XXX.XX.10080 failed: No route to host amcheck-clients: time 4009.036: connect_port: Try port 1925: Available - amcheck-clients: time 4012.036: connect_portrange: connect from 0.0.0.0.1925 failed amcheck-clients: time 4012.036: connect_portrange: connect to XXX.XXX.XXX.XX.10080 failed: No route to host amcheck-clients: time 4012.037: connect_port: Try port 1926: Available -
Server: amanda-backup_server-2.5.1b2-1.rhel4 RPM
thanks!
B.