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

Due to ease in which we can go to the future or return to the past using Goldengate, it becomes increasingly necessary recover archives from backup, sometimes it is necessary to recover a several days.
To do it, generally we need large disk space, at this time, starts a searching for storage disks.

After finding a disk, is need to mount it, i performed with simply mount options in AIX.

oracle@grepora1.net:/ >tail -8 /etc/filesystems

/archives:
        dev             = "/ggate"
        vfs             = nfs
        nodename        = grepora2.net
        mount           = true
        options         = bg,hard,intr,sec=sys,rw,acl
        account         = false 

oracle@grepora1.net:/ >mount -a

After trying to move the first archieve piece, I get the error:
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options.

The solution for this issue, can be found in (Doc ID 359515.1)

Using the table below, just adjust mount point options according to your system:

table_mount

Dieison.
 

One comment

  1. Pingback: AIX: ORA-27054: NFS file system where the file is created or resides is not mounted with correct options – Technical Blog for System Administrator

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.