Hi list,
We have a problem configurating TDPO 5.1.5 with RAC 9.2.
libobk.a 64/32bit is failing to load
Our Env.
AIX 5.1 32bit kernel with 64bit application support.
HACMP 4.4.1 ES CRM.
TSM srv 5.1.5 (intel base)
TDPO 5.1.5 64bit & 2.2.1 32bit
API 5.1.5 64bit
BA 5.1.5 32bit
BA client work o.k.
"tdpoconf showenv" & "tdpconf passw" work o.k.
"sbttest" is failing - /usr/tivoli/tsm/client/oracle/bin/libobk.a could not be
loaded....
RMAN script is failing:
-----------------------
RMAN> run
2> {
3> allocate channel c1 type sbt
4> parms='SBT_LIBRARY=/home/oracle/product/9.2/lib/libobk.a,
5> ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
6> backup tablespace "test";
7> }
8>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 03/02/2003 13:13:19
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 8
Recovery Manager complete.
When try Oracel's API every thing is o.k.:
------------------------------------------
RMAN> run {
2> allocate channel c1 type sbt format '%U'
3> parms = 'SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/home/oracle/product/RCA
T/rman)';
4> backup tablespace "test";
5> }
6>
allocated channel: c1
channel c1: sid=18 devtype=SBT_TAPE
channel c1: WARNING: Oracle Test Disk API
Starting backup at 02-MAR-03
channel c1: starting full datafile backupset
channel c1: specifying datafile(s) in backupset
input datafile fno=00022 name=/dev/rmb_test
channel c1: starting piece 1 at 02-MAR-03
channel c1: finished piece 1 at 02-MAR-03
piece handle=02egvvnb_1_1 comment=API Version 2.0,MMS Version 8.1.3.0
channel c1: backup set complete, elapsed time: 00:00:02
Finished backup at 02-MAR-03
released channel: c1
Recovery Manager complete.