Hi there,

this is what I did implement at customer sites:
Include-Exclude Options File inclexcl.ora_sid.opt used by TDP for Oracle 
Unix
Example of a TSM include/exclude file
*==================================*
* TDPO Client Include/Exclude File - testdb - *
*==================================*

Exclude         *

include.file    /TDPO-testdb/.../*.rdb          mc-oracle-db
include.file    /TDPO-testdb/.../*.rctl         mc-oracle-log
include.file    /TDPO-testdb/.../*.rarc         mc-oracle-log

The suffix of the different type of RMAN objects coming along have been 
given to me by the
Oracle admins. They are having a possibility inside of RMAN to use some 
kind of 'format'
parameter to 'construct' teh object (piece) names.

Hope this helps.
Regards,
Rainer



Von:    David Bronder <david-bron...@uiowa.edu>
An:     ADSM-L@VM.MARIST.EDU
Datum:  04.02.2014 17:14
Betreff:        Re: [ADSM-L] Re: Oracle rman - specify management class
Gesendet von:   "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU>



I believe you can also configure RMAN to format the object names 
differently
for different backup types.  If so, you could tailor include statements to
direct the different types to different management classes and still just 
use
one tdpo.opt and dsm.opt.

=Dave

On 02/04/2014 09:15 AM, Michael Prix wrote:
> Hello Steven,
> 
> it is possible, but a bit tricky:
> Via "Open Channel..." you reference a tdpo.opt. In this tdpo.opt you
> name a dsm.opt, and in this dsm.opt you can specify via "include
> /<tdpo_fs>/.../* MC_NAME" your
> managment-class.
> 
> The differenciation between db-backups and log-backups are done in the
> rman-script. In one you do a "backup database", in the other a "backup
> archivelogs".
> You have to have two different scripts, or close and open the channels
> in between.Each "open channel" sources a different tdpo.opt which calls
> a different dsm.opt. During the "backup database", some archivelogs will
> also be backed up, but this might not be the problem in this construct.
> 
> -- 
> Mit freundlichen Grüßen / kind regards
> 
> Michael Prix
> 
> On 02/04/2014 02:54 PM, Steven Langdale wrote:
>> All
>>
>> We have quite a few large oracle nodes that backup via RMAN & TDPO. 
They
>> currently run LAN Free.
>>
>> Does anyone know if it's possible to do the main DB LAN Free and 
specify a
>> different management class for the archive redo logs?  they are ~1GB 
each,
>> so a disk pool is a better destination.
>>
>> The Oracle nodes are AIX if that makes a difference.
>>
>> Thanks
>>
>> Steven

-- 
Hello World.                                David Bronder - Systems 
Architect
Segmentation Fault                                      ITS-EI, Univ. of 
Iowa
Core dumped, disk trashed, quota filled, soda warm. 
david-bron...@uiowa.edu

Reply via email to