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." <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 10/30/2002
10:48:58 PM

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:    "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:    [EMAIL PROTECTED]
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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
>

Reply via email to