<?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: device-mapper-multipath in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846739#M24772</link>
    <description>I created the attached script for the creation of device files. It handles the loading of the modules, device file creation (e.g. multipath -v2), and kpartx. I set it up to be used with the service command for ease of implementation.&lt;BR /&gt;&lt;BR /&gt;Just put the file in /etc/rc.d/init.d/create_multipath_devices (or whatever you want to call it). Then run 'chkconfig create_multipath_devices on'. &lt;BR /&gt;&lt;BR /&gt;You can just use it as is or roll your own.&lt;BR /&gt;&lt;BR /&gt;David</description>
    <pubDate>Mon, 21 Aug 2006 10:51:28 GMT</pubDate>
    <dc:creator>David Child_1</dc:creator>
    <dc:date>2006-08-21T10:51:28Z</dc:date>
    <item>
      <title>device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846730#M24763</link>
      <description>Red Hat Enterprise Linux 4 &lt;BR /&gt;(Kernel 2.6.9-22ELsmp)&lt;BR /&gt;&lt;BR /&gt;I have executed the "multipath -v2" command and it generates and shows grouped multipathed devices.&lt;BR /&gt;&lt;BR /&gt;But in several articules I have seen that it should generates a "/dev/disk/by-name/WWID" block devices, but I only get a "/dev/dm-X", "/dev/mapper/WWID" and "/dev/mapper/dm-XpY" block devices; and this generated devices are lost after reboot.&lt;BR /&gt;&lt;BR /&gt;"/dev/dm-X", and "/dev/mapper/WWID" block devices are created after I run again the "multipath -v2" command. And "/dev/mapper/dm-XpY" block devices are created after I run the "kpartx -a /dev/dm-X" command.&lt;BR /&gt;&lt;BR /&gt;Any idea about my case?</description>
      <pubDate>Sun, 20 Aug 2006 00:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846730#M24763</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-20T00:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846731#M24764</link>
      <description>Apparently you haven't enabled the multipathd daemon, which is needed by device-mapper-multipath.&lt;BR /&gt;&lt;BR /&gt;Go to /usr/share/doc/device-mapper-multipath-&lt;VERSION&gt; directory on your RHEL4 server and read all the documentation found there.&lt;BR /&gt;&lt;BR /&gt;There are specific initial setup instructions (Multipath-usage.txt in the above-mentioned directory). Follow these instructions exactly.&lt;BR /&gt;&lt;BR /&gt;Note that some of the documentation in this directory is directly from the "generic" multipath-tools source package, and does *not* refer specifically to RHEL 4 unless it explicitly says so.&lt;BR /&gt;&lt;BR /&gt;You should get your multipath devices as /dev/mapper/mpath*, and symlinks to them as /dev/mpath/mpath*.&lt;BR /&gt;&lt;BR /&gt;The "/dev/disk/by-name/WWID" style of naming seems to be achievable when the multipath tools and udev are configured to work together. Apparently this integration was not yet done when RHEL 4 configuration was frozen for release. At that point, the device-mapper-multipath seems to have been quite recent development and not very well documented. Any documentation written later is likely to refer to the newer (much changed) versions, unless it is specifically written for RHEL 4.&lt;BR /&gt;&lt;BR /&gt;RHEL 4 has multipath-tools version 0.4.5: the udev integration was done in 0.4.6. Further changes were made in 0.4.7, which is the "latest" version.&lt;BR /&gt;&lt;BR /&gt;The device-mapper-multipath developers' web page has a Change Log which might be useful:&lt;BR /&gt;&lt;A href="http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home" target="_blank"&gt;http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home&lt;/A&gt;&lt;BR /&gt;&lt;/VERSION&gt;</description>
      <pubDate>Sun, 20 Aug 2006 05:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846731#M24764</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-08-20T05:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846732#M24765</link>
      <description>Matt, your info is VERY ambigous to me. I am a VERY newbie about this multipathing technolgies.&lt;BR /&gt;&lt;BR /&gt;The multipathd is started up at startup time of the server. The problem is other configuration.</description>
      <pubDate>Sun, 20 Aug 2006 17:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846732#M24765</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-20T17:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846733#M24766</link>
      <description>My /var/log/messages is being adding with this messages every 11 seconds (constantly):&lt;BR /&gt;&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdaa not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdb not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdd not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdg not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdh not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdj not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdl not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdm not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdp not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdr not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdu not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdv not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdx not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdz not ready.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Aug 2006 17:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846733#M24766</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-20T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846734#M24767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Make sure that the multipath daemon is automatically loaded at reboot :&lt;BR /&gt;   grep -i autopath /etc/rc.d/rc.sysinit&lt;BR /&gt;   find /etc/rc.d -print | grep -i autopath&lt;BR /&gt;&lt;BR /&gt;In your last mesage, it looks like a path have changed or have been lost, then all LUNs seen under that path disappeared and Linux kernel is trying to reconnect to them.&lt;BR /&gt;&lt;BR /&gt;Reboot the system to get a neat situation, then check again that autopath daemon has been automatically loaded.&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Aug 2006 18:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846734#M24767</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-08-20T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846735#M24768</link>
      <description>Both commands:&lt;BR /&gt;&lt;BR /&gt;grep -i autopath /etc/rc.d/rc.sysinit&lt;BR /&gt;find /etc/rc.d -print | grep -i autopath&lt;BR /&gt;&lt;BR /&gt;Returns nothing.&lt;BR /&gt;&lt;BR /&gt;The situation with the messages in /var/log/messages is the same after a reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Aug 2006 23:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846735#M24768</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-20T23:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846736#M24769</link>
      <description>If I change the commands to look for "multipath" instead of "autopath" they returns something:&lt;BR /&gt;&lt;BR /&gt;# grep -i multipath /etc/rc.d/rc.sysinit&lt;BR /&gt;if [ -x /sbin/lvm.static -o -x /sbin/multipath -o -x /sbin/dmraid ]; then&lt;BR /&gt;    if [ -f /etc/multipath.conf -a -x /sbin/multipath ]; then&lt;BR /&gt;        modprobe dm-multipath &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;        /sbin/multipath -v 0&lt;BR /&gt;                if [ -x /sbin/multipath ]; then&lt;BR /&gt;                        modprobe dm-multipath &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;                        /sbin/multipath -v 0&lt;BR /&gt;                if [ -x /sbin/multipath ]; then&lt;BR /&gt;                        modprobe dm-multipath &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;                        /sbin/multipath -v 0&lt;BR /&gt;# find /etc/rc.d -print | grep -i multipath&lt;BR /&gt;/etc/rc.d/rc4.d/S13multipathd&lt;BR /&gt;/etc/rc.d/rc3.d/S13multipathd&lt;BR /&gt;/etc/rc.d/rc6.d/K87multipathd&lt;BR /&gt;/etc/rc.d/rc0.d/K87multipathd&lt;BR /&gt;/etc/rc.d/init.d/multipathd&lt;BR /&gt;/etc/rc.d/rc2.d/S13multipathd&lt;BR /&gt;/etc/rc.d/rc1.d/K87multipathd&lt;BR /&gt;/etc/rc.d/rc5.d/S13multipathd</description>
      <pubDate>Sun, 20 Aug 2006 23:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846736#M24769</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-20T23:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846737#M24770</link>
      <description>Okay, first thing make sure multipathd is set to run on bootup;&lt;BR /&gt;&lt;BR /&gt;# chkconfig --list multipathd&lt;BR /&gt;multipathd      0:off   1:off   2:on    3:on    4:on    5:on    6:off&lt;BR /&gt;&lt;BR /&gt;Check if it's currently running;&lt;BR /&gt;# service multipathd status&lt;BR /&gt;multipathd (pid 3961) is running...&lt;BR /&gt;&lt;BR /&gt;Now, with all that said multipathd deals with path checking and restoration. It has nothing to do with setting up the device files on bootup.&lt;BR /&gt;&lt;BR /&gt;I've never seen the /dev/sdk/by-name/WWID setup, but it is possible by setting up multipath and udev rules correctly (and maybe a little scripting). Generally you will have /dev/mpath/&lt;DEV&gt; for your names.&lt;BR /&gt;&lt;BR /&gt;1. Unless you really want the WWID name (e.g. SEMC_____SYMMETRIX______9903673E9000) you should set up some aliases in /etc/multipath.conf. Here is an example of one of mine;&lt;BR /&gt;&lt;BR /&gt;        multipath {&lt;BR /&gt;                wwid                    SEMC_____SYMMETRIX______9903673E9000&lt;BR /&gt;                alias                   sym3E9mp&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;2. You may need to edit /etc/udev/rules.d/40-multipath.rules if you want to tweak your end-results. The defaults should work in most cases. &lt;BR /&gt;&lt;BR /&gt;To help get more specific I would need to know what storage array you are using and perhaps an example of a WWN.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David&lt;BR /&gt;&lt;/DEV&gt;</description>
      <pubDate>Mon, 21 Aug 2006 10:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846737#M24770</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-21T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846738#M24771</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;The "chkconfig --list multipathd" and "service multipathd status" returns me that the service is correctly started at server start up time.&lt;BR /&gt;&lt;BR /&gt;Eventhough the devices are not created on startup time. I need to run "multipath -v2" and "kpartx -a ..." manually to generate again the devices.&lt;BR /&gt;&lt;BR /&gt;About the name of devices and udev. No more questions about that.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Aug 2006 10:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846738#M24771</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-21T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846739#M24772</link>
      <description>I created the attached script for the creation of device files. It handles the loading of the modules, device file creation (e.g. multipath -v2), and kpartx. I set it up to be used with the service command for ease of implementation.&lt;BR /&gt;&lt;BR /&gt;Just put the file in /etc/rc.d/init.d/create_multipath_devices (or whatever you want to call it). Then run 'chkconfig create_multipath_devices on'. &lt;BR /&gt;&lt;BR /&gt;You can just use it as is or roll your own.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Mon, 21 Aug 2006 10:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846739#M24772</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-21T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846740#M24773</link>
      <description>Yes, I have seen that posibility, but I do not like a lot. Because the devices should be crated after every reboot. But I will implement that kind of workaround if I cannot get the "official" red hat solution.</description>
      <pubDate>Mon, 21 Aug 2006 19:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846740#M24773</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-21T19:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846741#M24774</link>
      <description>I'm not sure what the official red hat setup is out of the box. You can do a lot through the udev rules. After you run the 'chkconfig create_multipath_devices on' command this script will run during each reboot and recreate them automatically every time. You can also create them when needed by running 'service create_multipath_devices reload'.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 22 Aug 2006 08:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846741#M24774</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-22T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846742#M24775</link>
      <description>David, &lt;BR /&gt;&lt;BR /&gt;You are right, I have implemented the script (modified), and configured the /etc/multipath.conf and udev rules and the result is good. &lt;BR /&gt;&lt;BR /&gt;The only one problem I still have is the messages about "Device ... not ready" that  (I guess) the kernel sends to the /var/log/messages. This messages are sent consistently every 11 seconds, after I (or the script) issue the "multipath -v2"&lt;BR /&gt;&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdaa not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdb not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdd not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdg not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdh not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdj not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdl not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdm not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdp not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdr not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdu not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdv not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdx not ready.&lt;BR /&gt;Aug 20 17:32:44 rac1 kernel: Device sdz not ready.</description>
      <pubDate>Tue, 22 Aug 2006 10:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846742#M24775</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-22T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846743#M24776</link>
      <description>What type of array is this connected to? There are certain settings that should be made in /etc/multipath.conf depending on array type. If you have an active-passive array and have multipath.conf set up for an active-active array you might get these types of errors as it tries to get both paths up at the same time. &lt;BR /&gt;&lt;BR /&gt;Could you post a sample (one device) output of 'multipath -l' and your basic multipath.conf settings?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David</description>
      <pubDate>Tue, 22 Aug 2006 14:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846743#M24776</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-22T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846744#M24777</link>
      <description>Hello David,&lt;BR /&gt;&lt;BR /&gt;I have discovered some data coincidences:&lt;BR /&gt;&lt;BR /&gt;I attach output for 3 commands:&lt;BR /&gt;&lt;BR /&gt;multipath -v2&lt;BR /&gt;multipath -l&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;The output for "multipath -l" command shows some "devices" with a "status" of &lt;BR /&gt;"failed". I have marked this devices with a "&amp;lt;-" symbol beside of them.&lt;BR /&gt;&lt;BR /&gt;All "devices" that appear with this "failed" status, forms the list of &lt;BR /&gt;"devices" that kernel reports to "/var/log/messages" as "Device ... not ready".&lt;BR /&gt;&lt;BR /&gt;Output for "fdisk -l" command shows as real devices only the devices that shows &lt;BR /&gt;a "status" of "active" (in the output for "multipath -l"). The rest of &lt;BR /&gt;devices reported by kernel as "not ready" devices are really nonexisting &lt;BR /&gt;devices.&lt;BR /&gt;&lt;BR /&gt;Any idea about what is happening here?&lt;BR /&gt;What is the meaning of this data?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846744#M24777</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-22T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846745#M24778</link>
      <description>Hello David,&lt;BR /&gt;&lt;BR /&gt;I have discovered some data coincidences:&lt;BR /&gt;&lt;BR /&gt;I attach output for 3 commands:&lt;BR /&gt;&lt;BR /&gt;multipath -v2&lt;BR /&gt;multipath -l&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;The output for "multipath -l" command shows some "devices" with a "status" of &lt;BR /&gt;"failed". I have marked this devices with a "&amp;lt;-" symbol beside of them.&lt;BR /&gt;&lt;BR /&gt;All "devices" that appear with this "failed" status, forms the list of &lt;BR /&gt;"devices" that kernel reports to "/var/log/messages" as "Device ... not ready".&lt;BR /&gt;&lt;BR /&gt;Output for "fdisk -l" command shows as real devices only the devices that shows &lt;BR /&gt;a "status" of "active" (in the output for "multipath -l"). The rest of &lt;BR /&gt;devices reported by kernel as "not ready" devices are really nonexisting &lt;BR /&gt;devices.&lt;BR /&gt;&lt;BR /&gt;Any idea about what is happening here?&lt;BR /&gt;What is the meaning of this data?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846745#M24778</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-22T14:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846746#M24779</link>
      <description>Okay, it looks like we're getting close. It looks like you have an active-passive array. Can you tell me what type of array you have?&lt;BR /&gt;&lt;BR /&gt;If Clariion you need to have the something similar to the following set up in multipath.conf;&lt;BR /&gt;&lt;BR /&gt;device {&lt;BR /&gt;               vendor "DGC"&lt;BR /&gt;               product "*"&lt;BR /&gt;               path_grouping_policy group_by_prio&lt;BR /&gt;               prio_callout    "/sbin/mpath_prio_emc /dev/%n"&lt;BR /&gt;               hardware_handler "1 emc"&lt;BR /&gt;               features "1 queue_if_no_path"&lt;BR /&gt;               checker "emc_clariion"&lt;BR /&gt;      }&lt;BR /&gt;&lt;BR /&gt;The key one for this issue is the "path_grouping_policy group_by_prio" setting. &lt;BR /&gt;&lt;BR /&gt;Basically with an active-passive array, only two of your four paths will be active at any one time. Since multipath is set up as 'multibus' it thinks all four should be up at the same time and thus the failure.&lt;BR /&gt;&lt;BR /&gt;Your 'multipath -l' output should look something like;&lt;BR /&gt;&lt;BR /&gt;LUN0 (3600508b400012bc300019000002a0000)&lt;BR /&gt;[size=1 GB][features="0"][hwhandler="0"]&lt;BR /&gt;\_ round-robin 0 [enabled]&lt;BR /&gt;  \_ 1:0:1:7 sdaa 65:160  [active]&lt;BR /&gt;  \_ 0:0:0:7 sdf  8:80    [active]&lt;BR /&gt;\_round-robin 0&lt;BR /&gt;  \_ 0:0:1:7 sdm  8:192   [ready]&lt;BR /&gt;  \_ 1:0:0:7 sdt  65:48   [ready]&lt;BR /&gt;&lt;BR /&gt;(I don't remember the states that show up, etc. as I use a Symmetrix, but the key thing is the two path groups).&lt;BR /&gt;&lt;BR /&gt;Anyway, if you post your array information we can drill down on the correct settings.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 22 Aug 2006 15:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846746#M24779</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-22T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846747#M24780</link>
      <description>My array is an HP StorageWorks EVA300.</description>
      <pubDate>Tue, 22 Aug 2006 16:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846747#M24780</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-22T16:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846748#M24781</link>
      <description>Refer to this doc for details: &lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00635587/c00635587.pdf?jumpid=reg_R1002_USEN#search=%22EVA3000%20multipath.conf%22" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00635587/c00635587.pdf?jumpid=reg_R1002_USEN#search=%22EVA3000%20multipath.conf%22&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Basically your multipath.conf file should use the following settings;&lt;BR /&gt;&lt;BR /&gt;device {&lt;BR /&gt; vendor    "HP "&lt;BR /&gt; product   "HSV101 \(C\)COMPAQ" #note: only for RHEL4 U3&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 %d"&lt;BR /&gt; failback   immediate&lt;BR /&gt; no_path_retry   60 #note: only for RHEL4 U3      &lt;BR /&gt;       }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: the doc shows two items are for RHEL4 U3, but may be needed for U2 as well. You might just have to play with that.&lt;BR /&gt;&lt;BR /&gt;Don't forget to do the following after updating multipath.conf;&lt;BR /&gt;&lt;BR /&gt;1) /sbin/multipath â  v0&lt;BR /&gt;2) /etc/init.d/multipathd restart&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Wed, 23 Aug 2006 13:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846748#M24781</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-23T13:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: device-mapper-multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846749#M24782</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;I have applyed the HP document you gave me and the result is the same.&lt;BR /&gt;&lt;BR /&gt;Any other idea?</description>
      <pubDate>Thu, 31 Aug 2006 10:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-mapper-multipath/m-p/3846749#M24782</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-31T10:09:18Z</dc:date>
    </item>
  </channel>
</rss>

