<?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 Shared Storage on Linux - Ideas! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690623#M42200</link>
    <description>Greetings!&lt;BR /&gt;&lt;BR /&gt;I wanted to ask this Elite group the ideas of  the standards around how the Linux server should be  setup around shared storage. This discussion is around clustering and should ALL LUNS be shared on clustered server except SAN boot. Please present all your ideas! Thanks for your time in advance.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;Brian.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Sep 2010 13:34:01 GMT</pubDate>
    <dc:creator>brian_31</dc:creator>
    <dc:date>2010-09-23T13:34:01Z</dc:date>
    <item>
      <title>Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690623#M42200</link>
      <description>Greetings!&lt;BR /&gt;&lt;BR /&gt;I wanted to ask this Elite group the ideas of  the standards around how the Linux server should be  setup around shared storage. This discussion is around clustering and should ALL LUNS be shared on clustered server except SAN boot. Please present all your ideas! Thanks for your time in advance.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;Brian.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690623#M42200</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-23T13:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690624#M42201</link>
      <description>There are several shared storage options. Â¿Can you describe your objetives, requirements and services that will be provided?</description>
      <pubDate>Thu, 23 Sep 2010 13:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690624#M42201</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-09-23T13:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690625#M42202</link>
      <description>Ivan,&lt;BR /&gt;&lt;BR /&gt;Thanks! Here is the Scenario.&lt;BR /&gt;&lt;BR /&gt;In a clustered environment (e.g., VCS) with SAN storage, how should LUNs be allocated to the servers in the cluster? Our Storage standard is that all LUNs are allocated to all servers (excluding the OS boot LUNs for the physical servers). Does this appraoch have any limitations for RHEL 5? OR are they any better alternatives?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Thu, 23 Sep 2010 13:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690625#M42202</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-23T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690626#M42203</link>
      <description>You have options liks OCFS2 and Red Hat GFS. You should have shared storage only for data that really should be shared. What is the point to have shared storage for a database that runs only on one server? If it's a file server, then you can balance the load between the cluster nodes.</description>
      <pubDate>Thu, 23 Sep 2010 14:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690626#M42203</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-09-23T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690627#M42204</link>
      <description>When you are talking about a cluster, all LUNs that may contain data that will be shared, should be presented to all nodes in the cluster.  This is the rule-of-thumb for all HA clusters.&lt;BR /&gt;&lt;BR /&gt;Also realize, except in the case of a clustered file system, or Oracle RAC, or some VERY specialized situations, a LUN is used to store the data for a single application (or application group) in the cluster and is only active on one node at a time - the node running that application.&lt;BR /&gt;&lt;BR /&gt;The only exception general, if you are really paranoid, is the case where an application is only allowed to run on a subset of the nodes in the cluster, you can then set up your environment to present the LUNs to only those specific nodes of the cluster.&lt;BR /&gt;&lt;BR /&gt;Finally, I believe that RHCS can support using LUN zoning as a method of fencing (data integrity) so that only the node running an app can even see that LUN.</description>
      <pubDate>Thu, 23 Sep 2010 23:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690627#M42204</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2010-09-23T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690628#M42205</link>
      <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;Is there any special config that we have to do with RHCS to acheive lun zoning? (Data integrity)?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Fri, 24 Sep 2010 00:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690628#M42205</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-24T00:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690629#M42206</link>
      <description>symantec also has CFS available, which builds upon VCS to provide shared SAN storage.&lt;BR /&gt;&lt;BR /&gt;another cheap way might be to provide NAS instead of SAN access, this would then be using NFS.</description>
      <pubDate>Fri, 24 Sep 2010 05:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690629#M42206</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-09-24T05:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690630#M42207</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if your plan is to be active/passive you could use the High Availability Extension that Novell/SuSE provide (you can get the non-suse version of this for distros like Ubuntu using Heartbeat or Pacemaker) and use the package to define resources including LUNs shared from SAN/other which are repointed to the 'other' node in the event of your defined set of failures.&lt;BR /&gt;&lt;BR /&gt;I am using this in production for a High Availability MySQL installation, where I need the data migrated to the other node if the primary fails. It works really well for me. It also means that I can use some of the SAN built-in features to extend the capabilities of the storage, and hive data off using Snapclones,etc.&lt;BR /&gt;&lt;BR /&gt;would be happy to share configs if it helps&lt;BR /&gt;&lt;BR /&gt;hope that helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690630#M42207</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2010-09-24T11:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690631#M42208</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In answer to your RHCS question, that is in their documentation.  But you should be aware that is not their first recommendation.  Their normal method of fencing is to have a member of the cluster power reset the failed server. For HP servers, the use of ILO is typical.</description>
      <pubDate>Fri, 24 Sep 2010 14:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690631#M42208</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2010-09-24T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Storage on Linux - Ideas!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690632#M42209</link>
      <description>Your options for shared or "clustered" storage are plentiful on Linux.  To wit:&lt;BR /&gt;&lt;BR /&gt;1.) RHCS (Redhat CLuster Service) GFS&lt;BR /&gt;Easy to setup, support is with your RHEL subscription -- likely no issues with support as you deal with 1 vendor - Redhat. &lt;BR /&gt;&lt;BR /&gt;2.) OCFS2 (Oracle Cluster FIlesystem)&lt;BR /&gt;Very easy to set up and install to and is now part of Oracle Linux via the Oracle Enterprise Kernel Offering. Support is via your Oracle Support subsciption. Free - generally.&lt;BR /&gt;&lt;BR /&gt;3.) Veritas CLuster Server&lt;BR /&gt;Might be the more complicated to set up as it includes VxVM (and VxFS) and is likely the most expensive. It is however the premier clustering solution for Tier-I companies.&lt;BR /&gt;&lt;BR /&gt;CLustering main ingredients include (1) the ability for storage to be immediately or always available on other nodes (2) the ability of a service to be failed over - IP, filesystems, etc to a different node and (3) the ability of more than one node to help in processing duties via shared access to clustered storage.&lt;BR /&gt;&lt;BR /&gt;In my shop we use it for Shared Oracle Archiev Log access, ORACLE RAC and simple Oracle DB failover for small DBs reside on Clustered storage - vxfs, gfs or ocfs2.&lt;BR /&gt;&lt;BR /&gt;Many many other useful things one can use clustered storage.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-storage-on-linux-ideas/m-p/4690632#M42209</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-09-27T15:17:49Z</dc:date>
    </item>
  </channel>
</rss>

