Hi all,

I have read extensively and have failed to find a solution to my
problem.  I am hoping someone will know what I have done wrong.  I
can't
seem to get "amrecover" to work for me.

Background:
    Server name = garfield
    OS = Red Hat Linux 7.1
    Amanda = 2.4.2p2
    Configuration = sky    (rather than DailySet1)
    Tape Device = /dev/nst0

When I try to run 'amrecover' as root, I get the following result :
    [root@garfield /root]# amrecover -C sky
    AMRECOVER Version 2.4.2p2. Contacting server on garfield ...
    amrecover: cannot connect to garfield: Connection refused

This is what shows up in my "/tmp/amanda/amanda*debug":
    [root@garfield amanda]# cat amrecover.20011010121258.debug
    amrecover: debug 1 pid 2022 ruid 0 euid 0 start time Wed Oct 10
12:12:58 2001
    amrecover: stream_client: connect(10082) failed: Connection
refused
    cannot connect to garfield: Connection refused
    amrecover: pid 2022 finish time Wed Oct 10 12:12:58 2001

And this is what I see in "/var/log/messages":
    Oct 10 12:01:20 garfield xinetd[1927]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:20 garfield xinetd[1928]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:20 garfield xinetd[1929]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:20 garfield xinetd[1930]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:20 garfield xinetd[1931]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1932]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1933]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1934]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1935]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1936]: warning: can't get client
address: Transport endpoint is not connected
    Oct 10 12:01:21 garfield xinetd[1923]: amandaidx service was
deactivated because of looping

Here's my 'xinetd.d' information from "/etc/xinetd.d/amanda":
[root@garfield amanda]# 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                    = amanda
            group                   = disk
            server                  = /usr/lib/amanda/amandad
    }

Here's my 'xinetd.d' information from "/etc/xinetd.d/amandaidx":
[root@garfield amanda]# cat /etc/xinetd.d/amandaidx
    # default: off
    #
    # description: Part of the Amanda server package
    service amandaidx
    {
           socket_type             = stream
           protocol                = tcp
           wait                    = yes
           user                    = amanda
           group                   = disk
           server                  = /usr/lib/amanda/amindexd
    }

Here's my 'xinetd.d' information from "/etc/xinetd.d/amidxtape":
[root@garfield xinetd.d]# cat /etc/xinetd.d/amidxtape
    # default: off
    #
    # description: Part of the amanda server package
    #
    service amidxtape
    {
            socket_type             = stream
            protocol                = tcp
            wait                    = no
            user                    = amanda
            group                   = disk
            server                  = /usr/lib/amanda/amidxtaped
    }


I would be extremely grateful for any help anyone can offer.  I don't
know where else to look.  Thanks!

Jeffery Smith
[EMAIL PROTECTED]



Reply via email to