DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: Rman

  1. #1
    Join Date
    Jul 2001
    Posts
    181

    Rman

    Hi,

    I have a problem where I do not have enough disk space to backup a database to the disk where it resides. I am using rman scripts to back the db up. How do I specify a remote backup destanation in rman. Can I specify the node name/ip address in the 'format' clause of the rcv script?

    Thanks in advance

  2. #2
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588

    Re: Rman

    Originally posted by netbar
    How do I specify a remote backup destanation in rman. Can I specify the node name/ip address in the 'format' clause of the rcv script?
    I am not sure if it is possible or not to backup on remote device using rman. Why don't you map drive of remote m/c and then specify that in "format" clause

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    You can't. RMAN expects the filesystems to look like they are local. On unix, you can NFS mount the remote filesystems to the box.
    Jeff Hunter

  4. #4
    Join Date
    Jul 2001
    Posts
    181
    It's on a unix platform is the only way to nfsmount a volume on that box, my only question then would be network traffic could be an issue the nfs mount will constantly be contacting the box it is mounted from. I suppose I could mount the volume then back up the db and then drop the mount after the backups complete but this seems a bit overkill and messy.

    Has anybody done anything similar?

  5. #5
    Join Date
    Dec 2001
    Location
    Keene, NH
    Posts
    510
    Another option is to go directly to tape bypassing disk using Media Management software.

    ie. Tivoli, Veritas or Legato Storage Manager (free with Oracle)

  6. #6
    Join Date
    Mar 2001
    Location
    Ireland/Dublin
    Posts
    688
    Originally posted by netbar
    Has anybody done anything similar?
    Did you try to use Samba?
    I did not try use rman with it, but I do hot backup to remote host with no problems.
    Best wishes!
    Dmitri

  7. #7
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by netbar
    It's on a unix platform is the only way to nfsmount a volume on that box, my only question then would be network traffic could be an issue the nfs mount will constantly be contacting the box it is mounted from. I suppose I could mount the volume then back up the db and then drop the mount after the backups complete but this seems a bit overkill and messy.

    Has anybody done anything similar?
    I'm doing it right now. Sure, the network is the bottleneck, but there's lots of ways around that (ie. bigger pipe, private pipe, etc.) I use the automount feature (on Solaris) to automatically mount my NFS disk to the server which I am backing up always at /home/backupserver1-backupserverN. When I'm done, it umounts. This way, I can use the same RMAN script to always back up to N filesystems.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width