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!

10gR2 "database backup" to nfs mounted dir results in ORA-27054 NFS error

451702Sep 7 2005 — edited May 30 2011
All db and archive files reside on normal non-nfs file systems, but do to old space limitations we pointed the "database backup" command to write to an nfs mounted file system.

This was never an issue until we registered a new 10gR2 db in rman. All other db's backup fine, but the 10gR2 db results in the following error:

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

I've found some documentation for oracle on linux (we're Solaris also) that suggests special mount options are required:

http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b15660/app_nas.htm#BCFEAHIC

specifically hard,rsize,wsize, and noac

But this doc is for linux, and appears to be geared to DB datafiles, and i'm not sure if they apply to Solaris and RMAN.

Our current mount options for the dir in question are:

remote/read/write/setuid/bg/xattr/dev=4e00005

Anybody know what we're missing specifically? And why its an issue in 10gR2, but not in previous releases?

Thanks!
Tony

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 27 2011
Added on Sep 7 2005
36 comments
76,275 views