<?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 disks be shared ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569512#M68414</link>
    <description>Thanks for the reply.  Since I want both machines to be able to mount the same disks, so each has access to the database files, I guess I need an external RAID box.</description>
    <pubDate>Thu, 23 Jun 2005 12:03:18 GMT</pubDate>
    <dc:creator>tom_422</dc:creator>
    <dc:date>2005-06-23T12:03:18Z</dc:date>
    <item>
      <title>can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569510#M68412</link>
      <description>Can I share the disk array on my HP proliant with another proliant ?  If so, what do I need to do that? I'm looking at running Oracle RAC on my two proliants, which is oracle running its processes on each box, but accessing the same database on shared disk. Do I have to buy a separate RAID box to do this ?  Can I use firewire ?  The proliants are DL380's with 6 disks, running Linux 3.&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 23 Jun 2005 10:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569510#M68412</guid>
      <dc:creator>tom_422</dc:creator>
      <dc:date>2005-06-23T10:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569511#M68413</link>
      <description>Yes, disk arrays can be shared.&lt;BR /&gt;&lt;BR /&gt;I do not believe firewire would be appropriate.&lt;BR /&gt;&lt;BR /&gt;You can have two fiber/scsi connections to the disk array and then you can share the disks.&lt;BR /&gt;&lt;BR /&gt;You can use LVM, or LVM and Serviceguard to handle the actual sharing.&lt;BR /&gt;&lt;BR /&gt;What you can not do is have two systems mounting the same disk at the same time. That will under LVM at least work for about 10 seconds before your I/O subsystem goes wild.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Jun 2005 10:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569511#M68413</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-23T10:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569512#M68414</link>
      <description>Thanks for the reply.  Since I want both machines to be able to mount the same disks, so each has access to the database files, I guess I need an external RAID box.</description>
      <pubDate>Thu, 23 Jun 2005 12:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569512#M68414</guid>
      <dc:creator>tom_422</dc:creator>
      <dc:date>2005-06-23T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569513#M68415</link>
      <description>Not only that - you also need a shared file system implementation! A SCSI or Fibre Channel storage array only provides access to blocks of data, but it has no idea what a file system is.&lt;BR /&gt;&lt;BR /&gt;If you mount the file system on two plain servers, each one assumes it has full control over the volume. If you start creating and deleting files you will find out later that the  file system has become corrupted, because the file system handler does not how to communicate with the other server(s) to synchronize metadata changes.</description>
      <pubDate>Thu, 23 Jun 2005 13:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569513#M68415</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-06-23T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569514#M68416</link>
      <description>Right.  I was planning on using Oracle's Cluster file system (OCFS) and ASM - Automated Storage Manager to handle the logical volumes.</description>
      <pubDate>Thu, 23 Jun 2005 13:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569514#M68416</guid>
      <dc:creator>tom_422</dc:creator>
      <dc:date>2005-06-23T13:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569515#M68417</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think there are at least 2 or 3 ways to share your disk with a network-based solution, but connecting directly your disk to both systems won't work, as Uwe described.&lt;BR /&gt;&lt;BR /&gt;1st solution : on the first Proliant you can start NFS or Samba, which allow to create shares over a network. Then, mount the remote share on the local filesystem's second Proliant.&lt;BR /&gt;&lt;BR /&gt;1st solution (bis) : invert the first and the second Proliants.&lt;BR /&gt;&lt;BR /&gt;3rd (?) solution : use a third computer to share the data. Both Proliants will have to mount the shares.&lt;BR /&gt;&lt;BR /&gt;But if you need read-write access, I don't know if it will be enough powerful. If one reads and the other writes, no problem.</description>
      <pubDate>Fri, 01 Jul 2005 06:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569515#M68417</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2005-07-01T06:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: can disks be shared ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569516#M68418</link>
      <description>An external raid box is one solution.&lt;BR /&gt;&lt;BR /&gt;I've actually build Samba/Raid boxes with very inexpensive hardware that can allow multiple servers to access resources.&lt;BR /&gt;&lt;BR /&gt;For database acess, I'd put mysql or oracle on the same hardware as my little disk appliance.&lt;BR /&gt;&lt;BR /&gt;You might want to email me using this webform. Use the text box to give details.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;A href="http://www.isnamerica.com/contactsep.shtml" target="_blank"&gt;http://www.isnamerica.com/contactsep.shtml&lt;/A&gt;</description>
      <pubDate>Fri, 01 Jul 2005 07:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-disks-be-shared/m-p/3569516#M68418</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-01T07:41:14Z</dc:date>
    </item>
  </channel>
</rss>

