Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help Configuring RMAN to use TDP (TSM)

132855Dec 11 2001
I'm trying to configure RMAN (with Oracle 8.1.6) to use Tivoli
Data Protection for Oracle (v2.2) to backup to TSM. I've
successfully built the catalog and registered the database. Now,
I'm trying to configure the channels.

I'm using Solaris 2.7.

I've followed the TDP instructions for linking in Oracle with
it. Yet when I try to allocate a channel to the SDT_TAPE device,
I get the following errors:
RMAN> run
2> {
3> allocate channel t1 type 'sbt_tape'
4> PARMS='ENV=(TDPO_OPTFILE=/oracle/admin/rman_info/tdpo.opt)';
5> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-00571:
===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
===============
RMAN-00571:
===========================================================
RMAN-03007: retryable error occurred during execution of
command: allocate
RMAN-07004: unhandled exception during command execution on
channel t1
RMAN-10035: exception raised in RPC: ORA-19554: error allocating
device, device type: SBT_TAPE, device name:
ORA-19557: device error, device type: SBT_TAPE, device name:
ORA-21117: Message 21117 not found; product=RDBMS; facility=ORA
Additional information: 2
Additional information: 14757228
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.DEVICEALLOCATE

What am I missing here?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 31 2002
Added on Dec 11 2001
2 comments
970 views