Networker

Re: [Networker] NMDA RMAN Backup

2011-09-01 22:05:53
Subject: Re: [Networker] NMDA RMAN Backup
From: Ilhan Narli <i.narli AT uws.edu DOT au>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Fri, 2 Sep 2011 12:05:11 +1000
May be the "savepnpc" scripting would help you to schedule your backup via the Networker instead running via cron.


Cheers,

Ilhan


On  2/09/11 04:20 AM, Stalin wrote:
All,

This is my first time setting up the Networker and trying to understand 
scheduled backup from the client vs. manual backup. I guess both are run from 
DB server except that scheduled backup are run via crontab and manual is 
running the script on demand from command line. Did i capture this right.

We have a 3 node RAC cluster (11gr2) on RH5.5, Networker 7.6 sp1 and NMDA 1.1. 
I have networker client and nmda module on all DB nodes installed and have the 
configuration file nmda_oracle.cfg configured and created rman file (see 
below). Now, how to schedule this task from DB node. Is it as easy as wrapping 
the rman scripts in a shell script and calling that from cron? Anything else i 
should have it configured before running this ? Also i read that client index 
files and bootstrap will not get backed up if backup are initiated from client. 
How do i back them up after successful RMAN scheduled backup? Thanks in Advance!


CONNECT TARGET /
RUN {
ALLOCATE CHANNEL SBT_CH01 TYPE 'SBT_TAPE';
SEND DEVICE TYPE 'SBT_TAPE' 
'NSR_ENV=(NSR_SERVER=NW_node,NSR_CLIENT=node1,NSR_COMPRESSION=true)';
BACKUP RECOVERY AREA;
RELEASE CHANNEL SBT_CH01;
}

+----------------------------------------------------------------------
|This was sent by ssubbiah AT motorola DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------

To sign off this list, send email to listserv AT listserv.temple DOT edu and type 
"signoff networker" in the body of the email. Please write to networker-request 
AT listserv.temple DOT edu if you have any problems with this list. You can access the 
archives at http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER


--


||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                  .   .
              .
           ''            .           _                              @
          //  _                    _( )                   '@   _   //
          \\_( )__          .      | :  \                  \\_( )_//
            /  / \\                \\ // \                    \  |
 _ _       (  /               .     \  /_ )         _ /   o    \_|
| | |  '_/ /\ \                     /// _/     .    | | |      _//_\
| | | / --/ / /                    ///  / . \       | | |      \ \\ \
|_|_| _____/ /____________________/// _/ _ \_\______|_|_|_______\ \\ \
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
**********************************************************************
Ilhan Narli                 University of Western Sydney
UNIX System Administrator   Locked Bag 1797, PENRITH, NSW, 2751
Information Technology Services - Enterprise Systems Office
E-Mail : i.narli AT uws.edu DOT au  Phone : +61 (02) 9678 7385
Mob    : +61 0418-467-299    Fax   : +61 (02) 9678 7111
**********************************************************************
*             "There is no place like 127.0.0.1"                     *
**********************************************************************

To sign off this list, send email to listserv AT listserv.temple DOT edu and type 
"signoff networker" in the body of the email. Please write to networker-request 
AT listserv.temple DOT edu if you have any problems with this list. You can access the 
archives at http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

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