Veritas-bu

[Veritas-bu] Netbackup and Oracle RAC

2007-02-12 00:19:23
Subject: [Veritas-bu] Netbackup and Oracle RAC
From: khurramtm at gmail.com (Khurram Tariq)
Date: Mon, 12 Feb 2007 10:19:23 +0500
Hi Ahmed,

There's a chapter on backing up Oracle RAC in NetBackup for Oracle Systems
Admin Guide. We backup only one node from our two node RAC setup and this is
how Vertias has recommended in their guide as well. This is an extract from
our RMAN script:

RUN {
debug io;
ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE' PARMS  'BLKSIZE=1048576'
MAXOPENFILES=20;
ALLOCATE CHANNEL ch02 TYPE 'SBT_TAPE' PARMS  'BLKSIZE=1048576'
MAXOPENFILES=20;
SEND 'NB_ORA_SERV=nbuserv,NB_ORA_CLIENT=orarac1';

Hope this helps. By the way our Oracle recovery catalogue is in another
Oracle DB.

Regards,
Khurram



On 2/11/07, ahmed mekawy <ahmedmekawy at hotmail.com> wrote:
>
> Hello All,
> I am trying to configure the Veritas Netbackup for Oracle within a RAC
> envirnoment.
> I am willing to run the backup on all RAC nodes at the same time.
>
> Regulary when using DISK , I do it like the following
>
> run{
> allocate channel ch1 type disk connect sys/pass at instance_node1 ;
> allocate channel ch2 type disk connect sys/pass at instance_node2 ;
>
> backup database;}
>
> with Veritas , it is a bit confusing to me. i think it could be like the
> following
>
> run {
> allocate channel ch1 type 'sbt_tape' parms 'ENV=(NB_ORA_CLIENT=node1)'
> connect sys/pass at instance_node1 ;
> allocate channel ch2 type 'sbt_tape' parms
> 'ENV=(NB_ORA_CLIENT=node1)'connect sys/pass at instance_node2 ;
>
>
>
> I am willing to run the backup on both nodes but need to store the backup
> indexes in only one client index ( node1 ) , is that possible in Veritas {
> that is the way it works when using Legato} ? do i need certain
> configuration on the client to allow that!
>
> where :
>
> node1 & node2 are the hostnames for each RAC nodes
>
> and instance_node1 & instance_node2 are the TNS aliases for both RAC
> instances.
>
> Thanks for your help.
>
>
>
> ------------------------------
> Laugh, share and connect with Windows Live 
> Messenger<http://g.msn.com/8HMBENUS/2743??PS=47575>
> _______________________________________________
> Veritas-bu maillist  -  Veritas-bu at mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://mailman.eng.auburn.edu/pipermail/veritas-bu/attachments/20070212/d4520742/attachment.htm

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