Networker

Re: [Networker] Backing up via "Named Pipe / FIFO"

2007-07-26 02:55:08
Subject: Re: [Networker] Backing up via "Named Pipe / FIFO"
From: "Faidherbe, Thierry" <Thierry.Faidherbe AT HP DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Thu, 26 Jul 2007 06:51:26 -0000
Did you try replacing your netbackup backup command "bpbackup" 
by networker save command ?

HTH

TH


Kind regards - Bien cordialement - Vriendelijke groeten,

Thierry FAIDHERBE

HP Services - Storage Division
Tru64 Unix and Legato Enterprise Backup Solutions Consultant
                                  
 *********       *********   HEWLETT - PACKARD
 *******    h      *******   -  1 Rue de l'aeronef/Luchtschipstraat
 ******    h        ******      1140 Bruxelles/Brussel/Brussels
 *****    hhhh  pppp *****   -  102 Blv de la Woluwe/Woluwedal
 *****   h  h  p  p  *****      1200 Bruxelles/Brussel/Brussels
 *****  h  h  pppp   *****   -> HP moves as from 20 August 2007
 ******      p      ******      Hermeslaan 1a - B-1831 Diegem
 *******    p      *******      BELGIUM                          
 *********       *********      
                                      Phone :    +32 (0)2  / 729.85.42
      I  N  V  E  N  T          Mobile :   +32 (0)498/  94.60.85  
                                Fax :      +32 (0)2  / 729.88.30
Enterprise number 0402.220.594  Email/MSN : thierry.faidherbe(at)hp.com

     RPM/RPR Brussels           Internet  : http://www.hp.com/

-----Original Message-----
From: EMC NetWorker discussion [mailto:NETWORKER AT LISTSERV.TEMPLE DOT EDU] On
Behalf Of Gary
Sent: mercredi 25 juillet 2007 3:39
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Subject: [Networker] Backing up via "Named Pipe / FIFO"

Has anyone berformed a successful backup with networker using a named
pipe, 
AND NOT using "rawasm" in the directive.  With Netbackup, this was 
performed successfully by coding the following.  So I am looking for 
assistance in accoomplishing the same thing in Networker.

Thank You in advance.

#!/bin/ksh 

date 

timestamp=$(date '+%Y%m%d%H%M%S') 
EDIR=${ORACLE_BASE}/admin/${ORACLE_SID}/exp 
exportlogfile=$EDIR/exp_mrlnwhp_testcase_1_$timestamp.log 
bpbackuplogfile=$EDIR/bpbackup_mrlnwhp_testcase_1_$timestamp.log 

pipename=$EDIR/mrlnwhp_testcase_1.pipe 
if [[ -a $pipename ]] then 
   rm $pipename 
fi 

mkfifo $pipename 

$ORACLE_HOME/bin/exp / file=$pipename log=$exportlogfile consistent=N \ 
   compress=n recordlength=65535 direct=Y \ 
   tables=mis.limit_additional_cr& 

sleep 5 

/usr/openv/netbackup/bin/bpbackup \ 
   -c Oracle_fs -s Daily \ 
   -L $bpbackuplogfile -w -k "mrlnwhp_testcase_1_$timestamp" $pipename 
wait 
date 

rm $pipename 

To sign off this list, send email to listserv AT listserv.temple DOT edu and
type "signoff networker" in the body of the email. Please write to
networker-request AT listserv.temple DOT edu if you have any problems with this
list. You can access the archives at
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the body of the email. Please write to 
networker-request AT listserv.temple DOT edu if you have any problems with this 
list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

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