<?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: Linux Multipath configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725025#M21672</link>
    <description>If I do fdisk, i do not see /dev/sda or /dev/sdb</description>
    <pubDate>Mon, 06 Feb 2006 09:24:06 GMT</pubDate>
    <dc:creator>Mike Hedderly</dc:creator>
    <dc:date>2006-02-06T09:24:06Z</dc:date>
    <item>
      <title>Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725021#M21668</link>
      <description>I have two DL380's in a redhat cluster.  I have just installed a two MSA1000 controllers in a Active/Standby configuration, with 2 SAN switches.  The DL380's have a dual port fibre card.  The problem I have is that if the right hard MSA1000 starts first the disks are /dev/sda1,2,3,4  and if the left hand MSA1000 starts they are /dev/sdb1,2,3,4.  So I thought I would created a MD device.  The problem is that I can create MD0 as /dev/sda1 /dev/sdb1 but it tells me that /dev/sdb1 is not there.&lt;BR /&gt;&lt;BR /&gt;mdadm -C /dev/md1 --level=raid0 --raid-devices=2 /dev/sda1 /de&lt;BR /&gt;v/sdb1&lt;BR /&gt;mdadm: /dev/sda1 appears to contain an ext2fs file system&lt;BR /&gt;    size=16032K  mtime=Thu Jan  1 00:00:00 1970&lt;BR /&gt;mdadm: Cannot open /dev/sdb1: No such device or address&lt;BR /&gt;mdadm: create aborted&lt;BR /&gt;&lt;BR /&gt;any ideas ?&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725021#M21668</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-02-06T06:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725022#M21669</link>
      <description>I think that the right command is:&lt;BR /&gt;&lt;BR /&gt;mdadm -C /dev/md1 --level=multipath --raid-devices=2 /dev/sda1 /dev/sdb1</description>
      <pubDate>Mon, 06 Feb 2006 06:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725022#M21669</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-06T06:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725023#M21670</link>
      <description>Still gives the error &lt;BR /&gt;&lt;BR /&gt;mdadm: Cannot open /dev/sdb1: No such device or address</description>
      <pubDate>Mon, 06 Feb 2006 06:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725023#M21670</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-02-06T06:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725024#M21671</link>
      <description>If you do fdisk -l, can you see both devices /dev/sda and /dev/sdb?&lt;BR /&gt;&lt;BR /&gt;You can also try:&lt;BR /&gt;&lt;BR /&gt;mknod /dev/sdb b 8 16&lt;BR /&gt;&lt;BR /&gt;You can also run hp_rescan -a if you installed fibreutils. You can try with the rescan-scsi-bus.sh script also.</description>
      <pubDate>Mon, 06 Feb 2006 06:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725024#M21671</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-06T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725025#M21672</link>
      <description>If I do fdisk, i do not see /dev/sda or /dev/sdb</description>
      <pubDate>Mon, 06 Feb 2006 09:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725025#M21672</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-02-06T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725026#M21673</link>
      <description>What about if you use parted?&lt;BR /&gt;&lt;BR /&gt;parted /dev/sda print&lt;BR /&gt;parted /dev/sdb print&lt;BR /&gt;&lt;BR /&gt;Remember to try to create the devices if you don't get any output.</description>
      <pubDate>Mon, 06 Feb 2006 09:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725026#M21673</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-06T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725027#M21674</link>
      <description>I think the problem is that there is no partition table for /dev/sda&lt;BR /&gt;&lt;BR /&gt;if I try and used parted to create one it gives an error unbale to open device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ralph root]# parted /dev/sda print&lt;BR /&gt;Error: Unable to open /dev/sda - unrecognised disk label.                 &lt;BR /&gt;Information: Don't forget to update /etc/fstab, if necessary.             &lt;BR /&gt;&lt;BR /&gt;[root@ralph root]# parted /dev/sdb print&lt;BR /&gt;Disk geometry for /dev/sdb: 0.000-208390.781 megabytes&lt;BR /&gt;Disk label type: msdos&lt;BR /&gt;Minor    Start       End     Type      Filesystem  Flags&lt;BR /&gt;1          0.031     15.688  primary   ext3        boot&lt;BR /&gt;2         15.688     31.376  primary   ext3        &lt;BR /&gt;3         31.377  89996.945  primary   ext3        &lt;BR /&gt;4      89996.946 149997.524  primary   ext3        &lt;BR /&gt;Information: Don't forget to update /etc/fstab, if necessary.             &lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 09:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725027#M21674</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-02-06T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725028#M21675</link>
      <description>Remember that they are the same device, if you access through sda or sdb, you should access the same device. Do not try to create the partition table again. But you are able to se sdb, I don't know why mdadm gives the error.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 10:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725028#M21675</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-06T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725029#M21676</link>
      <description>Probably if you install the multipath hba driver you won't have this problem.</description>
      <pubDate>Mon, 06 Feb 2006 15:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725029#M21676</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-06T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725030#M21677</link>
      <description>Hi Mike,&lt;BR /&gt;What you are trying to do will not work.&lt;BR /&gt;In order to create a RAID device, you must have two active paths to the storage subsystem.  The MSA1000 only has one active path and does not present the other path to any server unless the active controller fails for some reason.&lt;BR /&gt;When you boot a Linux server, you will see one MSA1000 controller changing to the Active controller when being probed by the QLogic card attached to it.  The other controller becomes a Standby controller.&lt;BR /&gt;With two cards in the server, each controller will become active at some stage, but not both controllers at the same time.  Therefore paths will lost by the server.&lt;BR /&gt;Your configuration would work in a Active/Active controller SAN, eg MSA1500 or EVA system.&lt;BR /&gt;&lt;BR /&gt;My suggestion for you is to use the QLogic driver with the failover option.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Anthony</description>
      <pubDate>Mon, 06 Feb 2006 16:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725030#M21677</guid>
      <dc:creator>Anthony Martin_1</dc:creator>
      <dc:date>2006-02-06T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725031#M21678</link>
      <description>That seems to have done the trick.  I have configured the qloic drive in MSA failover mode and only one MSA1000 and one disk /dev/sda is presented to the operating system.. Failover of the controller takes around 20 seconds.</description>
      <pubDate>Tue, 07 Feb 2006 07:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725031#M21678</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-02-07T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Multipath configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725032#M21679</link>
      <description>&amp;gt; Your configuration would work in a Active/Active controller SAN, eg MSA1500 or EVA system.&lt;BR /&gt;&lt;BR /&gt;Sorry, but the MSA1000/MSA1500cs is not Active/Active, yet. And EVA3000/5000 are not Active/Active until VCS V4.</description>
      <pubDate>Tue, 07 Feb 2006 09:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-multipath-configuration/m-p/3725032#M21679</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-02-07T09:23:05Z</dc:date>
    </item>
  </channel>
</rss>

