Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Configure RMAN to write to multiple drives simultaneously

Re: Configure RMAN to write to multiple drives simultaneously

From: Paul Brewer <paul_at_paul.brewers.org.uk>
Date: Thu, 15 May 2003 23:13:54 +0100
Message-ID: <3ec41180_3@mk-nntp-1.news.uk.worldonline.com>


"Howard J. Rogers" <howardjr2000_at_yahoo.com.au> wrote in message news:CdLwa.34827$1s1.505436_at_newsfeeds.bigpond.com...
> I don't know about the specifics of your MML, but...
>
> "Steven L. Sesar" <ssesar_at_mitre.org> wrote in message
> news:3EC2E221.3060304_at_mitre.org...
> > Hi,
> >
> > I'm not sure that this is the place to post this question, however, I'm
> > wondering if, and how to configure RMAN, both 8i/91, to write backups to
> > multiple drives simultaneously.
> >
> > Allocating multiple channels does nothing more than write to one channel
> > at a time.
>
> That should not be the case.
>
> If you do this:
>
> allocate channel d1 type DISK;
> allocate channel d2 type DISK;
> allocate channel d3 type DISK;
> backup
> format '/bing/bong/blah/xxx' (database);
>
> ...then yes, the backup is serialised.
>
> But if you do this:
>
> allocate channel d1 type DISK;
> allocate channel d2 type DISK;
> allocate channel d3 type DISK;
> backup
> filesperset 5
> format '/bing/bong/blah/xxx' (database);
>
> ... then it should be parallelised.
>
> The key (in 8.0 and 8i, anyway) was to ensure that there was an explicit
> limit set on the number of files a channel could process, and that would
> kick the other channels into taking (simultaneous) part. Otherwise, in the
> first example, the entire backup would be undertaken by channel 1.
>
> Maybe that has something to do with your issue?
>
> Regards
> HJR
>
>
> >
> > The MML I am using is Netbackup, and I'm pretty certain that it's pice
> > is configured correctly.
> >
> > Thanks,
> > Steve
> >
>
>

To OP:

Whether or not Howard's reply has answered your original question (and his advice is invariably good), please rest assured that this is indeed the proper place to post it.

Good luck and regards,
Paul Received on Thu May 15 2003 - 17:13:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US