I have put together two disklist files that I believe are essentially the same in what they intend to accomplish. However, when I run amcheck with one disk list I get a lot of time out warnings the other does not generate the warnings. Also, running amdump with both files I get no unexpected errors. I've included them here. If this is a file format error, can someone tell me what the issue is? The default authentication on the amanda.conf is "bsdtcp" if that makes any difference.
file 1:
[
[email protected] F1MI1D]# cat disklist.pgm
acc01.as.utexas.edu /Users/backuptest comp-user-tar
grad11me.as.utexas.edu /Users comp-user-tar
neo.as.utexas.edu /home comp-user-tar
v5-64.as.utexas.edu /home comp-user-tar
windoze7.as.utexas.edu "C:/Users" zwc-compress
cocopuff.as.utexas.edu /home {
comp-user-tar
amandad-path "/usr/local/libexec/amanda/amandad"
auth "ssh"
}
[
[email protected] F1MI1D]#
File 2:
[
[email protected] F1MI1D]# cat disklist
grad11me.as.utexas.edu /Users {
comp-user-tar
auth "bsdtcp"
}
neo.as.utexas.edu /home {
comp-user-tar
auth "bsdtcp"
}
v5-64.as.utexas.edu /home {
comp-user-tar
auth "bsdtcp"
}
windoze7.as.utexas.edu "C:/Users" {
zwc-compress
auth "bsdtcp"
}
cocopuff.as.utexas.edu /home {
comp-user-tar
amandad-path "/usr/local/libexec/amanda/amandad"
auth "ssh"
}
acc01.as.utexas.edu /Users/backuptest {
comp-user-tar
auth "bsdtcp"
}
[
[email protected] F1MI1D]#
the following is the output from amcheck using file 2
bash-4.1$ amcheck F1MI1D
Amanda Tape Server Host Check
-----------------------------
Holding disk /dumps/amanda: 3576692736 KB disk space available, using 3576590336 KB
slot 2: volume 'F1MI1D-002'
Will write to volume 'F1MI1D-002' in slot 2.
NOTE: skipping tape-writable test
NOTE: host info dir /etc/amanda/F1MI1D/curinfo/acc01.as.utexas.edu does not exist
NOTE: it will be created on the next run.
NOTE: index dir /etc/amanda/F1MI1D/index/acc01.as.utexas.edu does not exist
NOTE: it will be created on the next run.
Server check took 0.520 seconds
Amanda Backup Client Hosts Check
--------------------------------
WARNING: acc01.as.utexas.edu: selfcheck request failed: Connection timed out
WARNING: v5-64.as.utexas.edu: selfcheck request failed: timeout during connect
WARNING: grad11me.as.utexas.edu: selfcheck request failed: timeout during connect
WARNING: neo.as.utexas.edu: selfcheck request failed: timeout during connect
Client check: 6 hosts checked in 244.116 seconds. 4 problems found.
(brought to you by Amanda 3.3.5)
bash-4.1$