Aasif75
13 years agoLevel 3
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 from20/09/2012 17:13:54 - Info bpbrm(pid=4948) reading file list from client20/09/2012 17:13:54 - connecting20/09/2012 17:13:57 - connected; connect time: 00:00:0320/09/2012 17:13:58 - Info bpbrm(pid=4948) starting bphdb on client20/09/2012 17:13:59 - Info bphdb(pid=1580) Backup started20/09/2012 17:13:59 - Info bphdb(pid=1580) Database validation buffer = :DBNAME:ORACLE:DBHOME:d:\oracle\product\11.2.0\dbhome_1:DBNETNAME:oracle20/09/2012 17:13:59 - Info bphdb(pid=1580) DBNAME=ORACLE DBHOME=d:\oracle\product\11.2.0\dbhome_1 DBNETNAME=oracle DBTEMPLATENAME=fullbackuptest1.tpl20/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 command20/09/2012 17:15:36 - end writingfailed 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=16973TEMPLATE_ID2=1605TEMPLATE_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=0ORACLE_HOME=d:\oracle\product\11.2.0\dbhome_1ORACLE_SID=ORACLETARGETDB_LOGIN=SYS as sysdbaTARGETDB_PASSWD=000a333eb56d86*****************64cadc37449028c9f61234a28b91592ab35b42155e3e40a********ed3366874abTARGETDB_TNSNAME=oracleCATALOG_LOGIN=rmanCATALOG_PASSWD=3d151364860bd4d8dfe741035b33****************2e48969a32ce1f1e142e11176fec5*********09e82d09159CATALOG_TNSNAME=oracle# -----------------------------------------------------------------# RMAN command section# -----------------------------------------------------------------RUN {ALLOCATE CHANNEL ch00TYPE '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';BACKUPINCREMENTAL LEVEL=0FORMAT 'BACKUP_%T-%s-%U'DATABASE;RELEASE CHANNEL ch00;}
My bphdb log is attached on this topic
Please can you help me?
Thank you