Mount Options - 11gR2 RAC on Linux 6
Hi,
We are mounting NFS volumes on our 11.2.0.3 RAC nodes
O/S is Linux X64 version 6.4
NFSERVER has 3 volumes
DATA --> For Data Files, One copy of REDO LOG, TEMP Files,One copy of archive log etc
FRA --> For a second copy of REDO LOGS, one copy of ARCHIVE LOG and RMAN backups
OCR --> For OCR and Voting Disks
#$ uname -r
2.6.39-400.24.1.el6uek.x86_64
We are following Oracle ID 359515.1 to set the mount options
Here is our settings.
NFSSERVER:/DATA /u01/data nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,actimeo=0,vers=3,timeo=600 0 0
NFSSERVER:/FRA /u01/fra nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,actimeo=0,vers=3,timeo=600 0 0
0