Showing posts with label NFS. Show all posts
Showing posts with label NFS. Show all posts

Thursday, June 30, 2011

Correct NFS mount entry for Oracle Rman backup

Here is the correct entry showing for your NFS mount . This NFS mount is using by oracle for storing backup files taking by Rman. It was showing error with normal NFS mount which is commented out. 

spaninfo100:[/root]
# cat /etc/vfstab | grep -i /oracle/backups/share
#nfs://motdalsun114:/oracle/backups/share        -       /oracle/backups/share   nfs     -       yes     bg,hard

nfs://motdalsun114:/oracle/backups/share   -  /oracle/backups/share  nfs -  yes vers=4,proto=tcp,sec=sys,hard,intr,rsize=1048576,wsize=1048576,retrans=5,timeo=600
spaninfo100::[/root]





Error Reported by Rman


ORA-27054: NFS file system where the file is created or resides is not mounted with correct options"