I had a problem like this and it was because the management class name was
too long.  I don't remember what version or *sm I ran into it with but I
shortened all my management classes to 10 character.  I found this on a
class called performance which I shortened to performanc.

Hope this helps


--
Phillip Ford
Senior Software Specialist
Corporate Computer Center
Schering-Plough Corp.
(901) 320-4462
(901) 320-4856 FAX
[EMAIL PROTECTED]



-----Original Message-----
From: De Blas Bellido, Vicente [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 12:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Management class and TDP for Oracle with RMAN


Hello Thiha.

Thanks for your help.
I'm still stuck with this issue. I have followed your instructions but it
doesn't work. Whenever I start a script to backup the archivelog files, it
keeps going to the default mgmt class.
These are my configuration files:

TDPO.CONF
  DSMI_ORC_CONFIG         /usr/tivoli/tsm/client/oracle/bin64/dsm.opt
  DSMI_LOG                /usr/tivoli/tsm/client/oracle/bin64/dsierror.log
  TDPO_NODE               dsiaja02_ora
  TDPO_PSWDPATH           /usr/tivoli/tsm/client/oracle

DSM.OPT
  SErvername    dsiaja04

DSM.SYS
  SErvername  dsiaja04
  nodename dsiaja02_ora
    COMMmethod         TCPip
    TCPPort            1500
    TCPServeraddress   dsiaja04a

    passwordaccess prompt
    inclexcl /usr/tivoli/tsm/client/oracle/bin64/inclexcl

INCLEXCL
  include /adsmorc/.../*.arc rman_archive_log

The script that I use is:
  run{
     allocate channel 'tsm0' type 'sbt_tape';
     sql "alter system archive log current" ;
     backup archivelog all format '%d_arch_%U' delete input;
  }

Is there anything wrong?

Thank you for your cooperation !!

[EMAIL PROTECTED]

~

-----Mensaje original-----
De: Thiha Than [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 14 de septiembre de 2001 18:21
Para: [EMAIL PROTECTED]
Asunto: Management class and TDP for Oracle with RMAN


hi,

You can use 'include' option to bind with different management class.  It
is documented on page 36 of the user manual.  But you will have to do a
little bit differently than what is documented.

I assume that you are using different domain for your TDPO backups.  Let's
say your default mgmt class's storage pool is pointing to disk pool.  So
you don't have to do anything for your database backups.  As for the
archive log file, let's say you have the pattern "log_archive_format =
arch%t_%s.dbf" in your init.ora file. In your include definition file, add

include /adsmorc/.../arch*       tapemgmt

This will bind the archive logs to 'tapemgmt' class.


If you don't use different domain for your TDPO backups and/or mgmt class
pointing to disk pool is not the default, you can add another line in your
include definition file:

include /adsmorc/.../arch*       tapemgmt
include /adsmorc/.../*           diskmgmt


Make sure that these statements appear in the exact order.

regards,
Thiha


>I'm trying to configure RMAN and need some help. My scenario is AIX 4.3,
>Oracle 8.1.6 and TDP for Oracle 2.2 64 bits.

>My question is if it is possible to have differents management classes
when
>making backups with RMAN. In the TDP manual there's only reference to
>TDPO_MGMT_CLASS_2, 3 and 4 but only for the duplex copy option.
>I'd like to have one management class for archive log files (sending it
to
>disk storage pools) and another for database files (sending it to tape
>storage pools).

***************************************************************
 This message and any attachments is solely for the intended recipient. If
you are not the intended recipient, disclosure, copying, use, or
distribution of the information included in this message is prohibited --
please immediately and permanently delete this message.

Reply via email to