Rman error [message #563030] |
Wed, 08 August 2012 00:56 |
|
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 #563334 is a reply to message #563038] |
Mon, 13 August 2012 00:58 |
|
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.
|
|
|