ADSM-L

Re: Automating RMAN Backup Through TSM

2002-11-04 10:27:31
Subject: Re: Automating RMAN Backup Through TSM
From: Brian Dade <BrianDade AT WDFA DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 4 Nov 2002 10:28:18 -0500
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>