ADSM-L

Re: Automating RMAN Backup Through TSM

2002-11-07 06:55:32
Subject: Re: Automating RMAN Backup Through TSM
From: Brian Dade <BrianDade AT WDFA DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 7 Nov 2002 06:55:45 -0500
Hello Christy,

  Please verify that you have /usr/lib in your search path.  Also, what is
$LD_LIBRARY_PATH set to?  One step you may want to retry is the relink of
RMAN and TDP
  for Oracle.  (make -f ins_rdbms.mk LLIBMM=/usr/lib/libobk.a ioracle)
Also, one thing that caused me problems was that I accidentally installed
32bit TDP for Or-
  acle when I should've installed 64bit TDP for Oracle.

  I noticed that you do not have an ENV setting in your backup script.  I
would add this to your RMAN script to set the TDPO_OPTFILE variable.  I
have an entry like
  this --->   'ENV
=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';

  Let me know how you're doing.  As of now, I'll be in the office until
9:00 or 10:00 p.m., EST.

  Brian




"Christy Wu, T.F." <tfwu AT TECHNOWORKS DOT NET>@VM.MARIST.EDU> on 11/06/2002
10:37:27 AM

Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>

Sent by:    "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>


To:    ADSM-L AT VM.MARIST DOT EDU
cc:

Subject:    Re: Automating RMAN Backup Through TSM


Brian,

I did all steps in the TDPO setup guide. As to the libobk.a, I've linked it
to /usr/lib/libobk.a which in turn pointing to the library file of TSM.

Chris

----- Original Message -----
From: "Brian Dade" <BrianDade AT WDFA DOT COM>
To: <ADSM-L AT VM.MARIST DOT EDU>
Sent: Monday, November 04, 2002 11:28 PM
Subject: Re: Automating RMAN Backup Through TSM


> Hello Christy,
>
> This sounds like an error that I had prior to getting my backup to save
to
> tape.  Have you verified that you're using the correct library file,
> libobk.a ?
>
> Brian
>
>
>
>
> "Christy Wu, T.F." <tfwu AT TECHNOWORKS DOT NET>@VM.MARIST.EDU> on 10/30/2002
> 10:48:58 PM
>
> Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>
> Sent by:    "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>
>
> To:    ADSM-L AT VM.MARIST DOT EDU
> cc:
>
> Subject:    Re: Automating RMAN Backup Through TSM
>
>
> Hi Brian,
>
> I have similar setup to your but unfortunately not able to get the rman
> backup to tape. I tried to isolate the problem without TSM by simply
using
> rman to backup to an internal 4mm tape drive but get an error that unable
> to
> initialize the subsystem (SBT) layer. Is there any configuration need to
be
> specified in using the tape device?
>
> Bypass the TSM and use the native rman command to backup to an internal
4mm
> tape drive, I used following:
> rman target / nocatalog
> > run {
> > allocate channel t1 type 'sbt_tape';
> > backup tablespace tools;
> > }
>
> I expect the command to backup to tape, but it failed with the error I
> stated above. Any configuration I need to do with 'sbt_tape' under
Oracle?
> Hope you can give me some hints here. Thanks.
>
>
> Chris
>
>
> ----- Original Message -----
> From: "Brian Dade" <BrianDade AT WDFA DOT COM>
> To: <ADSM-L AT VM.MARIST DOT EDU>
> Sent: Thursday, October 31, 2002 12:13 AM
> Subject: Automating RMAN Backup Through TSM
>
>
> > Hi All:
> >
> > I'm currently running my TDP for Oracle backup manually from a UNIX
> prompt.
> > I'd like to automate this through TSM.  I 'm confused.  Has anyone
> > automated this process?  If so, I'd like to hear some suggestions or
> > recommendations on setting it up.
> >
> > OS:  AIX 4.3.3
> > TSM:  4.2.1.10
> > TDP:  2.2.1
> >
> > Thanks,
> > Brian
> >
>

<Prev in Thread] Current Thread [Next in Thread>