Home » RDBMS Server » Backup & Recovery » Rman error (Linux redhat 5, O11gR2)
Rman error [message #563030] Wed, 08 August 2012 00:56 Go to next message
ganesh_gvn
Messages: 39
Registered: February 2012
Location: PUNE
Member

Dear All,

Pls check the command


export ORACLE_SID=ABC
export ORACLE_BASE=/oracle/oracle11g/app/oracle
export ORACLE_HOME=/oracle/oracle11g/app/oracle/product/11.2.0/dbhome_1
export PATH=$PATH:${ORACLE_HOME}/bin
rman target sys/******@ABC<<EOF
run
{
allocate channel t1 type 'SBT_TAPE' parms
'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
backup current controlfile;
}
EOF

is my above script.

and below is my error


RMAN> 2> 3> 4> 5> 6> 7> 8>
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 08/08/2012 11:26:22
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
Linux-x86_64 Error: 406: Unknown system error
Additional information: 7011
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 406, sbtopen: system error

RMAN>

---------------------------------------------------------------------------------------

Do i need to check permission here or 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt) path is incorrect?

where should i actually look for the error.

Thanks,
Ganesh
Re: Rman error [message #563038 is a reply to message #563030] Wed, 08 August 2012 01:23 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
It seems you didn't correctly set the interface TDPO.
Did you follow the whole steps of the documentation?
Are you sure of your credentials to TSM?
Indeed you have to check tdpo.opt and also the error file "tdpoerror.log".

Regards
Michel
Re: Rman error [message #563334 is a reply to message #563038] Mon, 13 August 2012 00:58 Go to previous message
ganesh_gvn
Messages: 39
Registered: February 2012
Location: PUNE
Member

Thanks Michel. Now the issue is resolved. Actually problem was from TIVOLI Team. Some password issue. The problem is rectified.

Now We are able to take RMAN BACKUP.

Smile
Previous Topic: Flash Recovery ->SYSTEM.DBF
Next Topic: Backing up/Restoring an Oracle database via an entire backup of the server
Goto Forum:
  


Current Time: Thu Mar 28 12:15:41 CDT 2024