<?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: EVA8100 failover/failback in MSA Storage</title>
    <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974181#M4024</link>
    <description>Hello&lt;BR /&gt;&lt;BR /&gt;the EVA is not an active/active SAN so the config you want to make is not possible.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
    <pubDate>Mon, 14 Jul 2008 17:49:24 GMT</pubDate>
    <dc:creator>Fernando Cabal</dc:creator>
    <dc:date>2008-07-14T17:49:24Z</dc:date>
    <item>
      <title>EVA8100 failover/failback</title>
      <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974180#M4023</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
the storage for our rx2660 running SLES10 is grouped as follows:&lt;BR /&gt;
&lt;BR /&gt;
pool a: Controller A failover/failback&lt;BR /&gt;
pool b: Controller B failover/failback&lt;BR /&gt;
&lt;BR /&gt;
on our EVA 8100. On the rx2660 the pools are added by striping to a lvm volume. Through the hp_fibre software I see (failover setting) with adapter_info -L that all luns are on one (of the two HBAs) which is not load balanced but limited by the throughput of one HBA. &lt;BR /&gt;
&lt;BR /&gt;
How can I achieve equal balancing of the luns through both HBAs with respect to a failover scenario?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Rudi Gabler</description>
      <pubDate>Fri, 11 Jul 2008 10:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974180#M4023</guid>
      <dc:creator>Rudolf Gabler</dc:creator>
      <dc:date>2008-07-11T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: EVA8100 failover/failback</title>
      <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974181#M4024</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;the EVA is not an active/active SAN so the config you want to make is not possible.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Mon, 14 Jul 2008 17:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974181#M4024</guid>
      <dc:creator>Fernando Cabal</dc:creator>
      <dc:date>2008-07-14T17:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: EVA8100 failover/failback</title>
      <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974182#M4025</link>
      <description>Rudi&lt;BR /&gt;&lt;BR /&gt;I recently completed a deployment on an EVA8xxx and EVA4xxx and I learned that the newer products do support failover.&lt;BR /&gt;&lt;BR /&gt;This is the setup for SLES 10 SP1 or SP2, using SLES drivers provided by Novell.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;modprobe.conf.local:&lt;BR /&gt;options qla2xxx ql2xmaxqdepth=16 qlport_down_retry=10 ql2xloginretrycount=30 ql2xfailover=0&lt;BR /&gt;&lt;BR /&gt;(ql2xfailover=0 is the real option that turns of failover on the Qlogic or HP Qlogic based cards and allos to use the 2 paths)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/multipath.conf:&lt;BR /&gt;defaults {&lt;BR /&gt;        user_friendly_names     yes&lt;BR /&gt;        multipath_tool          "/sbin/multipath -v0"&lt;BR /&gt;        udev_dir                /dev&lt;BR /&gt;        polling_interval        10&lt;BR /&gt;        default_selector        "round-robin 0"&lt;BR /&gt;        default_path_grouping_policy    failover&lt;BR /&gt;        default_getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;        default_prio_callout            "/bin/true"&lt;BR /&gt;        rr_min_io               100&lt;BR /&gt;        failback                immediate&lt;BR /&gt;        default_features        "0"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;blacklist {&lt;BR /&gt;        devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)*"&lt;BR /&gt;        devnode "^hd*]"&lt;BR /&gt;        devnode "^cciss!cd**]"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;devices {&lt;BR /&gt;        device {&lt;BR /&gt;                vendor                  "(COMPAQ|HP)"&lt;BR /&gt;                product                 "HSV11|HSV20|HSV300"&lt;BR /&gt;                getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;                features                "0"&lt;BR /&gt;                hardware_handler        "0"&lt;BR /&gt;                path_grouping_policy    group_by_prio&lt;BR /&gt;                failback                immediate&lt;BR /&gt;                rr_weight               uniform&lt;BR /&gt;                no_path_retry           12&lt;BR /&gt;                rr_min_io               100&lt;BR /&gt;                path_checker            tur&lt;BR /&gt;&lt;BR /&gt;        }&lt;BR /&gt;}&lt;BR /&gt;##  this is to obtain names that don-t change after reeboot; name to be used safely in /etc/fstab&lt;BR /&gt;multipaths {&lt;BR /&gt;        multipath {&lt;BR /&gt;                wwid                    000000000000000000000000&lt;BR /&gt;                alias                   mpath1&lt;BR /&gt;        }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Fernando</description>
      <pubDate>Thu, 17 Jul 2008 18:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974182#M4025</guid>
      <dc:creator>Fernando Cabal</dc:creator>
      <dc:date>2008-07-17T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: EVA8100 failover/failback</title>
      <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974183#M4026</link>
      <description>Hi Fernando,&lt;BR /&gt;&lt;BR /&gt;to your first reply:&lt;BR /&gt; the eva8100 is an active/active by default. Older Storage (i.e.eva5000 are active/active by the latest firmware).&lt;BR /&gt;&lt;BR /&gt;to your second reply:&lt;BR /&gt;&lt;BR /&gt;failover is supported since years with the hp (qlogic) failover drivers. On the other hand, these drivers also solve the multipath problem. I don't understand why one should turn the failover support down. This is a wanted property.</description>
      <pubDate>Fri, 18 Jul 2008 06:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974183#M4026</guid>
      <dc:creator>Rudolf Gabler</dc:creator>
      <dc:date>2008-07-18T06:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: EVA8100 failover/failback</title>
      <link>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974184#M4027</link>
      <description>If you want to stay with the QLogic failover, the "ql2xlbType" should allow a simple round-robin load balancing of virtual disks across paths. But I doubt that the driver is so clever and understands optimized and non-optimized (through the non-owning controller) paths. Depending on your SAN topology, the setting might not accomplish what you want.&lt;BR /&gt;&lt;BR /&gt;I've never tried it, but maybe you can do explicit path selection with the SANsurfer HBA software (optinal install).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I don't understand why one should turn the failover support down.&lt;BR /&gt;&lt;BR /&gt;In Fernando's setup, the multipath failover is done by the devicemapper software on top of the QLogic adapter driver, so the driver must not filter any paths.&lt;BR /&gt;&lt;BR /&gt;If you want to stay with the QLogic failover, of course, you should not turn off its multipath failover handling.</description>
      <pubDate>Fri, 18 Jul 2008 07:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva8100-failover-failback/m-p/974184#M4027</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-07-18T07:20:46Z</dc:date>
    </item>
  </channel>
</rss>

