Veritas-bu

[Veritas-bu] Help with Linux 7.1.

2001-10-26 18:10:10
Subject: [Veritas-bu] Help with Linux 7.1.
From: kastus AT epocrates DOT com (Konstantin 'Kastus' Shchuka)
Date: Fri, 26 Oct 2001 15:10:10 -0700
On Fri, Oct 26, 2001 at 02:16:54PM -0700, BJ Stewart wrote:
> I know Linux 7.1 isn't officially supported, but is anyone 
> else using Netbackup 3.4 to back up these clients?
> 
> I tried the client install, which failed because of the 
> inetd.conf issues.  Corrected that issue by placing this 
> file in /etc/xinetd.d
> bpcd
> which contains:
> service bpcd
> {
>         socket_type             = stream
>         protocol                = tcp
>         wait                    = no
>         user                    = root
>         server                  = /usr/openv/netbackup/bin/bpcd
>         server_args             =
>         disable                 = no
> }

Just looked again at my bpcd, it's a bit different, I think you 
need to remove line "server_args"

My bpcd (which works for me) contains:

service bpcd
{
        flags           = REUSE
        socket_type     = stream        
        wait            = no
        user            = root
        server          = /usr/openv/netbackup/bin/bpcd
}


> 
> I've heard that you can reliably backup Linux 7.x clients 
> with some modifications, can anyone help here? 
> 
> BJ Stewart                     
> ESRI Systems
> 909-793-2853 x1277
> 

-- 
Konstantin 'Kastus' Shchuka
Unix System Administrator
ePocrates Inc.
tel 650.232.4886
fax 650.592.6995

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