sr_united
July 7th, 2008, 12:57 AM
Hello,
I was trying to install 2.6.3 version of Amanda but got stuck while verifying client. I am getting the following error while verifying client.
"Amanda Backup Client Hosts Check
--------------------------------
WARNING: client.mydomain.com: selfcheck request failed: No route to host
Client check: 1 host checked in 19.044 seconds. 1 problem found.
(brought to you by Amanda 2.6.3)"
It seems the server is not able to connect to the client even though I am able to ping or ssh into the client from server. I also tried disabling iptables and TCP wrappers but, no luck.
The contents of .amandahosts file is as follows.
In Server.
localhost root amindexd amidxtaped
localhost amandabackup amdump
localhost.localdomain root amindexd amidxtaped
localhost.localdomain amandabackup amdump
client.mydomain.com root amindexd amidxtaped
In Client
localhost amandabackup amdump
localhost.localdomain amandabackup amdump
server.mydomain.com amandabackup amdump
/etc/xinetd.d/amandaclient
service amanda
{
disable = no
flags = IPv4
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/lib/amanda/amandad
server_args = -auth=bsdtcp amdump
}
/etc/xinetd.d/amandaserver
service amanda
{
disable = no
flags = IPv4
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/lib/amanda/amandad
server_args = -auth=bsdtcp amdump amindexd amidxtaped
}
Can anyone please shed some light on this ?
Thanks in advance.
I was trying to install 2.6.3 version of Amanda but got stuck while verifying client. I am getting the following error while verifying client.
"Amanda Backup Client Hosts Check
--------------------------------
WARNING: client.mydomain.com: selfcheck request failed: No route to host
Client check: 1 host checked in 19.044 seconds. 1 problem found.
(brought to you by Amanda 2.6.3)"
It seems the server is not able to connect to the client even though I am able to ping or ssh into the client from server. I also tried disabling iptables and TCP wrappers but, no luck.
The contents of .amandahosts file is as follows.
In Server.
localhost root amindexd amidxtaped
localhost amandabackup amdump
localhost.localdomain root amindexd amidxtaped
localhost.localdomain amandabackup amdump
client.mydomain.com root amindexd amidxtaped
In Client
localhost amandabackup amdump
localhost.localdomain amandabackup amdump
server.mydomain.com amandabackup amdump
/etc/xinetd.d/amandaclient
service amanda
{
disable = no
flags = IPv4
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/lib/amanda/amandad
server_args = -auth=bsdtcp amdump
}
/etc/xinetd.d/amandaserver
service amanda
{
disable = no
flags = IPv4
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/lib/amanda/amandad
server_args = -auth=bsdtcp amdump amindexd amidxtaped
}
Can anyone please shed some light on this ?
Thanks in advance.