Forum Discussion

Aasif75's avatar
Aasif75
Level 3
13 years ago

Rman - bphdb exit status = 29: failed trying to exec a command

Hello,

i have a problem with Oracle Rman (Oracle 11G R2) backup with Netbackup 7.1.0.3.

I created a template with the wizard (Backup , archive, restore) on the client.

When i launch a Manual Backup from my master server i have this :

 

 
20/09/2012 17:13:38 - Info nbjm(pid=9652) started backup job for client ora11g-rman.*****.com, policy Oracle, schedule SCH_FULL on storage unit ******
20/09/2012 17:13:41 - started process bpbrm (4948)
20/09/2012 17:13:54 - Info bpbrm(pid=4948) ora11g-rman.*****.com is the host to backup data from     
20/09/2012 17:13:54 - Info bpbrm(pid=4948) reading file list from client        
20/09/2012 17:13:54 - connecting
20/09/2012 17:13:57 - connected; connect time: 00:00:03
20/09/2012 17:13:58 - Info bpbrm(pid=4948) starting bphdb on client         
20/09/2012 17:13:59 - Info bphdb(pid=1580) Backup started           
20/09/2012 17:13:59 - Info bphdb(pid=1580) Database validation buffer = :DBNAME:ORACLE:DBHOME:d:\oracle\product\11.2.0\dbhome_1:DBNETNAME:oracle        
20/09/2012 17:13:59 - Info bphdb(pid=1580) DBNAME=ORACLE DBHOME=d:\oracle\product\11.2.0\dbhome_1 DBNETNAME=oracle DBTEMPLATENAME=fullbackuptest1.tpl         
20/09/2012 17:15:34 - Error bpbrm(pid=4948) from client ora11g-rman.*****.com: ERR - failed executing command <"C:\Program Files\Veritas\NetBackup\bin\bpdbsbora.exe" -backup -rw -t "fullbackuptest1.tpl">
20/09/2012 17:15:34 - Error bpbrm(pid=4948) from client ora11g-rman.*****.com: ERR - exit status: <1>     
20/09/2012 17:15:34 - Error bpbrm(pid=4948) from client ora11g-rman.*****.com: ERR - bphdb exit status = 29: failed trying to exec a command
20/09/2012 17:15:36 - end writing
failed trying to exec a command(29)
 
This is my script fullbackuptest1.tpl : 
 
#^oracle template configuration file <<MUST BE FIRST IN FILE, DO NOT REMOVE>>
# -----------------------------------------------------------------
# Veritas NetBackup for oracle: Backup Configuration Template
# $VRTScprght: Copyright 1993 - 2011 Symantec Corporation, All Rights Reserved $
#
# Description: test
# Template level: 1.9.0
# Generated on: 09/19/12 15:29:07
# -----------------------------------------------------------------
 
TEMPLATE_ID1=16973
TEMPLATE_ID2=1605
TEMPLATE_OWNER=aasif
 
# -----------------------------------------------------------------
# BACKUP_TYPE is derived from the schedule type when this script
# is used in a NetBackup scheduled backup. For example, when:
#    schedule type is                BACKUP_TYPE is
#    ----------------                --------------
# Automatic Full                     INCREMENTAL LEVEL=0
# Automatic Differential Incremental INCREMENTAL LEVEL=1
# Automatic Cumulative Incremental   INCREMENTAL LEVEL=1 CUMULATIVE
#
# For a non-proxy user initiated backup, BACKUP_TYPE is defined as shown.
# -----------------------------------------------------------------
 
BACKUP_TYPE=INCREMENTAL LEVEL=0
ORACLE_HOME=d:\oracle\product\11.2.0\dbhome_1
ORACLE_SID=ORACLE
TARGETDB_LOGIN=SYS as sysdba
TARGETDB_PASSWD=000a333eb56d86*****************64cadc37449028c9f61234a28b91592ab35b42155e3e40a********ed3366874ab
TARGETDB_TNSNAME=oracle
CATALOG_LOGIN=rman
CATALOG_PASSWD=3d151364860bd4d8dfe741035b33****************2e48969a32ce1f1e142e11176fec5*********09e82d09159
CATALOG_TNSNAME=oracle
 
# -----------------------------------------------------------------
# RMAN command section
# -----------------------------------------------------------------
 
RUN {
ALLOCATE CHANNEL ch00 
    TYPE 'SBT_TAPE';
SEND 'NB_ORA_CLIENT=ora11g-rman.*****.com,NB_ORA_SID=ORACLE,NB_ORA_POLICY=Oracle,NB_ORA_SERV=mymasterserver.*****.com,NB_ORA_SCHED=Oracle';
BACKUP
    INCREMENTAL LEVEL=0
    FORMAT 'BACKUP_%T-%s-%U'
    DATABASE;
RELEASE CHANNEL ch00;
}
My bphdb log is attached on this topic
 

Please can you help me? 

Thank you

13 Replies