cancel
Showing results for 
Search instead for 
Did you mean: 

DP 6.20 RMAN Integration with AIX 6.1 for SAP Backup oracle 11g

Former Member
0 Kudos

Hi,

We are having a DP 6.20 which we are using for taking the SAP database backup on AIX 6.1 .

Our DB version is oracle 11.2.0.3 .

Now we are planning to take the SAP backups using RMAN. I try to configure the RMAN using the HPDP integration guide for oracle SAP but getting this error while triggering the brbackup.

RMAN>
host command complete

RMAN> 2> 3> 4> 5>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on sbt_1 channel at 02/21/2013 09:43:14
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 8

I have done the below changes for RMAN integration.

1. I have created the below link in this path  /oracle_Home/lib using orasid user.

     ln -s /usr/omni/lib/libob2oracle8_64bit.a libobk.a

2. In initSID.sap file I have change the backup device type to rman_util and added the below value for rman_parms

rman_parms ="ENV=(OB2BARTYPE=SAP,OB2APPNAME=<SID>,OB2BARLIST=<Backup specifiation>)"

Can you please suggest if any other changes needs to be done.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To activate the SBT you should do the following:

cp /usr/sap/<SID>/SYS/exe/run/libsbt.o $ORACLE_HOME/lib/shr.o

ar -X64 -crv libobk.a shr.o

Please see SNOTE 142635 for more details.

Regards,

Shahab

former_member188883
Active Contributor
0 Kudos

Hi,

Please refer HP DP integration with SAP on Oracle document

http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c01631239/c01631239.pdf

Ensure all the steps are performed.

Regards,

Deepak Kori