<?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: lvm configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773040#M44098</link>
    <description>The ext3 filesystem is not cluster-aware. If you have it mounted read-write on multiple nodes at once, you will see corruption in the filesystem and if it's mounted read-only on one or more, there's no cache invalidation method to allow coherency.&lt;BR /&gt;&lt;BR /&gt;You might get away with a failover config, where it is mounted on one node, and upon some sort of failover, it's activated and mounted on another node - this is left as an exercise for the reader.&lt;BR /&gt;&lt;BR /&gt;If you need an active-active mount, you need a cluster aware filesystem, such as GFS (see the information posted by others above - they've already answered your questions.&lt;BR /&gt;</description>
    <pubDate>Sun, 03 Apr 2011 17:53:26 GMT</pubDate>
    <dc:creator>macosta</dc:creator>
    <dc:date>2011-04-03T17:53:26Z</dc:date>
    <item>
      <title>lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773034#M44092</link>
      <description>&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I used LVM  to configure a shared disk array (MSAP2000). But  when  I create a file on the shared disk from  noeud1 (linux redhat 5), I  do  not see the same file from the second  node.&lt;BR /&gt;&lt;BR /&gt;i need some assistance please</description>
      <pubDate>Sat, 02 Apr 2011 16:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773034#M44092</guid>
      <dc:creator>ats1</dc:creator>
      <dc:date>2011-04-02T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773035#M44093</link>
      <description>i use ext3 on the shared disk</description>
      <pubDate>Sat, 02 Apr 2011 16:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773035#M44093</guid>
      <dc:creator>ats1</dc:creator>
      <dc:date>2011-04-02T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773036#M44094</link>
      <description>Hi, I think you need some software like GFS in order to see these shared disk in both nodes.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 02 Apr 2011 22:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773036#M44094</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2011-04-02T22:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773037#M44095</link>
      <description>Node 2 has already read the directory information to its disk cache. When you use ext3 (or any other non-cluster filesystem), there is no way for node 1 to inform node 2 that it has made updates to the disk, so node 2 assumes its cached data is still valid. But it really isn't.&lt;BR /&gt;&lt;BR /&gt;All the non-cluster filesystems have a very strong designed-in assumption that the filesystem is only mounted on *one node at a time* only.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 03 Apr 2011 09:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773037#M44095</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-04-03T09:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773038#M44096</link>
      <description>Hello ats1,&lt;BR /&gt;&lt;BR /&gt;Red Hat GFS allows a cluster of Linux servers to share data in a common pool of storage -- see &lt;A href="http://www.redhat.com/gfs/." target="_blank"&gt;http://www.redhat.com/gfs/.&lt;/A&gt; The Cluster Logical Volume Manager (CLVM) provides a cluster-wide version of LVM2. CLVM provides the same capabilities as LVM2 on a single node, but makes the volumes available to all nodes in a Red Hat cluster. The logical volumes created with CLVM make logical volumes available to all nodes in a cluster. See &lt;A href="https://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Cluster_Suite_Overview/s1-clvm-overview-CSO.html." target="_blank"&gt;https://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Cluster_Suite_Overview/s1-clvm-overview-CSO.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Apr 2011 12:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773038#M44096</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2011-04-03T12:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773039#M44097</link>
      <description>the customer says,  he  has  already  clster  with  ext3. how can i enable the cache under LVM? Is not a problem with the preferred path?</description>
      <pubDate>Sun, 03 Apr 2011 15:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773039#M44097</guid>
      <dc:creator>ats1</dc:creator>
      <dc:date>2011-04-03T15:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773040#M44098</link>
      <description>The ext3 filesystem is not cluster-aware. If you have it mounted read-write on multiple nodes at once, you will see corruption in the filesystem and if it's mounted read-only on one or more, there's no cache invalidation method to allow coherency.&lt;BR /&gt;&lt;BR /&gt;You might get away with a failover config, where it is mounted on one node, and upon some sort of failover, it's activated and mounted on another node - this is left as an exercise for the reader.&lt;BR /&gt;&lt;BR /&gt;If you need an active-active mount, you need a cluster aware filesystem, such as GFS (see the information posted by others above - they've already answered your questions.&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Apr 2011 17:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773040#M44098</guid>
      <dc:creator>macosta</dc:creator>
      <dc:date>2011-04-03T17:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773041#M44099</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;sure you customer can use EXT3 within a cluster... but only one node can mount it at a given time. So in case of a failover, the filesystem is re-mounted on the failover node. EXT3 can't be accessed by more then one node at the same time. That's impossible. Use a cluster-aware filesystem like Oracle OCFS2 or GFS.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Sun, 03 Apr 2011 19:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773041#M44099</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2011-04-03T19:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773042#M44100</link>
      <description>If you need readonly access and the data does not change very often, you may also create a LVM snapshot of the volume and mount it on the other node.&lt;BR /&gt;&lt;BR /&gt;If you don't want to use a cluster filesystem, you may also sync two volumes via rsync or DRBD (distributed redundant block device: think of RAID1 via LAN)&lt;BR /&gt;&lt;BR /&gt;Usually you can't open a LVM volume on multiple devices as the volume will get locked on the first mount.&lt;BR /&gt;&lt;BR /&gt;Not only the filesystem needs to be clusteraware but also the volume manager. Use clvmd that is part of the Red Hat cluster suite.</description>
      <pubDate>Mon, 04 Apr 2011 06:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773042#M44100</guid>
      <dc:creator>Reiner  Rottmann</dc:creator>
      <dc:date>2011-04-04T06:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: lvm configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773043#M44101</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Can you give me a script to mount and dismount files system. How can i setup those scripts?&lt;BR /&gt;&lt;BR /&gt;bests regards&lt;BR /&gt;&lt;BR /&gt;Ats1</description>
      <pubDate>Tue, 05 Apr 2011 09:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-configuration/m-p/4773043#M44101</guid>
      <dc:creator>ats1</dc:creator>
      <dc:date>2011-04-05T09:17:02Z</dc:date>
    </item>
  </channel>
</rss>

