ADSM-L

Re: ADSM-L Digest - 29 Aug 2001 to 30 Aug 2001 (#2001-237)

2001-08-31 12:00:34
Subject: Re: ADSM-L Digest - 29 Aug 2001 to 30 Aug 2001 (#2001-237)
From: Thiha Than <tthan AT US.TIVOLI DOT COM>
Date: Fri, 31 Aug 2001 09:01:21 -0700
hi,

Error 2400 indicates that you don't have a license file or a valid license
file.  What is your TDPO level?  Backup scripts vary depending on your
TDPO and Oracle level.  In general,

 run
 {
   # for TDPO 2.1.x
    allocate channel t1 type 'sbt_tape' parms
'ENV=(DSMI_CONFIG=/home/oracle/dsm.opt)';

   #  for TDPO 2.2
   #allocate channel t1 type 'sbt_tape' parms
'ENV=(TDPO_OPTFILE=/orc8db/dbs/t1/scripts/tdpo.opt)';

    backup
   # if O8.1.x format string is not needed
    format 'df_%t_%s_%p'

    (database );

 }

regards,
Thiha


Can someone send me an example of a simple RMAN script for use with TSM.

We run AIX 4.3.3, Oracle 8 and TSM client 3.7.2, so if someone has a
      similar setup, great, but anything wuld help I guess.


we installed  the TDP for oracle recently, but seem not able to do RMAN
      backups with TSM, the backup/archive client is ok.

If the message below sounds familiar to someone please let me know.


RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19506: failed to create
sequential
file, name="df_EDILIVE_23_1", parms=""
ORA-27007: failed to open file
IBM AIX RISC System/6000 Error: 2400: System call error number 2400.

Additional information: 7111
Additional information: 1
ORA-19511: SBT error = 7111, errno = 2400, sbtinit: system error
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

Recovery Manager complete.


Stan
<Prev in Thread] Current Thread [Next in Thread>
  • Re: ADSM-L Digest - 29 Aug 2001 to 30 Aug 2001 (#2001-237), Thiha Than <=