cancel
Showing results for 
Search instead for 
Did you mean: 

Brbackup and Rman Configuration

Former Member
0 Kudos

Hi,

I am trying to find the guide to configure Rman for Brbackup and Brarchive using SAP interface to TSM server. I followed the note 142635 (We are using AIX 6.1 and Oracle 11.3) to create the link to oracle library and command brbackup -u system/xxxx -c -d rman_prep -t online -m all works allright, but when I try to run an online backup using brbackup -u system/xxxx -c -d rman_util -t online -m full, it fails with an error

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on sbt_1 channel at 04/23/2014 12:42:01
ORA-19506: failed to create sequential file, name="SND_benrswdm.284_1", parms=""
ORA-27007: failed to open file
Additional information: 7012
Additional information: 884
ORA-19511: Error received from media manager layer, error text:
   SBT error = 7012, errno = 0, sbtopen: internal error - invalid argument(s)

RMAN>
specification does not match any backup in the repository

Could anybody tell me what might be wrong with my configuration.

Ajam

Accepted Solutions (0)

Answers (1)

Answers (1)

Reagan
Advisor
Advisor
0 Kudos

You need to first install the supported TDP on the server with the RMAN functionality enabled.

set these parameters in the .sap profiles

rman_channels

rman_filesperset

_rman_sess_stmt

rman_parms

Also enable the block change tracking.

Regards

RB

Former Member
0 Kudos

Reagan,

Thanks for your response. I will try to install library libobk.a and would let you know the result.