<?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: Can we use NAS (NFS file system) for Linux clusters in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4815751#M44581</link>
    <description>&lt;P&gt;Senthil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are likely mixing up NFS with iSCSI sir. Most NAS Filers these days offer iSCI services -- which is a block level service (like SANs do) . NFS is filebased - hence cannot be used in any regular clustering/HA in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can Google Linux iSCSI and you can even play with it yourself by testing say OpenFIler or even Linux iSCSI target where a Linux server can act as an iSCSI server and offer storage as it it were an iSCSI device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is however a better way in providing HA Storage for use in HA Clusters specially these days of faster interconnects (FCOE, 10GbE, converged adapters)...&amp;nbsp; is is called DRBD (&lt;A target="_blank" href="http://www.drbd.org/"&gt;www.drbd.org&lt;/A&gt;). It has been in Linux mainline kernel for sometime now. See a how to integrating DRBD with RHCS here - &lt;A target="_blank" href="http://www.drbd.org/users-guide/ch-rhcs.html"&gt;http://www.drbd.org/users-guide/ch-rhcs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2011 15:04:16 GMT</pubDate>
    <dc:creator>Zinky</dc:creator>
    <dc:date>2011-07-06T15:04:16Z</dc:date>
    <item>
      <title>Can we use NAS (NFS file system) for Linux clusters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798239#M44519</link>
      <description>&lt;!--!*#--&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Usually we are using SAN disks for Linux clusters...&lt;BR /&gt;&lt;BR /&gt;I would like to know whether we can use NAS (NFS file system) for Linux clusters.</description>
      <pubDate>Mon, 13 Jun 2011 14:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798239#M44519</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2011-06-13T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use NAS (NFS file system) for Linux clusters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798240#M44520</link>
      <description>How do you want to use it? What exactly are you trying to accomplish?</description>
      <pubDate>Tue, 14 Jun 2011 12:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798240#M44520</guid>
      <dc:creator>Larry Klasmier</dc:creator>
      <dc:date>2011-06-14T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use NAS (NFS file system) for Linux clusters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798241#M44521</link>
      <description>I would like to configure High Availability cluster using GFS....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For that, Can we use NFS share of filer in stead on SAN LUN?</description>
      <pubDate>Tue, 14 Jun 2011 13:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4798241#M44521</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2011-06-14T13:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use NAS (NFS file system) for Linux clusters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4814731#M44575</link>
      <description>&lt;P&gt;Shalom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, GFS will not format an NFS share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GFS is designed for active active clustering using for example Oracle RAC where there are more than 1 node running the database software accessing the same data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NFS shares can not be formatted and setting up a GFS share requires formatting or the GFS equivalent of newfs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF you give up GFS and go to an active passive configuration for say a mysql or Oracle database this will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SEP&lt;/P&gt;&lt;P&gt;Abusing smiley privileges: :smileyvery-happy:&amp;nbsp;:smileytongue:&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 00:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4814731#M44575</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-06T00:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use NAS (NFS file system) for Linux clusters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4815751#M44581</link>
      <description>&lt;P&gt;Senthil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are likely mixing up NFS with iSCSI sir. Most NAS Filers these days offer iSCI services -- which is a block level service (like SANs do) . NFS is filebased - hence cannot be used in any regular clustering/HA in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can Google Linux iSCSI and you can even play with it yourself by testing say OpenFIler or even Linux iSCSI target where a Linux server can act as an iSCSI server and offer storage as it it were an iSCSI device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is however a better way in providing HA Storage for use in HA Clusters specially these days of faster interconnects (FCOE, 10GbE, converged adapters)...&amp;nbsp; is is called DRBD (&lt;A target="_blank" href="http://www.drbd.org/"&gt;www.drbd.org&lt;/A&gt;). It has been in Linux mainline kernel for sometime now. See a how to integrating DRBD with RHCS here - &lt;A target="_blank" href="http://www.drbd.org/users-guide/ch-rhcs.html"&gt;http://www.drbd.org/users-guide/ch-rhcs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 15:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-use-nas-nfs-file-system-for-linux-clusters/m-p/4815751#M44581</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-07-06T15:04:16Z</dc:date>
    </item>
  </channel>
</rss>

