<?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: Multipath in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923793#M26616</link>
    <description>Hi hassoun,&lt;BR /&gt;&lt;BR /&gt;Do you have /boot on /dev/md0 ?&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Wed, 10 Jan 2007 11:35:49 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2007-01-10T11:35:49Z</dc:date>
    <item>
      <title>Multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923792#M26615</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;We have a MS500 G2 storage attached to a DL380 using two Smart Array 642 SCSI running Red Hat Enterprise Server 4.&lt;BR /&gt;&lt;BR /&gt;We have 1 LUN and this LUN has two paths in Linux:&lt;BR /&gt;/dev/cciss/c1d0&lt;BR /&gt;/dev/cciss/c2d0&lt;BR /&gt;&lt;BR /&gt;When we tried to enable Multipath with mdadm mannualy, it works, but we cannot do this change persistent on boot.&lt;BR /&gt;&lt;BR /&gt;Add /dev/md0 with command:&lt;BR /&gt;mdadm -C /dev/md0 -l multipath -n 2 /dev/cciss/c1d0p1 /dev/cciss/c2d0p1&lt;BR /&gt;WORK.&lt;BR /&gt;&lt;BR /&gt;Reboot the system - doesn't work, and this message appears:&lt;BR /&gt;mdadm: failed to add /dev/cciss/c1d0p1 to /dev/md0: Device or resource busy&lt;BR /&gt;mdadm: /dev/md0 has been started with 2 drives and -1 spares.&lt;BR /&gt;&lt;BR /&gt;Please, help me.</description>
      <pubDate>Wed, 10 Jan 2007 07:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923792#M26615</guid>
      <dc:creator>tarek_3</dc:creator>
      <dc:date>2007-01-10T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923793#M26616</link>
      <description>Hi hassoun,&lt;BR /&gt;&lt;BR /&gt;Do you have /boot on /dev/md0 ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 10 Jan 2007 11:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923793#M26616</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-10T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923794#M26617</link>
      <description>you must set the partition to type fd "linux auto raid" in this way the boot process discover the partitions and assign it to md device.&lt;BR /&gt;&lt;BR /&gt;also, you can modify the file/etc/mdadm.conf to insert the md device and the phisical disk.&lt;BR /&gt;&lt;BR /&gt;regards, Cristian</description>
      <pubDate>Fri, 12 Jan 2007 03:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/3923794#M26617</guid>
      <dc:creator>cristian mazza</dc:creator>
      <dc:date>2007-01-12T03:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/7200194#M105223</link>
      <description>&lt;P&gt;I have a server having two hdds (/dev/sdc and /dev/sdd) . Both hdds are same physical disk sent by two different paths to the sever.&amp;nbsp; I am trying to create a multipath raid device using the following command :&lt;BR /&gt;"&lt;EM&gt;mdadm --create /dev/md0 --level=multipath --raid-devices=2 /dev/sdd /dev/sdc&lt;/EM&gt; "&lt;BR /&gt;But facing error&amp;nbsp;&lt;BR /&gt;"&lt;EM&gt; mdadm: RUN_ARRAY failed: Invalid argument&amp;nbsp;&lt;/EM&gt; "&lt;BR /&gt;&lt;BR /&gt;my &lt;EM&gt;/etc/mdadm.conf&lt;/EM&gt;&amp;nbsp; file&lt;BR /&gt;&lt;EM&gt;DEVICE /dev/sdd /dev/sdc&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ARRAY /dev/md0 metadata=1.2 name=myarray:0 UUID=261fb9c:976d0d97:30bc63ce:85e76e91&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Can anyone help me with this?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 08:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/7200194#M105223</guid>
      <dc:creator>Natasha3</dc:creator>
      <dc:date>2023-11-07T08:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multipath</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/7200427#M105228</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2220295"&gt;@Natasha3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you have posted in an old topic and there is no response yet, we would recommend you create a new topic using the create "New Discussion" button, so the experts can check and assist you further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 07:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath/m-p/7200427#M105228</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2023-11-09T07:59:52Z</dc:date>
    </item>
  </channel>
</rss>

