ADSM-L

Re: setting up TDPO / newbie help

2006-11-15 10:44:21
Subject: Re: setting up TDPO / newbie help
From: goc <goran.k AT VIP DOT HR>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 15 Nov 2006 16:43:19 +0100
thanks all, i managed the error log problem , now let's move to something
completely new :-)

log>


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:39:52
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: 2516: System call error number 2516.


Recovery Manager complete.


i can smell some relinking of oracle , do you ? (i've found this idea on
google)

BIG thanks.



----- Original Message -----
From: "William Boyer" <bjdboyer AT COMCAST DOT NET>
To: <ADSM-L AT VM.MARIST DOT EDU>
Sent: Wednesday, November 15, 2006 4:39 PM
Subject: Re: setting up TDPO / newbie help


Just went through this on a TDP Informix install....check the DSMERROR.LOG
file. The new 5.3 client REQUIRES a write-able error log
location. If you have ERRORLOGNAME specified in the DSM.SYS, remove it and
add a DSM_LOG environment varilable for the user.

Bill Boyer
"Law of Cybernetic Entomology - There is always another bug." - ??


-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
goc
Sent: Wednesday, November 15, 2006 10:15 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: setting up TDPO / newbie help

thanks a lot, as i figured out you are right and i found what you meant
with
106 errno

0106 EDSM_RC_ACCESS_DENIED

Explanation: The specified file is being used by another process. You
tried to read from or write to a file that is currently being
used by another process.
System Action: Processing stopped.
User Response: Ensure that you specified the correct file or directory
name, correct the permissions, or specify a new location.

what file ?
what process ?
what permissions ?

so many questions. thanks again



----- Original Message -----
From: "Richard Sims" <rbs AT BU DOT EDU>
To: <ADSM-L AT VM.MARIST DOT EDU>
Sent: Wednesday, November 15, 2006 4:06 PM
Subject: Re: setting up TDPO / newbie help


On Nov 15, 2006, at 9:12 AM, goc wrote:

...
3> ALLOCATE CHANNEL d1 TYPE disk
...
ORA-19502: write error on file "04i2fdof_1_1", blockno 381953
(blocksize=8192)
ORA-27063: skgfospo: number of bytes read/written is incorrect IBM
AIX RISC System/6000 Error: 28: No space left on device

Goran -

I'm no RMAN expert, but it looks to me like you managed to configure
it to back up to local disk, rather than to the TSM server via the SBT
API.  From what I understand, your messages should have like "allocate
channel t1 type 'sbt_tape'".  Have a look at the redbook "Backing Up
Oracle using Tivoli Storage Management" for background.
And do a 'df' on your AIX system to look for a full disk.  An RMAN
expert will probably post more.

   Richard Sims