Amanda-Users

Re: RPM for RHEL3

2006-07-05 00:11:02
Subject: Re: RPM for RHEL3
From: "Sachin Kale" <sachin AT zmanda DOT com>
To: amanda-users AT amanda DOT org
Date: Wed, 5 Jul 2006 08:31:42 +0530
Hi Gordon,

For setup procedure, please go through

http://amanda.zmanda.com/quick-backup-setup.html

If you still have setup problems visit this link:
http://wiki.zmanda.com/index.php/Quick_start

Thanks,
Sachin



On 7/5/06, Jon LaBadie <jon AT jgcomp DOT com> wrote:
On Tue, Jul 04, 2006 at 11:00:35AM -0500, Gordon J. Mills III wrote:
> You can download it from:
> http://www.zmanda.com/downloads.html
>
>
>
> Thanks. I see they have added it. It wasn't there a few weeks ago.
>
> I have downloaded it and installed it. Now the problem appears to be the
> xinetd setup. The RPM did not install the files for xinetd. Can someone tell
> me what I need for the redhat xinetd? I tried to add an amanda entry, but it
> is not working.
>
...
> Do I need to add files for amandidx and amidxtape? Does my entry above look
> correct? Can anyone give me the right setup for this?


I did not manually add any entries to my Fedora 4 server.  First used
the Fedora rpm, later the zmanda one.  Here are the three files on my
system.

# 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/lib/amanda/amandad
        disable                 = no
}
# default: off
#
# description: Part of the Amanda server package

service amandaidx
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amandabackup
        group                   = disk
        server                  = /usr/lib/amanda/amindexd
        disable                 = no
}
# default: off
#
# description: Part of the amanda server package
#

service amidxtape
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amandabackup
        group                   = disk
        server                  = /usr/lib/amanda/amidxtaped
        disable                 = no
}

--
Jon H. LaBadie                  jon AT jgcomp DOT com
JG Computing
4455 Province Line Road        (609) 252-0159
Princeton, NJ  08540-4322      (609) 683-7220 (fax)

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