ADSM-L

Re: setting up TDPO / newbie help

2006-11-15 09:14:43
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 15:12:53 +0100
hi, thanks to all for your input, i managed to start something and it starts
ok according to the log but then i snaps with following errors, please take
a look at the log file

thanks A lot

goran

----------
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 d1 TYPE disk
PARMS='ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)
SBT_LIBRARY=(/usr/tivoli/tsm/client/oracle/bin64/libobk64.a)';
4> BACKUP CURRENT CONTROLFILE;
5> BACKUP DATABASE;
6> }
7>
allocated channel: d1
channel d1: sid=11 devtype=DISK

Starting backup at 15.11.06
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
including current controlfile in backupset
channel d1: starting piece 1 at 15.11.06
channel d1: finished piece 1 at 15.11.06
piece handle=/u01/app/oracle/product/9.2.0/dbs/03i2fdod_1_1 comment=NONE
channel d1: backup set complete, elapsed time: 00:00:02
Finished backup at 15.11.06

Starting backup at 15.11.06
RMAN-06554: WARNING: file 1 is in backup mode
RMAN-06554: WARNING: file 2 is in backup mode
RMAN-06554: WARNING: file 3 is in backup mode
RMAN-06554: WARNING: file 4 is in backup mode
RMAN-06554: WARNING: file 5 is in backup mode
RMAN-06554: WARNING: file 6 is in backup mode
RMAN-06554: WARNING: file 7 is in backup mode
RMAN-06554: WARNING: file 8 is in backup mode
RMAN-06554: WARNING: file 9 is in backup mode
RMAN-06554: WARNING: file 10 is in backup mode
RMAN-06554: WARNING: file 11 is in backup mode
RMAN-06554: WARNING: file 12 is in backup mode
RMAN-06554: WARNING: file 13 is in backup mode
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
including current controlfile in backupset
input datafile fno=00013 name=/db/SDPSI/dbase/index01/si_vfl_r6_idx_01.dbf
input datafile fno=00006 name=/db/SDPSI/dbase/data01/si_vfl_01.dbf
input datafile fno=00012 name=/db/SDPSI/dbase/data01/si_vfl_r6_01.dbf
input datafile fno=00002 name=/db/SDPSI/dbase/rbs01/undotbs01.dbf
input datafile fno=00007 name=/db/SDPSI/dbase/index01/si_vfl_idx_01.dbf
input datafile fno=00001 name=/db/SDPSI/dbase/data01/system01.dbf
input datafile fno=00009 name=/db/SDPSI/dbase/data01/vfls_dm_01.dbf
input datafile fno=00011 name=/db/SDPSI/dbase/index01/vfls_im_01.dbf
input datafile fno=00003 name=/db/SDPSI/dbase/index01/indx01.dbf
input datafile fno=00005 name=/db/SDPSI/dbase/data01/users01.dbf
input datafile fno=00008 name=/db/SDPSI/dbase/data01/vfls_ds_01.dbf
input datafile fno=00010 name=/db/SDPSI/dbase/index01/vfls_is_01.dbf
input datafile fno=00004 name=/db/SDPSI/dbase/data01/tools01.dbf
channel d1: starting piece 1 at 15.11.06
released channel: d1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on d1 channel at 11/15/2006 15:10:00
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
Additional information: -1
Additional information: 1048576

Recovery Manager complete.
----- Original Message -----
From: "Richard Sims" <rbs AT BU DOT EDU>
To: <ADSM-L AT VM.MARIST DOT EDU>
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