While Oracle tech folks do their best to explain the meaning of not so many DNFS configuration file (oranfstab) parameters, I still find the official description a bit confusing. Therefore, I decided to share my understanding of the DNFS configuration parameters in hope that it will help someone or that if my understanding is wrong, someone corrects me :) So, if I am wrong please, please, please feel free to comment below.
REF: Oracle® Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux Part Number E22489-08
The parameters Enabling Direct NFS Client Oracle Disk Manager Control of NFS
cat $ORACLE_HOME/dbs/oranfstab
server: nfs_data_cfg_set1 # Remember you can anything here. It doesn't have any tech meaning local: locIP1 # e.g. local:168.192.1.32 path: nfsIPa # this IP could be different from the one specified in a /etc/mtab local: locIP2 path: nfsIPb local: locIP3 path: nfsIPc local: locIP4 path: nfsIPd dontroute # Optional Mnt_timeout: 30 # Oprional export: /vol/orad1 mount: /ora_nfs_a export: /vol/orad2 mount: /ora_nfs_b export: /vol/orad3 mount: /ora_nfs_c # Note that this is where nfs_data_cfg_set1 section ends server: nfs_fra_cfg_set2 local: locIP5 path: nfsIPf local: locIP6 path: nfsIPg local: locIP3 path: nfsIPc local: locIP4 path: nfsIPd Mnt_timeout: 120 export: /u01 mount: /fra_nfs_a # this is where nfs_fra_cfg_set2 ends server: nfs_dpump_cfg_set2 .... export: /vol/interfaces mount: /d_pump_a # this is where nfs_dpump_cfg_set2 ends
Let me know if this post helped you or you found a mistake.
Yury
Ready to optimize your Oracle Database for the future?