<?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: SAN file system sharing question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616645#M40464</link>
    <description>thanks for the quick reply.&lt;BR /&gt;I think I got my answer.</description>
    <pubDate>Tue, 13 Apr 2010 13:17:48 GMT</pubDate>
    <dc:creator>avinash zodpe</dc:creator>
    <dc:date>2010-04-13T13:17:48Z</dc:date>
    <item>
      <title>SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616643#M40462</link>
      <description>&lt;!--!*#--&gt;All,&lt;BR /&gt;We are a Oracle ERP running business and are in process of upgrading our Linus from 4.4. to 5.4.&lt;BR /&gt;We have evrything on the HP MSA1500cs SAN.&lt;BR /&gt;Only OS is on the physical servers.&lt;BR /&gt;&lt;BR /&gt;To avoid downtime, we have bought another server and have done a fresh install of 5.4&lt;BR /&gt;What we want to do now is&lt;BR /&gt;point this new server to same file system on the SAN accessed by one of our database server&lt;BR /&gt;&lt;BR /&gt;Is it possible? Can we share the file system on the SAN?&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;AZ&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 11:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616643#M40462</guid>
      <dc:creator>avinash zodpe</dc:creator>
      <dc:date>2010-04-13T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616644#M40463</link>
      <description>Define share ?&lt;BR /&gt;&lt;BR /&gt;You can present the storage to more than one server but you cannot register/use unless you have ocfs, gfs, or asm configured like in a cluster.&lt;BR /&gt;&lt;BR /&gt;I would initially guess that the Oracle app versions would be different different enough between the two that you will have issues. ( this becomes a question for oracle support )&lt;BR /&gt;&lt;BR /&gt;To be safe I would replicate the data test that way you do not corrupt anything and have a backout option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 12:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616644#M40463</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-13T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616645#M40464</link>
      <description>thanks for the quick reply.&lt;BR /&gt;I think I got my answer.</description>
      <pubDate>Tue, 13 Apr 2010 13:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616645#M40464</guid>
      <dc:creator>avinash zodpe</dc:creator>
      <dc:date>2010-04-13T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616646#M40465</link>
      <description>Accessing a SAN-based filesystem simultaneously from two (or more) servers requires a special cluster filesystem, like GFS or OCFS. &lt;BR /&gt;&lt;BR /&gt;Trying it with a standard ext3 filesystem will quickly cause massive filesystem and data corruption. Don't experiment with a production system.&lt;BR /&gt;&lt;BR /&gt;What you *can* do, is make the downtime very short.&lt;BR /&gt;&lt;BR /&gt;1.) Prepare the new system, verify that it sees the SAN disks. Don't add the SAN-based filesystems to /etc/fstab, don't run fsck on them and don't mount them at this time. &lt;BR /&gt;&lt;BR /&gt;Backup /etc/fstab on the old server.&lt;BR /&gt;&lt;BR /&gt;2.) Downtime begins. Shut down the applications on the old server. Unmount the SAN disks.&lt;BR /&gt;&lt;BR /&gt;3.) Copy the lines referring to the SAN disks from the /etc/fstab file of the old server to the new server. &lt;BR /&gt;&lt;BR /&gt;Comment out the same /etc/fstab lines on the old server, so that it won't try to mount the SAN disks automatically if it reboots for any reason.&lt;BR /&gt;&lt;BR /&gt;4.) Mount the SAN filesystems on the new server, running a fsck if necessary. &lt;BR /&gt;&lt;BR /&gt;5.) Start up application on the new server. Downtime ends.&lt;BR /&gt;&lt;BR /&gt;6.) If the new server is stable, start tearing down the old server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it's necessary to roll back:&lt;BR /&gt;&lt;BR /&gt;R1.) Shutdown the application, unmount the disks from the new server, and make sure it won't automatically mount them at reboot.&lt;BR /&gt;&lt;BR /&gt;R2.) Restore the /etc/fstab on the old server that was backed up in step 1.&lt;BR /&gt;&lt;BR /&gt;R3.) Restart application on the old server.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 13 Apr 2010 13:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616646#M40465</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-04-13T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616647#M40466</link>
      <description>thank you very much for detailed explaination. That really helps !!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 14:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616647#M40466</guid>
      <dc:creator>avinash zodpe</dc:creator>
      <dc:date>2010-04-13T14:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAN file system sharing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616648#M40467</link>
      <description>Shalom AZ,&lt;BR /&gt;&lt;BR /&gt;You can make disk on the SAN visible to more than one system at the same time, but not mount or start Oracle.&lt;BR /&gt;&lt;BR /&gt;Once you are finished installing Oracle on the new server, a short cut over can be arranged. Downtime should be limited to how long it takes to stop oracle on one system and start it on the second.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Apr 2010 14:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-file-system-sharing-question/m-p/4616648#M40467</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-13T14:12:16Z</dc:date>
    </item>
  </channel>
</rss>

