UNSOLVED

NA-

updated

12 years ago

N

NA-

1 Rookie

62 Posts

0

1428

June 25th, 2014 11:00

database backup configuration using NFS

hi All

Would like to know how to configure database backup to DD using NFS.

Is it normal as creating share on DD and mount it on database server or there would be different processs?

I have gone through orcale rman backup using ddboost , but looking for info on direct backup to dd usng nfs/cifs

Thanks

  • NA-

    1 Rookie

    62 Posts

    487

    0

    Posted June 25th, 2014 11:00

    So ,when I try to create a folder ,can I just create /test or it should be /data/col1/test ?

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    487

    0

    Posted June 25th, 2014 11:00

    you create a folder on DD, export it via NFS and then mount it on the oracle server. At that point your DBA will use RMAN to tell it where to run backups to.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    487

    0

    Posted June 25th, 2014 11:00

    /data/col1/test

  • NA-

    1 Rookie

    62 Posts

    487

    0

    Posted June 26th, 2014 11:00

    Thanks for reply

    But I see everything on my dd is under /backup and /backup/share ..I dont see /data/col1/ ..from CLI when I used nfs show clients command ..Please clarify

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    487

    0

    Posted June 26th, 2014 13:00

    /backup and /data/col1 is the same thing.

  • NA-

    1 Rookie

    62 Posts

    487

    0

    Posted June 26th, 2014 13:00

    but when I try to create nfs export /data/col1/test, its saying /data/col1/test doesn't exist

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    487

    0

    Posted June 26th, 2014 18:00

    export /backup/test

  • jbrooksuk

    208 Posts

    487

    0

    Posted June 27th, 2014 00:00

    Hi there,

    Are you using DDOS prior to 5.1 code family?

    At 5.1 we moved to Mtrees -->

    The default directory is no longer /backup.

    New path:

    Seperately managed directory tree (MTrees) can be configured under /data/col1.

    If you are pre 5.1, you may want to consider an upgrade, take into account any replication and code matching for that connectivity.

    Regards, Jonathan

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    487

    0

    Posted June 27th, 2014 05:00

    /backup is mtreet /data/col1/backup, i am on 5.4 and whenever i create new nfs exports within /data/col1/backup mtree i specify /backup/ during NFS add export command.

  • NA-

    1 Rookie

    62 Posts

    69

    0

    Posted June 27th, 2014 06:00

    we're on DDOS 5.2 version.

    I tried frrom Gui, it by default showing /data/col1/ under nfs export window, then i have to change it to some /backup/test..then that worked.

    so , /backup is the mtree for /data/col1/backup ?