<?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: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376796#M35557</link>
    <description>Hey Sebastian, you are using an EVA 5000? Even with active/passive, you should be able to use dm-multipath. How about adding this 'devices' section to your /etc/multipath.conf file, restarting the multipathd daemon (not really required, but would be for good measure), and re-running 'multipath -v2'?&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;devices {&lt;BR /&gt;       device {&lt;BR /&gt;               vendor                  "(COMPAQ|HP)"&lt;BR /&gt;               product                 "HSV(1|2).*"&lt;BR /&gt;               getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;               prio_callout            "/sbin/mpath_prio_alua %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           60&lt;BR /&gt;               rr_min_io               1000&lt;BR /&gt;               path_checker            tur&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Please explain further what doesn't "work" with dm-multipath, the errors or problems you are receiving, and your /etc/multipath.conf file.</description>
    <pubDate>Wed, 11 Mar 2009 14:12:02 GMT</pubDate>
    <dc:creator>Steven McCoy</dc:creator>
    <dc:date>2009-03-11T14:12:02Z</dc:date>
    <item>
      <title>Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376793#M35554</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Install on my new Blade HS21 Linux Red Hat 5 Update 2 (Tikanga). After my installation I need install qlogic failover driver.&lt;BR /&gt;My Blade is boot from SAN and connected to HP EVA 5000 with Active/Passive Firmware (3028).&lt;BR /&gt;I read on portal site of IBM Company and Qlogic portal and HP Portal that I can use driver with failover option.&lt;BR /&gt;And I try drivers from Qlogic portal:&lt;BR /&gt;lafc-linux-8.02.08-1, qlafc-linux-8.01.07.15-2, qla2xxx-v8.01.06&lt;BR /&gt;From IBM portal driver: 8.01.07-15&lt;BR /&gt;From HP portal: hp_qla2x00-2007-10-05b, hp_qla2x00-2007-10-05a &lt;BR /&gt;My FC on my blade:&lt;BR /&gt;Product Identifier: PCI-X Combo 4Gb Fibre Channel Mezzanine HBA&lt;BR /&gt;Part Number: QMI2472&lt;BR /&gt;Serial Number: RFC0837C42595&lt;BR /&gt;Misc. Information: PW=10W;PCI=66MHZ;PCI-X=266MHz&lt;BR /&gt;Manufacturing Id: CU0210405-01 B&lt;BR /&gt;EFI Driver Version: 01.08&lt;BR /&gt;Firmware Version: 04.00.27&lt;BR /&gt;BIOS Version: 02.02&lt;BR /&gt;FCode Version: 02.00&lt;BR /&gt;When I install drivers from IBM portall and after that I &lt;BR /&gt;mkinitrd command after restart I have kernel panic.&lt;BR /&gt;Identical situation I have when I install drivers form Qlogic portal in diferents variants like qlinstall ora ./extras/build.sh install &amp;amp; mkinitrd. And identical situation I have when I install from HP drivers with option INSTALL -f&lt;BR /&gt;After restart something like in the attachment file and after that I have kernel panic.&lt;BR /&gt;What can I do in that situation please give me some advice or instructions how I can do failover on qlogic in my HS21 XM.&lt;BR /&gt;Where I find driver with option -fo.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sebastian</description>
      <pubDate>Wed, 11 Mar 2009 13:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376793#M35554</guid>
      <dc:creator>Sebastian Szewczyk</dc:creator>
      <dc:date>2009-03-11T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376794#M35555</link>
      <description>Hello Sebastian,&lt;BR /&gt;&lt;BR /&gt;Have you looked at RedHat's device-mapper-multipath (dm-multipath)? We use that here with our EVAs, and it supports failover.&lt;BR /&gt;&lt;BR /&gt;Here are my comments on dm-multipath from another thread:&lt;BR /&gt;&lt;BR /&gt;#############################################&lt;BR /&gt;&lt;BR /&gt;You could use device-mapper-multipath to assign devices via WWID and alias them to friendly names.&lt;BR /&gt;&lt;BR /&gt;Check out the contents of '/dev/disk/by-id/' and see if the WWIDs are shown up there:&lt;BR /&gt;&lt;BR /&gt;ls -l /dev/disk/by-id/&lt;BR /&gt;&lt;BR /&gt;Then populate the '/etc/multipath.conf' file similar to below (with a separate 'multipath' entry for each WWID):&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;defaults {&lt;BR /&gt;user_friendly_names yes&lt;BR /&gt;}&lt;BR /&gt;blacklist {&lt;BR /&gt;wwid 26353900f02796769&lt;BR /&gt;devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"&lt;BR /&gt;devnode "^hd[a-z]"&lt;BR /&gt;devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"&lt;BR /&gt;}&lt;BR /&gt;multipaths {&lt;BR /&gt;multipath {&lt;BR /&gt;wwid 3600508b400013cf32341b00000620000&lt;BR /&gt;alias myname1&lt;BR /&gt;}&lt;BR /&gt;multipath {&lt;BR /&gt;wwid 3600508b4113013cf32341b00000620000&lt;BR /&gt;alias myname2&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Restart the multipath daemon:&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/multipathd restart&lt;BR /&gt;&lt;BR /&gt;Then try detecting the devices:&lt;BR /&gt;&lt;BR /&gt;multipath -v2&lt;BR /&gt;multipath -ll&lt;BR /&gt;&lt;BR /&gt;If your LUNs do not show up, consider taking a look at the '/usr/share/doc/device-mapper-multipath*/multipath.conf.defaults' file and adding a devices section for your SAN. Something similar to:&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;devices {&lt;BR /&gt;device {&lt;BR /&gt;vendor "(COMPAQ|HP)"&lt;BR /&gt;product "HSV(1|2).*"&lt;BR /&gt;getuid_callout "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;prio_callout "/sbin/mpath_prio_alua %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 60&lt;BR /&gt;rr_min_io 1000&lt;BR /&gt;path_checker tur&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Don't forget to re-run 'multipath -v2' if you make any changes to the config file.&lt;BR /&gt;&lt;BR /&gt;#############################################&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH, please reply if it doesn't.</description>
      <pubDate>Wed, 11 Mar 2009 13:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376794#M35555</guid>
      <dc:creator>Steven McCoy</dc:creator>
      <dc:date>2009-03-11T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376795#M35556</link>
      <description>I tyry device-mapper multipath and always I have problem because dosen;t work properly now I try them adn give yu my console output.&lt;BR /&gt;But in documentation I read that device-mapper multipath supports only Active/Active firmware nut on my EVA 5000 I have 3028 Firmwvare with Active/Passive.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sebastian</description>
      <pubDate>Wed, 11 Mar 2009 13:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376795#M35556</guid>
      <dc:creator>Sebastian Szewczyk</dc:creator>
      <dc:date>2009-03-11T13:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376796#M35557</link>
      <description>Hey Sebastian, you are using an EVA 5000? Even with active/passive, you should be able to use dm-multipath. How about adding this 'devices' section to your /etc/multipath.conf file, restarting the multipathd daemon (not really required, but would be for good measure), and re-running 'multipath -v2'?&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;devices {&lt;BR /&gt;       device {&lt;BR /&gt;               vendor                  "(COMPAQ|HP)"&lt;BR /&gt;               product                 "HSV(1|2).*"&lt;BR /&gt;               getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;               prio_callout            "/sbin/mpath_prio_alua %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           60&lt;BR /&gt;               rr_min_io               1000&lt;BR /&gt;               path_checker            tur&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Please explain further what doesn't "work" with dm-multipath, the errors or problems you are receiving, and your /etc/multipath.conf file.</description>
      <pubDate>Wed, 11 Mar 2009 14:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376796#M35557</guid>
      <dc:creator>Steven McCoy</dc:creator>
      <dc:date>2009-03-11T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376797#M35558</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Ok I can try tomorrow configure multipath. Now I install new clean OS like Linux Red Hat 5 Update 2 (Tikanga) x86_64.&lt;BR /&gt;Tomorrow on the morning I configure them and i write you what problem i have ok.&lt;BR /&gt;Thank you very much that you interest my problem and you give me some advice.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sebastian</description>
      <pubDate>Wed, 11 Mar 2009 14:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376797#M35558</guid>
      <dc:creator>Sebastian Szewczyk</dc:creator>
      <dc:date>2009-03-11T14:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376798#M35559</link>
      <description>Ok like I promise I isntall fresh from boxes&lt;BR /&gt;Linux Red Hat 5 Update 2 (Tikanga).&lt;BR /&gt;I configure my multipath with your suggestion configurationfile in attachment. and when I restart multipath , multipath -v2&amp;amp;ll I have something like that output:&lt;BR /&gt;[root@xyz etc]# /etc/init.d/multipathd restart&lt;BR /&gt;Stopping multipathd daemon:                                [  OK  ]&lt;BR /&gt;Starting multipathd daemon:                                [  OK  ]&lt;BR /&gt;[root@xyd etc]# multipath -v2&lt;BR /&gt;error calling out /sbin/mpath_prio_alua sda&lt;BR /&gt;error calling out /sbin/mpath_prio_alua sdb&lt;BR /&gt;error calling out /sbin/mpath_prio_alua sda&lt;BR /&gt;error calling out /sbin/mpath_prio_alua sdb&lt;BR /&gt;DM message failed [queue_if_no_path&lt;BR /&gt;]&lt;BR /&gt;[root@xyd etc]# multipath -ll&lt;BR /&gt;What can I do now.&lt;BR /&gt;I wait for your replay adn advices.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sebastian</description>
      <pubDate>Thu, 12 Mar 2009 10:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376798#M35559</guid>
      <dc:creator>Sebastian Szewczyk</dc:creator>
      <dc:date>2009-03-12T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376799#M35560</link>
      <description>RHEL 5.2 you should be able to use the inbox QLogic drivers and device mapper MPIO.&lt;BR /&gt;&lt;BR /&gt;These may help&lt;BR /&gt;&lt;BR /&gt;Device Mapper Multipath enablement kit for HP StorageWorks Disk Arrays v4.1.1&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=co-67922-1&amp;amp;jumpid=reg_R1002_USEN" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=co-67922-1&amp;amp;jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Device Mapper Migration kit v1.2 for HP StorageWorks Disk Arrays&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=co-58149-1&amp;amp;jumpid=reg_R1002_USEN" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=co-58149-1&amp;amp;jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Release Notes for Migration from Qlogic Failover/Emulex Multipulse to HP Device Mapper Multipath &lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01388427/c01388427.pdf?jumpid=reg_R1002_USEN" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01388427/c01388427.pdf?jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376799#M35560</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2009-03-12T11:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Qlogic Failover on HS21 XM(7795G1G) and Linux RH 5.2 x86_64</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376800#M35561</link>
      <description>Hello Jimmy&lt;BR /&gt;Everythink is ok I know about that software but I have Active/Passive Firmware on my Arrays. On that soft you must have to Active/Active fimrware on Arrays.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sebastian</description>
      <pubDate>Thu, 12 Mar 2009 11:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-qlogic-failover-on-hs21-xm-7795g1g-and-linux-rh-5-2/m-p/4376800#M35561</guid>
      <dc:creator>Sebastian Szewczyk</dc:creator>
      <dc:date>2009-03-12T11:48:16Z</dc:date>
    </item>
  </channel>
</rss>

