<?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: Is there shared storage conflicts or hardware error? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704443#M42539</link>
    <description>&amp;gt; Can I safely mount R/W different partitions from different nodes connected to shared SCSI storage. &lt;BR /&gt;&lt;BR /&gt;The answer is yes. The concurrent access will be handled by the filesystem, so it won't get corrupted until you use a cluster-aware shared mode filesystem.&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Oct 2010 08:35:24 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2010-10-26T08:35:24Z</dc:date>
    <item>
      <title>Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704439#M42535</link>
      <description>I have standard DL380 G3 packaged cluster equipped with MSA500 storage.&lt;BR /&gt;In my case I have two Linux hosts connected to one shared storage via SCSI bus.  Both Linux nodes can communicate with storage separately. But I want to get simultaneously read/write to different file systems from each node.&lt;BR /&gt;For example nodeA mount /dev/cciss/c0d2p1 like its own ext3 file system and nodeB mount /dev/cciss/c0d2p2 relatively like its  own by nodeB  file system. When read/write loading occur shared storage hang.  Is it shared SCSI conflicts or hardware error? Do I need to use file systems with distributed lock manager to get both nodes parallel R/W even to different mounted partitions ?&lt;BR /&gt;&lt;BR /&gt;Thanks for any advise.</description>
      <pubDate>Mon, 25 Oct 2010 14:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704439#M42535</guid>
      <dc:creator>Andriy Galetski</dc:creator>
      <dc:date>2010-10-25T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704440#M42536</link>
      <description>You'll need a clustered file system.  There's not a lot of those around.  Veritas systems can do this, and not many others.  If you have both systems mount an ext3 systems and read write to it, you'll probably start having corrupt file systems in pretty short order.&lt;BR /&gt;&lt;BR /&gt;I'd suggest NFS as a better way to this, though slower.</description>
      <pubDate>Mon, 25 Oct 2010 17:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704440#M42536</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-10-25T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704441#M42537</link>
      <description>As TwoProc said, use a clustered/shared filesystem, it is the only way to get it mounted on both nodes in read/write mode.&lt;BR /&gt;&lt;BR /&gt;Examples of Clustered filesystems:&lt;BR /&gt;&lt;BR /&gt;GPFS (vendor IBM) - General Parallel File System (GPFS) supports replication between attached block storage. Available for AIX and Linux.&lt;BR /&gt;&lt;BR /&gt;OCFS, OCFS2 (Oracle Cluster FileSystem) - use it for clustered oracle databases&lt;BR /&gt;&lt;BR /&gt;GFS, GFS2 (Red Hat) &lt;BR /&gt;&lt;BR /&gt;QFS (Sun) - Quick File System, it is mainly used for the SAM (Storage and Archive Manager) product, which is a Hierarchical Storage Manager solution by Sun&lt;BR /&gt;&lt;BR /&gt;VxCFS - (Veritas Cluster File System)&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2010 07:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704441#M42537</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-10-26T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704442#M42538</link>
      <description>Thanks for suggestions. I had a little experience use GFS. But the question is: Can I safely mount R/W different partitions from different nodes connected to shared SCSI storage. In my case I`m did not going to use the same shared file system  from both nodes.&lt;BR /&gt;In other words block devices /dev/cciss/c0d2p1 and /dev/cciss/c0d2p2 is differ only volume /dev/cciss/c0d2 is the same.</description>
      <pubDate>Tue, 26 Oct 2010 07:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704442#M42538</guid>
      <dc:creator>Andriy Galetski</dc:creator>
      <dc:date>2010-10-26T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704443#M42539</link>
      <description>&amp;gt; Can I safely mount R/W different partitions from different nodes connected to shared SCSI storage. &lt;BR /&gt;&lt;BR /&gt;The answer is yes. The concurrent access will be handled by the filesystem, so it won't get corrupted until you use a cluster-aware shared mode filesystem.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2010 08:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704443#M42539</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-10-26T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704444#M42540</link>
      <description>Yep, you can, as long you you don't mount r/w a file system on two servers at once.  But different lv's from the same vg is no problem.  You'll have to put the vg in shared mode.</description>
      <pubDate>Wed, 27 Oct 2010 14:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704444#M42540</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-10-27T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704445#M42541</link>
      <description>&amp;gt; Yep, you can, as long you you don't mount r/w a file system on two servers at once&lt;BR /&gt;&lt;BR /&gt;Nope, you can easily mount the filesystem in read-write mode on more than one machine at once. That's why it's called _distributed_. The write operations will be handled with the help of the fencing mechanism, which is a special way of inter-cluster file locking mechanism. To read further look this article e.g. regarding the GFS filesystem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/magazine/009jul05/features/gfs_practices/" target="_blank"&gt;http://www.redhat.com/magazine/009jul05/features/gfs_practices/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2010 19:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704445#M42541</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-10-27T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704446#M42542</link>
      <description>&amp;gt; Nope, you can easily mount the filesystem in&lt;BR /&gt;&amp;gt; read-write mode on more than one machine at&lt;BR /&gt;&amp;gt; once. That's why it's called _distributed_.&lt;BR /&gt;&amp;gt; The write operations will be handled with the&lt;BR /&gt;&amp;gt; help of the fencing mechanism, which is a&lt;BR /&gt;&amp;gt; special way of inter-cluster file locking&lt;BR /&gt;&amp;gt; mechanism. To read further look this article&lt;BR /&gt;&amp;gt; e.g. regarding the GFS filesystem:&lt;BR /&gt;&lt;BR /&gt;Victor, andrij doesnt want to share fileystems on 2 nodes. Andrij wants to share a lun with 2 partitions, were the partitions are exclusively used by 2 nodes, between the 2 nodes.&lt;BR /&gt;&lt;BR /&gt;Personally I dont think its possible. If a node A wants to write to partition A of lun A, it needs to get a "scsi lock" on the lun A, and if node B has at that moment the "scsi lock", because node B wanted to write to partition B of lun A, then node A initiator will issue a scsi reset on to get the lock, which can result in hanging scsi busses, data corruption etc..&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 27 Oct 2010 22:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704446#M42542</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-10-27T22:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704447#M42543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Victor, andrij doesnt want to share&lt;BR /&gt;&amp;gt; fileystems on 2 nodes. Andrij wants to share&lt;BR /&gt;&amp;gt; a lun with 2 partitions, were the partitions&lt;BR /&gt;&amp;gt; are exclusively used by 2 nodes, between the&lt;BR /&gt;&amp;gt; 2 nodes.&lt;BR /&gt;Now I have to correct myself. I also had the impression andrij didnt had in mind to use gfs to obtain what he wanted.&lt;BR /&gt;&lt;BR /&gt;Offcourse if he would use gfs, he could offcourse do what he "set forth" to do, as then gfs would take care of the "scsi protocols things" between the 2 nodes"..&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 27 Oct 2010 22:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704447#M42543</guid>
      <dc:creator>chris huys_4</dc:creator>
      <dc:date>2010-10-27T22:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there shared storage conflicts or hardware error?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704448#M42544</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I also had the impression &lt;BR /&gt;&amp;gt;andrij didnt had in &lt;BR /&gt;&amp;gt;mind to use gfs to obtain &lt;BR /&gt;&amp;gt;what he wanted.&lt;BR /&gt;&lt;BR /&gt;That is right, I did not want use GFS because of its complexity.&lt;BR /&gt;It is clear that to avoid conflicts of sharing, clustered system should use distributed locking mechanism like DLM (Distributed Lock Manager).&lt;BR /&gt;I assumed that system can work without DLM because of data in logical partitions not overlapping so sharing conflicts should not occur. But it is wrong because SCSI bus and ID of volume device is still shared so access to its must be moderated.</description>
      <pubDate>Thu, 28 Oct 2010 05:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-there-shared-storage-conflicts-or-hardware-error/m-p/4704448#M42544</guid>
      <dc:creator>Andriy Galetski</dc:creator>
      <dc:date>2010-10-28T05:55:07Z</dc:date>
    </item>
  </channel>
</rss>

