cancel
Showing results for 
Search instead for 
Did you mean: 

RMAN Backup Don't Retry if any child job fails with 83

Abhisheknetback
Level 6
Certified

Dear All,

I want to know that why Rman backup job don,t Retry if any child job fails with 83 .

 

7/4/2014 10:06:20 AM - Info bpbrm(pid=8633) t2401_vip1 is the host to backup data from     
7/4/2014 10:06:20 AM - Info bpbrm(pid=8633) reading file list from client        
7/4/2014 10:06:21 AM - Info bpbrm(pid=8633) listening for client connection         
7/4/2014 10:06:21 AM - Info bpbrm(pid=8633) INF - Client read timeout = 1200      
7/4/2014 10:06:21 AM - Info bpbrm(pid=8633) accepted connection from client         
7/4/2014 10:06:22 AM - Info bphdb(pid=26492) Backup started           
7/4/2014 10:06:22 AM - Info bpbrm(pid=8633) bptm pid: 8639          
7/4/2014 10:06:23 AM - Info bptm(pid=8639) start            
7/4/2014 10:06:23 AM - Info bptm(pid=8639) using 262144 data buffer size        
7/4/2014 10:06:23 AM - Info bptm(pid=8639) using 32 data buffers         
7/4/2014 10:06:23 AM - Info bptm(pid=8639) USING 262144 data buffer size for FT      
7/4/2014 10:06:43 AM - Error bptm(pid=8639) Could not open FT Client pipe for client t2401_vip1: pipe open failed (13369361)
7/4/2014 10:06:45 AM - Info bptm(pid=8639) EXITING with status 83 <----------        
7/4/2014 10:06:45 AM - Info bphdb(pid=26492) done. status: 83: media open error       
7/4/2014 10:11:06 AM - Info nbjm(pid=8568) starting backup job (jobid=517060) for client t2401_vip1, policy SIGNATURE_RMAN_SIGDB_PRD_Weekly, schedule Weekly-Application-Backup  
7/4/2014 10:11:06 AM - Info nbjm(pid=8568) requesting STANDARD_RESOURCE resources from RB for backup job (jobid=517060, request id:{967B43D5-E376-43FB-B0AC-B1B0DFE3162D})  
7/4/2014 10:11:06 AM - requesting resource FT1-FT2-HO-STU
7/4/2014 10:11:06 AM - requesting resource mstprd.NBU_CLIENT.MAXJOBS.t2401_vip1
7/4/2014 10:11:06 AM - requesting resource mstprd.NBU_POLICY.MAXJOBS.SIGNATURE_RMAN_SIGDB_PRD_Weekly
7/4/2014 10:11:12 AM - granted resource mstprd.NBU_CLIENT.MAXJOBS.t2401_vip1
7/4/2014 10:11:12 AM - granted resource mstprd.NBU_POLICY.MAXJOBS.SIGNATURE_RMAN_SIGDB_PRD_Weekly
7/4/2014 10:11:12 AM - granted resource MediaID=@aaaa5;DiskVolume=DD890_HO_LSU;DiskPool=OST_DD_HO_DISK_POOL;Path=DD890_HO_LSU;StorageServer=ddunbaeho;MediaServer=ftmhoae1
7/4/2014 10:11:12 AM - granted resource ftmhoae1_ho_stu1
7/4/2014 10:11:12 AM - granted resource TRANSPORT
7/4/2014 10:11:13 AM - estimated 0 Kbytes needed
7/4/2014 10:11:13 AM - Info nbjm(pid=8568) started backup (backupid=t2401_vip1_1404454272) job for client t2401_vip1, policy SIGNATURE_RMAN_SIGDB_PRD_Weekly, schedule Weekly-Application-Backup on storage unit ftmhoae1_ho_stu1
7/4/2014 10:11:14 AM - started process bpbrm (8633)
7/4/2014 10:11:15 AM - connecting
7/4/2014 10:11:17 AM - connected; connect time: 00:00:02
7/4/2014 10:11:40 AM - end writing
media open error(83)

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

It retried, it failed 10:06:45 and then it started again 10:11:06 after which it failed 34 seconds later at 10:11:40.

 

It wont requeue the job as its not in control, its get sent from RMAN.

View solution in original post

3 REPLIES 3

Nicolai
Moderator
Moderator
Partner    VIP   

Netbackup will re-try if the script it kick off return antthing that status code 0.

What ever job the script  or RMAN start is really not under Netbackup schedule control  thus unable  to re-start them.

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

It retried, it failed 10:06:45 and then it started again 10:11:06 after which it failed 34 seconds later at 10:11:40.

 

It wont requeue the job as its not in control, its get sent from RMAN.

Marianne
Level 6
Partner    VIP    Accredited Certified

It may be possible to restart from rman side.
Discuss this possibility with your Oracle dba and see if this topic on Oracle web site helps:
http://docs.oracle.com/cd/B12037_01/server.101/b10734/rcmconc1.htm
Restartable Backups