Amanda-Users

Re: amrecover issue

2007-05-02 07:21:18
Subject: Re: amrecover issue
From: Jean-Louis Martineau <martineau AT zmanda DOT com>
To: anthonyh <jyho AT abamon DOT com>
Date: Wed, 02 May 2007 07:18:43 -0400
Check amrecover and amandad debug files.

anthonyh wrote:
The following are some of my config files
/etc/xinit.d/amanda
service amanda
{
       only_from       = x.com y.com
       socket_type     = dgram
       protocol        = udp
       wait            = yes
       user            = amanda
       group           = disk
       groups          = yes
       server          = /usr/local/libexec/amandad
       server_args     = -auth=bsd amdump amindexd
disable = no }
You forgot amidxtaped
server_args = -auth=bsd amdump amindexd amidxtaped
You must also add an entry in .amandahosts

The following 2 services are not needed if all your client are 2.5.1.
/etc/xinit.d/amandaidx
service amandaidx
{ only_from = x.com y.com
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = disk
        groups                  = yes
server = /usr/local/libexec/amindexd server_args = -auth=bsd amdump amindexd
        disable                 = no
}

service amidxtape
{ only_from = x.com y.com
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = disk
        groups                  = yes
server = /usr/local/libexec/amidxtaped server_args = -auth=bsd amdump amidxtaped
        disable                 = no
}


Any good Solution Guys? Thanks!

Also you tape device "/backup/amanda/dumps/tape01" is not correct,
it should be "file:/backup/amanda/dumps/tape01"

use: setape x.com:file:/backup/amanda/dumps/tape0

Jean-Louis

<Prev in Thread] Current Thread [Next in Thread>