<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: direct NFS Implementation in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67896#M7378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers, btw if i am not using multipaths i would then skip steps 1 and 2 right?&lt;/P&gt;&lt;P&gt;Since oranfstab is only use for indicating multipaths etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the kb these are the mount options i recommended to the customers:&lt;/P&gt;&lt;P&gt;rw,bg,hard,rsize=65536,wsize=65536,vers=3, nointr,timeo=600, tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for consistency i told them to apply the same mount options for all volumes, such as datafiles, redologs, archive logs, tmp etc... it should be fine right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 09:52:22 GMT</pubDate>
    <dc:creator>hongwee</dc:creator>
    <dc:date>2013-06-13T09:52:22Z</dc:date>
    <item>
      <title>direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67881#M7376</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone have any implementation guide for dNFS on RHEL?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Specifically are the mount options required on the Linux host for the /etc/fstab or the /etc/mtab?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far from what i read from Oracle documents, is that these mount options are not relevant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From TR 3633:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Direct NFS Configuration&lt;/P&gt;
&lt;P&gt;The first step to using the Direct NFS client is to make sure that all of the Oracle Database files residing on the NetApp storage system volumes are mounted using kernel NFS mounts. Direct NFS does not require any special NFS mount options. However, it needs the rsize and wsize NFS mount options to be set to 32768 (32K) as the max value of DB_BLOCK_SIZE can be 32K.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See the recommended NFS mount options for Oracle Databases in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://kb.netapp.com/support/index?page=content&amp;amp;id=3010189" target="_blank"&gt;http://kb.netapp.com/support/index?page=content&amp;amp;id=3010189&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It mentioned no special NFS mount options, but there is reference to the NFS mount options for Oracle... so which one should i follow?&lt;/P&gt;
&lt;P&gt;And where is the &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #ffffff;"&gt;ADR HOME &lt;/SPAN&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;located&lt;/SPAN&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:00:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67881#M7376</guid>
      <dc:creator>hongwee</dc:creator>
      <dc:date>2025-06-05T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67886#M7377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to NetApp Community. &lt;/P&gt;&lt;P&gt;Yes, you must follow the kb article to setup the mount points and mount the volumes with the required options. It is immaterial whether you are using DNFS or not, the mount points should be created and volumes must be mounted by the OS commands. DNFS makes use of oranfstab to start operating on the database files and can be checked by quering v$dnfs... views(v$dnfs_servers, v$dnfs_channels, v$dnfs_files, v$dnfs_stats). However you still require the mount points at all times. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For implementation I would suggest you to follow this general practice: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a file 'oranfstab' in one of the following locations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE style="font-size: 12px;"&gt;$ORACLE_HOME/dbs/oranfstab&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-size: 12px;"&gt;/etc/oranfstab&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="font-size: 12px;"&gt;/etc/mtab&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one from the top would be picked by Oracle instance for it's use. &lt;/P&gt;&lt;P&gt;2. Then modify the above file to something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server: FASController1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- This is just a name you can keep it anything&lt;/P&gt;&lt;P&gt;local: 10.238.162.233&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- Local IP address of the first ethernet interface that will be used for NFS, find this out from ifconfig -a&lt;/P&gt;&lt;P&gt;path: 10.238.162.234&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- IP address of the NFS Server which is NetApp Controller, find this out from System Manager or through SSH connection to Storage&lt;/P&gt;&lt;P&gt;local: 10.239.162.233&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- Local IP address of the second ethernet interface that will be used for NFS, find this out from ifconfig -a&lt;/P&gt;&lt;P&gt;path: 10.239.162.234&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- IP address of the NFS Server which is NetApp Controller, find this out from System Manager or through SSH connection to Storage&lt;/P&gt;&lt;P&gt;export: /vol/oradata1 mount: /mnt/oradata1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. And then you can run the following commands to enable ODM library:&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-size: 12px; color: #222222; background-color: #ffffff;"&gt;$ cd $ORACLE_HOME/lib &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-size: 12px; color: #222222; background-color: #ffffff;"&gt;$ &lt;/CODE&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 12px;"&gt;cp libodm11.so libodm11.so_stub &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 12px;"&gt;&lt;SPAN style="color: #222222; font-family: monospace; font-size: 12px; background-color: #ffffff;"&gt;$&lt;/SPAN&gt;&amp;nbsp; ln -s libnfsodm11.so libodm11.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That's all you have to do. Bounce back the instance and you should see from the v$dnfs views that the instance is now using DNFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADR refers to the Automatic Diagnostic Repository where all your logs are stored to diagnose. I think you can safely ignore this if you are not running 11gR1. There were special requirements of having a different mount option for storing diagnostic logs on the NFS share for this release however that is not applicable for any other release. Does that help? Please don't forget to mark this question as "Answered" if you all your queries are resolved to your satisfaction.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:21:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67886#M7377</guid>
      <dc:creator>naveenh</dc:creator>
      <dc:date>2013-06-13T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67896#M7378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers, btw if i am not using multipaths i would then skip steps 1 and 2 right?&lt;/P&gt;&lt;P&gt;Since oranfstab is only use for indicating multipaths etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the kb these are the mount options i recommended to the customers:&lt;/P&gt;&lt;P&gt;rw,bg,hard,rsize=65536,wsize=65536,vers=3, nointr,timeo=600, tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for consistency i told them to apply the same mount options for all volumes, such as datafiles, redologs, archive logs, tmp etc... it should be fine right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 09:52:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67896#M7378</guid>
      <dc:creator>hongwee</dc:creator>
      <dc:date>2013-06-13T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67901#M7379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Oranfstab would still be required even though you don't plan to use multiple paths. For the second portion of your question for linux with RAC the answer is yes, you should be good to go with the above options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 17:45:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67901#M7379</guid>
      <dc:creator>naveenh</dc:creator>
      <dc:date>2013-06-13T17:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67906#M7380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;short question about your last post here. Is there a specific reason why it is necessary to use a oranfstab even if there is no multipath configured? We think about to remove the oranfstab completely and only create one if we need to configure multipath.&lt;/P&gt;&lt;P&gt;I actually try to create a new volume/mountpoint structure for SMO and until now I don't see any problem. It seems to be enough when the (d)nfs-mountpoints of the db are configured in the /etc/fstab (OS: OEL 6.2; DB: &amp;gt; 11.2.0.3.6; dnfs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:00:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67906#M7380</guid>
      <dc:creator>MARTIN_LAUSCH</dc:creator>
      <dc:date>2014-01-22T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: direct NFS Implementation</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67909#M7381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We just started experimental with DNFS and we saw the performance degrade (just a little bit) with DNFS and I'm trying to explain why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Kernel NFS, a 5G datafile creation takes 18-19 seconds.&lt;/P&gt;&lt;P&gt;With DNFS, a 5G datafile creation takes 20-21 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping that DNFS with be faster than KNFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody has any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:04:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/direct-NFS-Implementation/m-p/67909#M7381</guid>
      <dc:creator>NAVEENGARG</dc:creator>
      <dc:date>2014-04-02T19:04:12Z</dc:date>
    </item>
  </channel>
</rss>

