<?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: msa 2050 active/active setup on RHEL 6 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7066993#M55209</link>
    <description>&lt;P&gt;could you please share the file /etc/multipath.conf here&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 05:03:24 GMT</pubDate>
    <dc:creator>nour_32</dc:creator>
    <dc:date>2019-10-21T05:03:24Z</dc:date>
    <item>
      <title>msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002702#M55091</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I try to use my 2050 with 4 paths connected to the host as active/active array (2 dual-port HBA) . I use the Linux own dm-multipath solution, but it seems that whatever I do, it's running as round-robbin with only one path active at the same time.&lt;BR /&gt;&lt;BR /&gt;I couldn't find any best practices about this so I hope here for help.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Thomas</description>
      <pubDate>Mon, 16 Apr 2018 11:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002702#M55091</guid>
      <dc:creator>t. koenig</dc:creator>
      <dc:date>2018-04-16T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002703#M55092</link>
      <description>&lt;P&gt;Not exactly sure about your configuration, but keep in mind the MSA works with ALUA, this means the server always talks to the owner controller of a LUN, not to the "non-optimized" partner "standby" controller.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 11:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002703#M55092</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2018-04-16T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002736#M55093</link>
      <description>&lt;P&gt;I've two paths to controller A and two paths to B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A Pool has the LUN so I woul like to have at least two active connections, to A and not only one?!&lt;/P&gt;&lt;PRE&gt;/etc/multipath.conf:
# multipath.conf written by anaconda

defaults {
        user_friendly_names yes
}
blacklist {
        devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
        devnode "^hd[a-z]"
        devnode "^dcssblk[0-9]*"
        device {
                vendor "DGC"
                product "LUNZ"
        }
        device {
                vendor "IBM"
                product "S/390.*"
        }
        # don't count normal SATA devices as multipaths
        device {
                vendor  "ATA"
        }
        # don't count 3ware devices as multipaths
        device {
                vendor  "3ware"
        }
        device {
                vendor  "AMCC"
        }
        # nor highpoint devices
        device {
                vendor  "HPT"
        }
        wwid "3600508b1001c7726779870a9ed37a52d"
        wwid "*"
}
blacklist_exceptions {
        wwid "3600c0ff000293bdcb246d05a01000000"
}
multipaths {
        multipath {
                uid 0
                gid 0
                wwid "3600c0ff000293bdcb246d05a01000000"
                mode 0600
        }
}&lt;/PRE&gt;&lt;PRE&gt;multipath -ll
mpathb (3600c0ff000293bdcb246d05a01000000) dm-2 HPE,MSA 2050 SAN
size=4.4T features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| `- 1:0:0:0 sdb 8:16 active ready running
|-+- policy='round-robin 0' prio=1 status=enabled
| `- 3:0:0:0 sdd 8:48 active ready running
|-+- policy='round-robin 0' prio=1 status=enabled
| `- 2:0:0:0 sdc 8:32 active ready running
`-+- policy='round-robin 0' prio=1 status=enabled
  `- 4:0:0:0 sde 8:64 active ready running&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002736#M55093</guid>
      <dc:creator>t. koenig</dc:creator>
      <dc:date>2018-04-16T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002737#M55094</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; A Pool has the LUN so I woul like to have at least two active connections, to A and not only one?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be correct.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002737#M55094</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2018-04-16T16:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002738#M55095</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/19823"&gt;@Torsten.&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be correct.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and that is my my problem - only one path is active!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002738#M55095</guid>
      <dc:creator>t. koenig</dc:creator>
      <dc:date>2018-04-16T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002739#M55096</link>
      <description>&lt;P&gt;You should probably have a device specific section in your multipath.conf,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002739#M55096</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2018-04-16T16:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002741#M55097</link>
      <description>&lt;P&gt;yes, thats why I'm posting here my question.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002741#M55097</guid>
      <dc:creator>t. koenig</dc:creator>
      <dc:date>2018-04-16T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002742#M55098</link>
      <description>&lt;P&gt;This may help:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c01388344" target="_blank"&gt;https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c01388344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basically the MSA2000 config applies.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7002742#M55098</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2018-04-16T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7005764#M55103</link>
      <description>&lt;P&gt;It has used the default path selector which is "round-robin" unless modified in the configuration file. You could add 'path_selector' to the one that you wanted to be into defaults section and then reload the configs. Before the changes check with your vendor to see the supportablity and best practice to get this done, any precautions to be taken before reloading teh config changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 08:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7005764#M55103</guid>
      <dc:creator>simplylinuxfaq</dc:creator>
      <dc:date>2018-05-14T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7005778#M55104</link>
      <description>&lt;P&gt;Finally I changed my multipath.con defaults to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;defaults {
            user_friendly_names yes
            polling_interval           10
            path_selector              "round-robin 0"
            path_grouping_policy       group_by_prio
            prio                       alua   
            path_checker               tur    
            rr_min_io_rq               100
            flush_on_last_del          no
            max_fds                    "max"
            rr_weight                  uniform   
            failback                   immediate
            no_path_retry              18    
            queue_without_daemon       no
}&lt;/PRE&gt;&lt;P&gt;which make the grouping of my paths:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;multipath -ll
mpathn (3600c0ff0003b6910cb0f9d5a01000000) dm-2 HPE,MSA 2050 SAN
size=4.3T features='1 queue_if_no_path' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=50 status=active
| |- 1:0:0:0 sdb 8:16 active ready running
| `- 3:0:0:0 sdd 8:48 active ready running
`-+- policy='round-robin 0' prio=10 status=enabled
  |- 2:0:0:0 sdc 8:32 active ready running
  `- 4:0:0:0 sde 8:64 active ready running&lt;/PRE&gt;&lt;P&gt;Performance seems to be fine now.&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 09:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7005778#M55104</guid>
      <dc:creator>t. koenig</dc:creator>
      <dc:date>2018-05-14T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: msa 2050 active/active setup on RHEL 6</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7066993#M55209</link>
      <description>&lt;P&gt;could you please share the file /etc/multipath.conf here&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 05:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msa-2050-active-active-setup-on-rhel-6/m-p/7066993#M55209</guid>
      <dc:creator>nour_32</dc:creator>
      <dc:date>2019-10-21T05:03:24Z</dc:date>
    </item>
  </channel>
</rss>

