Oracle RMAN error

adsm04

ADSM.ORG Member
Joined
Jul 11, 2006
Messages
99
Reaction score
0
Points
0
Website
Visit site
Hi TSM guru's........need help for TDP backup on Oracle using RMAN scripts. While trying the RMAN script getting below error.....pls advise. TIA.

using target database control file instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 07/02/2009 15:08:28
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
IBM AIX RISC System/6000 Error: 106: For future use
Additional information: 7011
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 106, sbtopen: system error
 
Is this the first time you have attempted to backup an Oracle database? Please post the contents of the script you are using.
 
Did you initialize the RMAN/TSM connection to set up the password?
Do you have dsmi_log set in TDPO_OPTFILE to point to something accessible to the account RMAN is running under?
 
Also check permissions on your tdpoerror.log file. For some odd reason, if I use TDPCONF I have to always remember to reset permissions on tdpoerror.log. It almost always sets it to r--r--r and I've never figured out why. But I'll get that same type of error when a backup attempt occurs if I forget to set write permissions on that file.
 
Yes Greg i changed the permission and ownership of tdperror log to 777 and oracle user, it worked fine later with tdpoconf password and showenv. Thanks.
 
Hi Post the RMAN Script ...which is used to take Oracle backup ...

there is some conflicting command options that were entered
 
Back
Top