http://www-1.ibm.com/support/docview.wss?uid=swg21197242
You need to touch the error logs that you define in the sysfile. Then ensure that the oracle user can write to these files. I usually put them in a user accessible log directory and precreate the log so the Oracle user can then write to the file. _____________________________ Ian Smith SAN/TSM Specialist -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of goc Sent: 15 November 2006 15:07 To: [email protected] Subject: Re: [ADSM-L] setting up TDPO / newbie help hi, thanks ... as you may have seen backup on disk is working as i found out that $ORACLE_HOME/dbs is default for TDPO to store backups :-) now the 106 error is what really concerns me \o/ Recovery Manager: Release 9.2.0.7.0 - 64bit Production Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved. connected to target database: SDPSI (DBID=2754641404) using target database controlfile instead of recovery catalog RMAN> RUN 2> { 3> ALLOCATE CHANNEL t1 TYPE sbt_tape PARMS='ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 4> BACKUP CURRENT CONTROLFILE; 5> BACKUP TABLESPACE TOOLS; 6> } 7> RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of allocate command on t1 channel at 11/15/2006 16:03:18 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 Recovery Manager complete. [EMAIL PROTECTED]> you said "DSM_RC_ACCESS_DENIED" is for improper permission, but for what ? do i smell some wrong chmod values somewhere ? thanks goran ----- Original Message ----- From: "Richard Sims" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, November 14, 2006 5:56 PM Subject: Re: setting up TDPO / newbie help > On Nov 14, 2006, at 10:06 AM, goc wrote: > >> ORA-19511: Error received from media manager layer, error text: >> SBT error = 7011, errno = 106, sbtopen: system error > > Goran - See that msg in the TSM Wiki or ADSM QuickFacts. > > The 106 should be API error DSM_RC_ACCESS_DENIED, meaning denied due > to improper permission. > > Richard Sims > _____________________________________________________________ This email (including any attachments to it) is confidential, legally privileged, subject to copyright and is sent for the personal attention of the intended recipient only. If you have received this email in error, please advise us immediately and delete it. You are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Although we have taken reasonable precautions to ensure no viruses are present in this email, we cannot accept responsibility for any loss or damage arising from the viruses in this email or attachments. We exclude any liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided in this email or its attachments, unless that information is subsequently confirmed in writing. If this email contains an offer, that should be considered as an invitation to treat. _____________________________________________________________
