Hi there,
 
during amcheck I recieve the following notice.
 
"WARNING: server.domain.de: selfcheck request failed: timeout waiting for ACK"
 
Beside this entry all the different servers can be reached, that are listet in 
the disklist. So I've read various diffrent error-reports, searched via google 
and reinstalled the amanda-client on the clientside several time unfortunately 
without success.
 
On the serverside (RHEL 6.2), I use the following repository based versions:
 
- amanda-server-2.6.1p2-7.el6.x86_64
- amanda-client-2.6.1p2-7.el6.x86_64
- amanda-2.6.1p2-7.el6.x86_64
 
On the clientside (RHEL 6.2, different Server), I use the following repository 
based versions:
 
- amanda-client-2.6.1p2-7.el6.x86_64
- amanda-2.6.1p2-7.el6.x86_64
 
admin daily1 disklist tells me the following:
 
line 28:
    host server.domain.de:
        interface default
    disk /:
        program "GNUTAR"
        priority 1
        dumpcycle 10
        maxdumps 8
        maxpromoteday 10000
        bumppercent 20
        bumpdays 1
        bumpmult 4.000000
        strategy STANDARD
        ignore NO
        estimate CALCSIZE
        compress CLIENT FAST
        comprate 0.50 0.50
        encrypt NONE
        auth BSD
        kencrypt NO
        amandad_path X
        client_username X
        ssh_keys X
        holdingdisk AUTO
        record YES
        index YES
        starttime 0000
        fallback_splitsize 10Mb
        skip-incr NO
        skip-full NO
        spindle -1
 
On the clientside, xinetd-entry looks like this
 
[root@server xinetd.d]# cat /etc/xinetd.d/amanda 
# default: off
# description:  The client for the Amanda backup system.\
#               This must be on for systems being backed up\
#               by Amanda.
 
service amanda
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amandabackup
        group                   = disk
        server                  = /usr/lib64/amanda/amandad 
        disable                 = no
}
 
[root@server xinetd.d]# netstat -ul | grep amanda
udp        0      0 *:amanda                    *:* 
 
Selinux is not running.
 
Can anyone give me a short hint, where I should take a look to?
 
Thanks in advance
 
Markus

Reply via email to