Help Configuring RMAN to use TDP (TSM)
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?