Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getting nfs share error during rman duplicate database

user13376823Jun 14 2012 — edited Jun 15 2012
i am doing database clonning via rman duplicate .

If i create same directory structure on TEST server and copy RMAN Backup on TEST Server then RMAN Duplicate is successful.


but my problem is if i do nfs directory share of production backup directory on test server and then i run rman duplicate database then i get following error :

channel ch1: ORA-19870: error while restoring backup piece /opt/backup/proddb.fgho.com/proddb_cnndaahm_1_1
ORA-19505: failed to identify file "/opt/backup/proddb.fgho.com/proddb_cnndaahm_1_1"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 3

failover to previous backup


RMAN-06023: no backup or copy of datafile 406 found to restore





cat /etc/fstab shows this directory is shared via nfs

LABEL=/1 / ext3 defaults 1 1
LABEL=/opt /opt ext3 defaults 1 2
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/home /home ext3 defaults 1 2
LABEL=/boot1 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
10.0.1.15:/opt/backup/proddb.fgho.com /opt/backup/proddb.fgho.com nfs soft,nfsvers=2 0 0
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2012
Added on Jun 14 2012
5 comments
785 views