<?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: Need help for RHEL 5.5 Multipath problem with  MSA2000fx in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688380#M42183</link>
    <description>This is called "multipathing" and it's normal in fault-tolerant FC storage installations.&lt;BR /&gt;&lt;BR /&gt;Instead of one /dev/sd* device per LUN, you'll get one /dev/sd* device for each _path_ the LUN can be accessed through. If you have (for example) two FibreChannel HBAs on your server, one FC switch and two connections to the MSA2000fc, here's how you get 4 paths:&lt;BR /&gt;- from HBA 1 to switch to MSA2000fc port A&lt;BR /&gt;- from HBA 2 to switch to MSA2000fc port A&lt;BR /&gt;- from HBA 1 to switch to MSA2000fc port B&lt;BR /&gt;- from HBA 2 to switch to MSA2000fc port B&lt;BR /&gt;&lt;BR /&gt;If you configure your server to support multipathing, your server can keep accessing the disk even if some connections are lost, as long as there is one good connection from the server to the switch and from the switch to the MSA.&lt;BR /&gt;&lt;BR /&gt;RedHat recommends using the RHEL 5.x's built-in DM-Multipathing. Please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/DM_Multipath/index.html" target="_blank"&gt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/DM_Multipath/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sun, 19 Sep 2010 12:04:59 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-09-19T12:04:59Z</dc:date>
    <item>
      <title>Need help for RHEL 5.5 Multipath problem with  MSA2000fx</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688379#M42182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone help me regarding the following issue:&lt;BR /&gt;&lt;BR /&gt;We installed RHEL 5.5 64 bit on a DL380 G5. And present a disk from MSA2000fc. But the problem  it shows multiple disk :&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 293.5 GB, 293563949056 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 35690 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1          25      200781   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              26        2065    16386300   82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p3            2066       35690   270092812+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 99.9 GB, 99999989760 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 12157 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda doesn't contain a valid partition table&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 99.9 GB, 99999989760 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 12157 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb doesn't contain a valid partition table&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdc: 99.9 GB, 99999989760 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 12157 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdc doesn't contain a valid partition table&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdd: 99.9 GB, 99999989760 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 12157 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdd doesn't contain a valid partition table&lt;BR /&gt;&lt;BR /&gt;Waiting for valuable reply.&lt;BR /&gt;&lt;BR /&gt;Aungshu</description>
      <pubDate>Sun, 19 Sep 2010 04:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688379#M42182</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2010-09-19T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for RHEL 5.5 Multipath problem with  MSA2000fx</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688380#M42183</link>
      <description>This is called "multipathing" and it's normal in fault-tolerant FC storage installations.&lt;BR /&gt;&lt;BR /&gt;Instead of one /dev/sd* device per LUN, you'll get one /dev/sd* device for each _path_ the LUN can be accessed through. If you have (for example) two FibreChannel HBAs on your server, one FC switch and two connections to the MSA2000fc, here's how you get 4 paths:&lt;BR /&gt;- from HBA 1 to switch to MSA2000fc port A&lt;BR /&gt;- from HBA 2 to switch to MSA2000fc port A&lt;BR /&gt;- from HBA 1 to switch to MSA2000fc port B&lt;BR /&gt;- from HBA 2 to switch to MSA2000fc port B&lt;BR /&gt;&lt;BR /&gt;If you configure your server to support multipathing, your server can keep accessing the disk even if some connections are lost, as long as there is one good connection from the server to the switch and from the switch to the MSA.&lt;BR /&gt;&lt;BR /&gt;RedHat recommends using the RHEL 5.x's built-in DM-Multipathing. Please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/DM_Multipath/index.html" target="_blank"&gt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/DM_Multipath/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 19 Sep 2010 12:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688380#M42183</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-19T12:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for RHEL 5.5 Multipath problem with  MSA2000fx</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688381#M42184</link>
      <description>Aungshurman,&lt;BR /&gt;&lt;BR /&gt;It is advisable that you  install the HP Device Multipather Enablement Kit. Since you are using RHEL 5.5, you need HPDM 4.4.1.&lt;BR /&gt;&lt;BR /&gt;Google HP Device Mapper 4.4.1 or check this link: &lt;A href="http://bizsupport1.austin.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=3559651&amp;amp;prodNameId=3559652&amp;amp;swEnvOID=2027&amp;amp;swLang=13&amp;amp;mode=2&amp;amp;taskId=135&amp;amp;swItem=co-82195-1" target="_blank"&gt;http://bizsupport1.austin.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=3559651&amp;amp;prodNameId=3559652&amp;amp;swEnvOID=2027&amp;amp;swLang=13&amp;amp;mode=2&amp;amp;taskId=135&amp;amp;swItem=co-82195-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With HPDM, you'll get /etc/multipath.conf "tuned" for whatecer flavour of HP StorageWorks array you may have -- incluing the MSA you described.&lt;BR /&gt;&lt;BR /&gt;Once it is installed and your system rebooted, your MSA storage will now have /dev/mapper/mpathNN entries - whose "device paths" you can check via "multipath -ll".&lt;BR /&gt;&lt;BR /&gt;This device mapper entry /dev/mapper/mpathNN is now what you should fdisk and partition and USE for whatever.&lt;BR /&gt;&lt;BR /&gt;You may also want to use friendly names by having multipather "aliases" in /etc/multipath.conf so your device mapper names can have much meaningful names like: /dev/mapper/ASMDISK01.&lt;BR /&gt;&lt;BR /&gt;Pls. be familar with HP Device Mapper and Linux Multipath -- it is really simple.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;N</description>
      <pubDate>Mon, 20 Sep 2010 18:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688381#M42184</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-09-20T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for RHEL 5.5 Multipath problem with  MSA2000fx</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688382#M42185</link>
      <description>&lt;!--!*#--&gt;BTW, here's a snippet of /etc/multipath.conf with HPDM Enablement kit installed:&lt;BR /&gt;&lt;BR /&gt;# The multipaths section - uncomment this section to define a per multipath&lt;BR /&gt;# device settings.&lt;BR /&gt;&lt;BR /&gt;multipaths {&lt;BR /&gt;&lt;BR /&gt;multipath {&lt;BR /&gt;        wwid                    3xxxxxxb40006a4640000a000011b0000&lt;BR /&gt;        alias                   ASMDISK001&lt;BR /&gt;}&lt;BR /&gt;multipath {&lt;BR /&gt;        wwid                    3xxxxxxb40006a5d50000f00001160000&lt;BR /&gt;        alias                   ASMDISK002&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# For MSA23xxfc and MSA23xxi arrays&lt;BR /&gt;device {&lt;BR /&gt;        vendor                  "HP"&lt;BR /&gt;        product                 "MSA2312fc|MSA2324fc|MSA2312i|MSA2324i"&lt;BR /&gt;        path_grouping_policy    group_by_prio&lt;BR /&gt;        getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"&lt;BR /&gt;        path_checker            tur&lt;BR /&gt;        path_selector           "round-robin 0"&lt;BR /&gt;        prio_callout            "/sbin/mpath_prio_alua /dev/%n"&lt;BR /&gt;        rr_weight               uniform&lt;BR /&gt;        failback                immediate&lt;BR /&gt;        hardware_handler        "0"&lt;BR /&gt;        no_path_retry           18&lt;BR /&gt;        rr_min_io               100&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2010 18:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-for-rhel-5-5-multipath-problem-with-msa2000fx/m-p/4688382#M42185</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-09-20T18:52:10Z</dc:date>
    </item>
  </channel>
</rss>

