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: RMAN Backup to remote disk

Re: RMAN Backup to remote disk

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 7 Aug 2002 20:20:54 +0200
Message-ID: <ul2qq5mh64dr3f@corp.supernews.com>

"Jeff Hunter" <marist89_at_excite.com> wrote in message news:dae759d0.0208070746.1d42d940_at_posting.google.com...
> I am trying to implement RMAN disk backups. I have two servers db1
> which is the database server and backup1 which is a media server and
> holds my recovery catalog. db1 has three 54G mount points; /u01, /u02,
> /u03. backup1 has one 256G mount point; /b01.
>
> I want to backup to disk, but to backup1:/b01.
>
> My rman script is:
>
> {
> allocate channel d1 type disk;
> setlimit channel d1 kbytes 2097150 maxopenfiles 32 readrate 2000;
> backup full filesperset 6
> format '/b01/rmanback/df_t%t_s%s_p%p'
> database;
> release channel d1;
> }
>
>
> I run this script on backup1, expecting the backup to go to
> backup1:/b01. Instead, I get an error message stating
> RMAN-10035: exception raised in RPC: ORA-19504: failed to create file
> '/b01/rmanback/df_t1_s1_p1'
>
> If I NFS mount backup1:/b01 to db1:/b01, then it works.
>
> Am I just asking RMAN to do something it can't?

You got it

Regards

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Wed Aug 07 2002 - 13:20:54 CDT

Original text of this message

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