<?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 Alternate Path failover - doesn't always work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960770#M631818</link>
    <description>This issue seems to have been out there for a few years now, and I just came across it again.&lt;BR /&gt;&lt;BR /&gt;Using alternate path failover on a SAN doesn't provide protection for all potential failures.  For example, if I pull the fibre channel cable on the storage side of a switch, PV Links does not failover to the alternate path.  If I pull the cable on the server side of the switch, it does failover.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a patch that may address this, or a whitepaper documenting this?  Third-party products like PowerPath do not have this issue, and it seems like a correctable problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Scott Riley&lt;BR /&gt;Stack Computer, Inc.</description>
    <pubDate>Mon, 28 Apr 2003 16:37:22 GMT</pubDate>
    <dc:creator>Stack</dc:creator>
    <dc:date>2003-04-28T16:37:22Z</dc:date>
    <item>
      <title>Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960770#M631818</link>
      <description>This issue seems to have been out there for a few years now, and I just came across it again.&lt;BR /&gt;&lt;BR /&gt;Using alternate path failover on a SAN doesn't provide protection for all potential failures.  For example, if I pull the fibre channel cable on the storage side of a switch, PV Links does not failover to the alternate path.  If I pull the cable on the server side of the switch, it does failover.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a patch that may address this, or a whitepaper documenting this?  Third-party products like PowerPath do not have this issue, and it seems like a correctable problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Scott Riley&lt;BR /&gt;Stack Computer, Inc.</description>
      <pubDate>Mon, 28 Apr 2003 16:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960770#M631818</guid>
      <dc:creator>Stack</dc:creator>
      <dc:date>2003-04-28T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960771#M631819</link>
      <description>'fcmsutil' doesn't see this because their domain stops at their HBA's and needs the cooperation of the switch to see what's beyond it.  HBA's only autosense the SAN topology and have nothing to do with the configuration which is overseen by the switch.</description>
      <pubDate>Mon, 28 Apr 2003 17:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960771#M631819</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-28T17:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960772#M631820</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Appears to me this is a fundamental flaw in your SAN design. &lt;BR /&gt;Not only do you want the HBAs going to separate switch ports, but those switch ports should have *separate* paths from the switch to the array. &lt;BR /&gt;It sounds like you still have a SPOF (the switch -&amp;gt; array path in this case) that needs to be eliminated. Doesn't have to be dedicated (i.e. you can share those paths with other hosts) but MUST be a separate path from the other HBA in this system.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 28 Apr 2003 17:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960772#M631820</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-28T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960773#M631821</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;The TD driver does perform a login to the storage device, so there is knowledge at least of what devices it has access to on the SAN.  But I can see a difference in what the driver may see between losing the HBA-&amp;gt;switch link versus losing the Switch-&amp;gt;storage link.  I think the difference there is with a failure on the HBA side of the switch, the driver can sense this immediately.  With a failure on the storage side of the switch, the HBA must not be sensing a failure in the link (it still has link -- to the switch), and therefore PV Links must rely on an I/O timeout rather than a hard error.&lt;BR /&gt;&lt;BR /&gt;Jeff,&lt;BR /&gt;&lt;BR /&gt;There's no SPOF in the design.  Dual independent fabrics, dual HBA's, dual storage controllers.  &lt;BR /&gt;&lt;BR /&gt;I'm running the test with an open telnet session to each of the Brocade switches.  Using a portperfshow, I can see dynamically the flow of data to the storage devices.  Pull the cable on the host side, and the alternate path takes over fairly quickly, about 30 seconds or so.  Pull the cable on the storage side (of one of the *two* paths to the LUNS), and it just stops.  It seems that PV Links is waiting to time out when there is no hard error to act upon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 21:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960773#M631821</guid>
      <dc:creator>Stack</dc:creator>
      <dc:date>2003-04-28T21:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960774#M631822</link>
      <description>In general I agree with you, hop count, path determination, circuit testing, these are all simple enough to add in.  (* Remember Euler circuits from Discrete Math *)&lt;BR /&gt;&lt;BR /&gt;I thought about this a lot yesterday and the only reason for failure that I could come up with had to do with marketing and sales, (* buy another utility *) or legacy.  (* We've always done it this way. *)  For example, a point to point topology doesn't need a switch and doesn't fit into this problem and Point to point existed before fabric.&lt;BR /&gt;&lt;BR /&gt;I'd be interested to know if 'AutoPath' also did this.&lt;BR /&gt;&lt;BR /&gt;Good luck with this worthy endeavor!</description>
      <pubDate>Tue, 29 Apr 2003 10:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960774#M631822</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-29T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Path failover - doesn't always work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960775#M631823</link>
      <description>We recently had a problem similar to this.  If we pull the cable from the system side, switch side, or storage side, the failover to an alternate path fails about every third or fourth time.  Even more serious, is that it hangs the system.&lt;BR /&gt;&lt;BR /&gt;After two months of testing, crash dumps, vendor visits, hp found a bug in lvmkmd that has existed at least since 11.0.&lt;BR /&gt;&lt;BR /&gt;They have plans to fix it in 11.23 but  no plans prior to this.</description>
      <pubDate>Tue, 29 Apr 2003 10:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-failover-doesn-t-always-work/m-p/2960775#M631823</guid>
      <dc:creator>Unix Administrator_5</dc:creator>
      <dc:date>2003-04-29T10:54:12Z</dc:date>
    </item>
  </channel>
</rss>

