If you see the following error when trying to restore your Oracle backups (through RMAN):
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 2
the cause is possibly your are trying to restore your database to an NFS mount point which is not mounted correctly.
The following is for Solaris 10:
Change your /etc/vfstab entry
From:
Nfs_Host:/nfs/oracle – /oradata nfs – yes -
To:
Nfs_Host:/nfs/oracle – /oradata nfs – yes rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,proto=tcp,suid
Then, unmount and re-mount your volumes through /etc/vfstab
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=781349.1
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=359515.1
No comments:
Post a Comment