<?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 mounts connection problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526408#M38729</link>
    <description>i have emulex HBA's</description>
    <pubDate>Tue, 03 Nov 2009 12:59:44 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2009-11-03T12:59:44Z</dc:date>
    <item>
      <title>SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526402#M38723</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;i have RHEL AS 4.8 server connected to DMX4 EMC SAN storage through dual switches and dual fibre cards and dual connections, if anyone of these connections lost these file systems will be mount in read only mode, how to change this option to be mounted as a read/write mode, as in hp-ux , i hear that tune2fs could do this , but i do not get the exact suitable option , kindly advice.&lt;BR /&gt;&lt;BR /&gt;BR;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 09:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526402#M38723</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2009-11-03T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526403#M38724</link>
      <description>HI, do you have any MPIO drivers and DM in place. These should be able to manage the loss of multiple paths to your SAN devices, without placing the fs in readonly mode&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>Tue, 03 Nov 2009 11:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526403#M38724</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2009-11-03T11:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526404#M38725</link>
      <description>we have powerpath for EMC , but file systems mounted in read only mode if any connection problem happened.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 11:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526404#M38725</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2009-11-03T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526405#M38726</link>
      <description>Filesystems are mounted in read-only mode because an filesystem error has been detected. To get the filesystems back to read/write mode, you must unmount the filesystem, run fsck on it, and then you can mount it normally.&lt;BR /&gt;&lt;BR /&gt;The system remembers that an error has been detected on a filesystem and will not let you mount it read/write until you run a fsck on that filesystem.&lt;BR /&gt;&lt;BR /&gt;The root cause of your read-only problem is a failure of your multipath configuration.&lt;BR /&gt;&lt;BR /&gt;If you are familiar with PowerPath in HP-UX, be aware that works very differently in Linux. You *must* use the /dev/emcpower* device names to get the benefit of PowerPath multipathing: if you use /dev/sd* devices, PowerPath is completely bypassed and it cannot help you when a path fails.&lt;BR /&gt;&lt;BR /&gt;If you use traditional partitions, are the disks mounted using /dev/emcpower* device names? &lt;BR /&gt;&lt;BR /&gt;If you use LVM, does the command&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v | grep "PV Name"&lt;BR /&gt;&lt;BR /&gt;list /dev/emcpower* device names for all SAN PVs? &lt;BR /&gt;(If you haven't already done so, you may have to write a custom filter statement in /etc/lvm/lvm.conf to make the LVM use /dev/emcpower* devices and ignore the respective /dev/sd* devices.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 03 Nov 2009 12:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526405#M38726</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-03T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526406#M38727</link>
      <description>i already user powerpath device name , but still when i faced any problem it will be mounted as read-only ,and also i use LVM in configuring mount points  any suggestion</description>
      <pubDate>Tue, 03 Nov 2009 12:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526406#M38727</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2009-11-03T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526407#M38728</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;which FC HBAs are you using? I have had problems with the FC adapter trying to manage the failover instead of MPIO when using Qlogic cards.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 12:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526407#M38728</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2009-11-03T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526408#M38729</link>
      <description>i have emulex HBA's</description>
      <pubDate>Tue, 03 Nov 2009 12:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526408#M38729</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2009-11-03T12:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526409#M38730</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you checked in the logs that the powerpath licence doesnt have an issue. I found the following resource on the web:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blog.thilelli.net/post/2009/02/09/Comparison:-EMC-PowerPath-vs-GNU/Linux-dm-multipath" target="_blank"&gt;http://blog.thilelli.net/post/2009/02/09/Comparison:-EMC-PowerPath-vs-GNU/Linux-dm-multipath&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Keep in mind that without purchasing an appropriate EMC license, PowerPath can only be used in failover mode (active-passive mode). Multiple paths accesses are not supported in this case: no round-robin, and no I/O load balancer for example."&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 13:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526409#M38730</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2009-11-03T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAN mounts connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526410#M38731</link>
      <description>Even the failover mode should have prevented errors when one SAN connection was lost. &lt;BR /&gt;&lt;BR /&gt;Have you verified that PowerPath really can access the LUNs through both fibre cards?&lt;BR /&gt;&lt;BR /&gt;What does "powermt display dev=all" say?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 03 Nov 2009 14:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/san-mounts-connection-problem/m-p/4526410#M38731</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-03T14:37:01Z</dc:date>
    </item>
  </channel>
</rss>

