RMAN error

tsmlover

ADSM.ORG Member
Joined
Oct 14, 2008
Messages
390
Reaction score
1
Points
0
I have configured tdpo.opt file the showevnironemnt and password command is working fine i also set dsm.sys file but when i try to run backup i found the below error.....

RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/ client/oracle/bin64/tdpo.opt)';
3> backup current controlfile;
4> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 06/03/2010 16:48:43
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: 2534: Unknown system error
Additional information: 7011
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 2534, sbtopen: system error
 
I have checked libobk.so is already linked ....

i found this on tdpoerror.log

06/03/2010 18:20:29 TID<11210> ==> Error: Could not initialize NLS object. Check that the message file, tdpo.cat, exists in the Data Protection for Oracle installation directory. rc = 610
 
Last edited:
i run the command so many times no this is not the issue , neither syntax error
 
well, if typo is not the issue, and you've linked the library properly -
you should go back thru the whole setup and make sure nothing was missed.
even if the passwd sets ok, there could be something (and is) that is causing your error.

this one is hard to troubleshoot 'remotely'...
you could try posting all files and links here so we can further try though...

-Chef.
 
Check permissions on tdpoerror.log. Make sure the account running the backup can write to it. I"ve had those permissions on mine change, somehow, many times and a RMAN backup will not run.
 
chmod is 666 ..... there is no premision issue errors are being writen on this file........

here is the output : 06/03/2010 18:20:29 TID<11210> ==> Error: Could not initialize NLS object. Check that the message file, tdpo.cat, exists in the Data Protection for Oracle installation directory. rc = 610

tdpoconf showenvironment out is as below

[oracle@dw-s1 bin64]$ tdpoconf showenvironment
ANS0101E Unable to open English message repository 'tdpo.cat'.
Error: Couldn't initialize NLS object. Check that the message file, tdpo.cat, exists in the TDP for Oracle directory. rc = 610
 
Last edited:
i found below errors while trying to execute the belwo commands, i also showed my config files of tdpo below..........

Tdpoconf password
ANU2621E Attempting to create or modify Data Protection for Oracle generated password as root user.

Tdpoconf showenv
ANS0282E (RC168) Password file is not available.

--------below is my configuration files----------
=======Dsm.sys=======
SErvername ibtx-tsm
COMMMethod TCPip
TCPPort 1500
TCPServeraddress 10.10.0.68
PASSWORDAccess generate
passworddir /home/oracle
nodename dw-s1

======DSM.opt======
* SErvername A server name defined in the dsm.sys file

========Tdpo.opt========
DSMI_ORC_CONFIG /opt/tivoli/tsm/client/api/bin64/dsm.opt
DSMI_LOG /opt/tivoli/tsm/client/oracle/bin64

*TDPO_FS /adsmorc
*TDPO_NODE dw-s1
*TDPO_OWNER <username>
TDPO_PSWDPATH /opt/tivoli/tsm/client/oracle/bin64

*TDPO_DATE_FMT 1
*TDPO_NUM_FMT 1
*TDPO_TIME_FMT 1

*TDPO_MGMT_CLASS_2 mgmtclass2
*TDPO_MGMT_CLASS_3 mgmtclass3
*TDPO_MGMT_CLASS_4 mgmtclass4
 
Last edited:
Back
Top