Re: backup to tape when using ASM

From: Seth Miller <sethmiller.sm_at_gmail.com>
Date: Mon, 20 Oct 2014 13:44:00 -0500
Message-ID: <CAEueRAUT6rDw7QYjSj5Wu9oe7BknQeo8xSNHCFoN5d6SqyB79g_at_mail.gmail.com>



Chris,

I'm assuming you were not previously using RMAN to write the backup files to tape. You were most likely using a third party backup tool to pull the files off disk and write them to tape (very common). This is still possible but as Don mentioned, you first have to get a copy of the files from ASM to a file system.

The most efficient way is to do this is to duplex your backups; one copy going to your ASM disk group and the other to your clustered file system. The biggest advantage to doing it this way is that RMAN is now aware of both copies of the backup and can manage the retention for both sets of files so you don't have to manually manage the second set of files.

If duplexing is not what you are looking for, you can use RMAN to make a copy of the backup files from ASM to disk after the initial backup or use a database job to copy the files with DBMS_FILE_TRANSFER. Another option is to use asmcmd to copy the files.

Seth Miller

On Mon, Oct 20, 2014 at 1:25 PM, Don Seiler <don_at_seiler.us> wrote:

> You could still write the first backups into an ASM diskgroup and then
> later run an RMAN job to backup/copy that backup to a tape device (assuming
> you have the MML configured properly) or some other filesystem disk that
> would later be pushed to tape.
>
> Don.
>
> On Mon, Oct 20, 2014 at 1:16 PM, Chris King <ckaj111_at_yahoo.ca> wrote:
>
>> Quick question I think.. For standalone databases, I've been writing rman
>> backups to disk and then backing up the rman backup files to tape. Now
>> we're using RAC and the backups are written to ASM disk. Is there an easy
>> way to copy those backups written to ASM to tape? Or will I need to run the
>> oracle rman backups directly to tape with netbackup?
>>
>> Thanks in advance all!
>>
>>
>
>
> --
> Don Seiler
> http://www.seiler.us
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 20 2014 - 20:44:00 CEST

Original text of this message