ADSM-L

RMAN 806 and TDPO

2001-05-22 17:07:48
Subject: RMAN 806 and TDPO
From: Thiha Than <Thiha_Than AT TIVOLI DOT COM>
Date: Tue, 22 May 2001 14:08:03 -0700
hi,

>allocate channel t1 type 'sbt_tape' parms 'ENV=(DSMO_AVG_SIZE=1000,
>    DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/api/bin/dsm.sys,
>    DSMI_LOG=/home/gpfadm/backup,DSMO_NODE=entreprise2)';


I don't know why the error log said password file cannot be read.
According to you it's there.  The only thing that I can think of it is one
of the directories /usr/tivoli/tsm/client/oracle/bin doesn't have read
permission to the Oracle user.

One thing wrong that I noticed is your DSMI_ORC_CONFIG is pointing to a
dsm.sys file.  It should be pointing to dsm.opt instead.


regards,
Thiha


Hi, I am new to this mail list.
So, we installed TSM 3.7.2 on AIX server and TDP for oracle on Server AIX
4.3.2 . We relinked oracle 8.0.6 kernel with MML object :
make -f ins_rdbms.mk LLIBOBK=/usr/lib/libobk.a ioracle (where
/usr/lib/libobk.a symbolicly links to
/usr/tivoli/tsm/client/oracle/bin/libobk.a)
The relink passed, but each time i try to take a backup by RMAN on tape
'SBT_TAPE' the execution stops after rman code compilation phase by logging
errors and i got this piece of message in sbtio.log file undert
$USER_DMP_DEST :

(63706) OBK-sbt:<05/21/2001:17:15:57>
ReadPswdFromFile():/usr/tivoli/tsm/client/oracle/bin/TDPO.entreprise2
ANS0282E (RC168)  Password file is not available.
(63706) OBK-sbt:<05/21/2001:17:15:57> odsmSess(): psReadPswd(): oer = 7011,
errno = 168.
(63706) OBK-sbt:<05/21/2001:17:15:57> sbtremove(): odsmSess(): ANS0322E
(RC-1)   no text available for this return code.


Does anyone ever met this pb.
Note that /usr/tivoli/tsm/client/oracle/bin/TDPO.entreprise2 existsand is
readable (unix permission on file is 644, owned by bin, grouped by bin)
Here is a sample of rman script i use to test tha backup:
-------------------
RMAN> run {
RMAN> run {
allocate channel t1 type 'sbt_tape' parms 'ENV=(DSMO_AVG_SIZE=1000,
    DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/api/bin/dsm.sys,
    DSMI_LOG=/home/gpfadm/backup,DSMO_NODE=entreprise2)';
backup
filesperset 5
format 'df_%t_%s_%p'
(archivelog all);
}
--------------------
Thans in advancee.
Thans in advancee.
Amr.
---}{ You can take a horse to the water But you can not make him drink
}{----
}{----
<Prev in Thread] Current Thread [Next in Thread>
  • RMAN 806 and TDPO, Thiha Than <=