TDPO Error 106?

ramseydc

ADSM.ORG Member
Joined
Jun 22, 2004
Messages
50
Reaction score
0
Points
0
We are getting the following error and not sure why? Can anyone help?



RMAN-03002: failure of backup command at 02/24/2006 07:49:47

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: Reserved errno was encountered

Additional information: 7011

ORA-19511: Error received from media manager layer, error text:

SBT error = 7011, errno = 106, sbtopen: system error
 
Looks like this is an AIX error 106 - but - TDP error 106 =



1) /usr/tivoli/tsm/client/api/bin64/sample/dsmrc.h has the error code info in it. Look for "106"



2) Passwd issues:

http://www-1.ibm.com/support/docview.wss?uid=swg21218576



3) Or Permission issues:

try chmod /oracle/SID/ dir's as 775/777 (even for the user)

then cd wherever you put the TSM stuff, and the TSM dirs should be 775 at a min

remove all dsm logs for the instance (*log, A*, U*) -

wait a min until logs don't recreate -

then retry backup

new logs should be produced

if that fails -

check all orasid files are 755 or 775

check all root/system owned files are 777 accessible



When it works, go backwards and find the culprit - then change all your permissions back as tight as they need to be.
 
Thank you! You were correct... it was a permission issue on a the tsm error log. After removing the log our DBA team was successfull.



Thank you again for your help!



Dan
 
ANR8216W The server experienced a TCP/IP error while sending data on socket 6. Reason 32.
-----------------------------------------------------------------------------------------------------
Have recently upgraded my TSM Server from 5.5 to 5.5.6 , BA Client from 5.4 to 5.5.1 and Storage Agent from 5.4. to 5.5.1.
The RMAN backups where schedule last night failed with below errors:-

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 12/17/2011 05:40:40
ORA-19509: failed to delete sequential file, handle="5cmud87j_1_1_17122011", parms="ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/offtdpo.opt)"
ORA-27027: sbtremove2 returned error
ORA-19511: Error received from media manager layer, error text:
ANS1235E (RC-72) An unknown system error has occurred from which TSM cannot recover.
ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
....................................................................................................................
and at TSM Server Console

ANR8216W The server experienced a TCP/IP error while sending data on socket 6. Reason 32. (SESSION: 344)

ANR0479W Session 2 for server OCS-BACKUP-SERVER1 (Linux/i386) terminated - connection with server severed
 
Back
Top