Veritas-bu

[Veritas-bu] Any Redhat 9 workarounds?

2003-10-20 11:22:08
Subject: [Veritas-bu] Any Redhat 9 workarounds?
From: WTSmith AT maine DOT edu (Wayne T Smith)
Date: Mon, 20 Oct 2003 11:22:08 -0400
Chris Pelton wrote, in part:
> If anybody else has RH 9 working I would love to hear how.

Until Veritas corrects their problem, we've had good luck with the 
following (reported on this list a couple of weeks ago) ...

The following workaround appears to work for us.  We do NOT suggest it 
will work for you, but since Veritas has, in our opinion, dropped the 
Netbackup support ball on our RH foot, perhaps it is of some interest...

    cheers, wayne


Netbackup v4.5 vs. RH9



The problem:

     Because of some library issues when some Netbackup 4.5 executables 
are run in RH9, a message is produced on stdout. The Netbackup server 
doesn't tolerate this message and the backup or restore process is 
terminated. The message is: Incorrectly built binary which accesses 
errno, h_errno or _res directly. Needs to be fixed.

The workaround:

     It appears to be sufficient to strip this message out. Netbackup 
processing continues.

The details:

     *

       cd /usr/openv/netbackup/bin; mkdir rh9fix
     *

       mv bpbackup bpbkar bpcd bpclimagelist bplist rh9fix
     *

       create an executable named rh9fix.sh as:

       #! /bin/bash

       # Wrapper script  to get rid of message:
       #Incorrectly built binary which accesses errno, h_errno or _res 
directly. Needs to be fixed.
       #
       # Message throws netbackup server off...

       progname=$(basename $0)
       /usr/openv/netbackup/bin/rh9fix/$progname | tail +2

     *

       create links for moved executables as follows:

       ln -s rh9fix.sh bpbackup
       ln -s rh9fix.sh bpbkar
       ln -s rh9fix.sh bpcd
       ln -s rh9fix.sh bpclimagelist
       ln -s rh9fix.sh bplist

--
cheers, wayne


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