<?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: DM multipath on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166137#M50487</link>
    <description>Paths coming from 1:0 are from one HBA and other two paths from 2:0 which represents another HBA.&lt;BR /&gt;&lt;BR /&gt;so  make the masking/zoning changes mention above first so as to have one path each from each of the HBAa.</description>
    <pubDate>Wed, 25 Mar 2009 18:45:34 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2009-03-25T18:45:34Z</dc:date>
    <item>
      <title>DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166134#M50484</link>
      <description>How to remove paths under DM multipath management? We have 4 paths for each device, want reduce to 2. Thanks.</description>
      <pubDate>Wed, 25 Mar 2009 13:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166134#M50484</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-03-25T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166135#M50485</link>
      <description>First disconnect the extra paths or otherwise cause them to stop working (zoning/masking changes in FibreChannel environment?).&lt;BR /&gt;&lt;BR /&gt;Then execute "multipath -f mpathXX" where mpathXX is the name of multipath device whose paths you are reducing, or "multipath -F" to remove all non-functional paths and devices from the multipath tracking at once.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 25 Mar 2009 15:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166135#M50485</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-25T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166136#M50486</link>
      <description>multipath -F does not work, want remove [failed][faulty] path see below:&lt;BR /&gt;mpath1 (12345)&lt;BR /&gt;[size=10 GB][features="0"][hwhandler="0"]&lt;BR /&gt;\_ round-robin 0 [prio=3][active]&lt;BR /&gt; \_ 1:0:0:35 sdc 4:32  [active][ready]&lt;BR /&gt; \_ 1:0:1:35 sde 4:64  [active][ready]&lt;BR /&gt; \_ 2:0:0:35 sdg 4:96  [active][ready]&lt;BR /&gt; \_ 2:0:1:35 sdi 4:128 [failed][faulty]&lt;BR /&gt;&lt;BR /&gt;mpath0 (67894)&lt;BR /&gt;[size=10 GB][features="0"][hwhandler="0"]&lt;BR /&gt;\_ round-robin 0 [prio=3][active]&lt;BR /&gt; \_ 1:0:0:0  sdb 4:16  [active][ready]&lt;BR /&gt; \_ 1:0:1:0  sdd 4:48  [active][ready]&lt;BR /&gt; \_ 2:0:0:0  sdf 4:80  [active][ready]&lt;BR /&gt; \_ 2:0:1:0  sdh 4:112 [failed][faulty]&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2009 15:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166136#M50486</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-03-25T15:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166137#M50487</link>
      <description>Paths coming from 1:0 are from one HBA and other two paths from 2:0 which represents another HBA.&lt;BR /&gt;&lt;BR /&gt;so  make the masking/zoning changes mention above first so as to have one path each from each of the HBAa.</description>
      <pubDate>Wed, 25 Mar 2009 18:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166137#M50487</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-03-25T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166138#M50488</link>
      <description>Ah, so the underlying disk devices have not been deleted from the system yet? OK, I see now...&lt;BR /&gt;&lt;BR /&gt;To tell the system that a certain disk device is not going to come back, you should write an "1" to the "delete" pseudo-file in the sysfs directory of that disk device.&lt;BR /&gt;&lt;BR /&gt;In your situation:&lt;BR /&gt;&lt;BR /&gt;echo 1 &amp;gt; /sys/class/scsi_disk/2\:0\:1\:35/device/delete&lt;BR /&gt;&lt;BR /&gt;echo 1 &amp;gt; /sys/class/scsi_disk/2\:0\:1\:0/device/delete&lt;BR /&gt;&lt;BR /&gt;Don't bother to "cd" to the device directory, because that directory will cease to exist immediately after you enter that command.&lt;BR /&gt;&lt;BR /&gt;As far as I've understood, the multipath system should automatically receive a notification of the device deletion. If the multipath command still displays the failed links, try flushing the multipath devices again.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 27 Mar 2009 06:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166138#M50488</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-27T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166139#M50489</link>
      <description>MK,&lt;BR /&gt;is scsi_device same as scsi_disk under /sys/...?</description>
      <pubDate>Wed, 01 Apr 2009 14:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166139#M50489</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-04-01T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166140#M50490</link>
      <description>Why yes, it seems to end up into the same place.&lt;BR /&gt;&lt;BR /&gt;However, I just noticed there is another, even simpler path:&lt;BR /&gt;&lt;BR /&gt;echo 1 &amp;gt; /sys/block/sdh/device/delete&lt;BR /&gt;echo 1 &amp;gt; /sys/block/sdi/device/delete&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 01 Apr 2009 16:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166140#M50490</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-01T16:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: DM multipath on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166141#M50491</link>
      <description>Thanks MK. It helps.</description>
      <pubDate>Wed, 01 Apr 2009 17:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dm-multipath-on-linux/m-p/5166141#M50491</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-04-01T17:29:21Z</dc:date>
    </item>
  </channel>
</rss>

