<?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 multipath config problems? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multipath-config-problems/m-p/3213583#M10567</link>
    <description>I have the following hardware:&lt;BR /&gt;2 node redundant cluster with shared disks consisting of:&lt;BR /&gt;2x ProLiant DL380R03 servers each with:&lt;BR /&gt;  2x 2.8GHz Xeon 512K cache processors&lt;BR /&gt;  6G memory &lt;BR /&gt;  6x 18.2GB pluggable 1" Ultra3 SCSI 15K drives &lt;BR /&gt;&lt;BR /&gt;Smart Array 500 Redundant Disk Controller:&lt;BR /&gt;  4 Port Shared Storage Module w/Smart Array Multipath Software&lt;BR /&gt;  2 Smart Array Controllers each with 512M battery backed cache&lt;BR /&gt;  14x 36.4GB Pluggable 1" Ultra3 SCSI 15K drives &lt;BR /&gt;NC7770 PCI-X Gigabit Ethernet interconnect and external connect (parallel interconnect for redundancy)&lt;BR /&gt;&lt;BR /&gt;and the following software:&lt;BR /&gt;O/S - RedHat Linux AS 2.1 (2.4.9-e.27)&lt;BR /&gt;&lt;BR /&gt;I am trying to get multipath set up correctly on these servers. &lt;BR /&gt;The following is (part) of my /etc/raidtab:&lt;BR /&gt;raiddev /dev/md0&lt;BR /&gt;raid-level      multipath&lt;BR /&gt;nr-raid-disks   2&lt;BR /&gt;persistent-superblock   1&lt;BR /&gt;chunk-size      8&lt;BR /&gt;device  /dev/cciss/c0d3&lt;BR /&gt;raid-disk       0&lt;BR /&gt;device  /dev/cciss/c1d0&lt;BR /&gt;raid-disk       1&lt;BR /&gt;&lt;BR /&gt;The following is the output of lsmod:&lt;BR /&gt;Module                  Size  Used by    Not tainted&lt;BR /&gt;ocfs                  306304  15 &lt;BR /&gt;bcm5700               116996   3 &lt;BR /&gt;bonding                27116   2 &lt;BR /&gt;multipath              11940   7  (autoclean)&lt;BR /&gt;ext3                   74176   7 &lt;BR /&gt;jbd                    55304   7  [ext3]&lt;BR /&gt;cciss                  64032  17 &lt;BR /&gt;sd_mod                 13888   0  (unused)&lt;BR /&gt;scsi_mod              126412   1  [cciss sd_mod]&lt;BR /&gt;&lt;BR /&gt;This is what I'm getting at startup (revelant dmesg):&lt;BR /&gt;md: autorun ...&lt;BR /&gt;md: considering cciss/c0d3 ...&lt;BR /&gt;md:  adding cciss/c0d3 ...&lt;BR /&gt;md: created md0&lt;BR /&gt;md: running: &lt;CCISS&gt;&lt;BR /&gt;RAID level -4 does not need chunksize! Continuing anyway.&lt;BR /&gt;md: multipath personality registered as nr 7&lt;BR /&gt;md0: max total readahead window set to 124k&lt;BR /&gt;md0: 1 data-disks, max readahead per data-disk: 124k&lt;BR /&gt;multipath: device cciss/c0d3 operational as IO path 0&lt;BR /&gt;(checking disk 0)&lt;BR /&gt;multipath: array md0 active with 1 out of 1 IO paths (0 spare IO paths)&lt;BR /&gt;md: updating md0 RAID superblock on device&lt;BR /&gt;md: ... autorun DONE.&lt;BR /&gt;&lt;BR /&gt;So, shouldn't it be considering /dev/cciss/c1d0 and have:&lt;BR /&gt;multipath: array md0 active with 1 out of 2 IO paths (1 spare IO paths)&lt;BR /&gt;&lt;/CCISS&gt;</description>
    <pubDate>Tue, 09 Mar 2004 11:45:32 GMT</pubDate>
    <dc:creator>Richard Amick</dc:creator>
    <dc:date>2004-03-09T11:45:32Z</dc:date>
    <item>
      <title>multipath config problems?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-config-problems/m-p/3213583#M10567</link>
      <description>I have the following hardware:&lt;BR /&gt;2 node redundant cluster with shared disks consisting of:&lt;BR /&gt;2x ProLiant DL380R03 servers each with:&lt;BR /&gt;  2x 2.8GHz Xeon 512K cache processors&lt;BR /&gt;  6G memory &lt;BR /&gt;  6x 18.2GB pluggable 1" Ultra3 SCSI 15K drives &lt;BR /&gt;&lt;BR /&gt;Smart Array 500 Redundant Disk Controller:&lt;BR /&gt;  4 Port Shared Storage Module w/Smart Array Multipath Software&lt;BR /&gt;  2 Smart Array Controllers each with 512M battery backed cache&lt;BR /&gt;  14x 36.4GB Pluggable 1" Ultra3 SCSI 15K drives &lt;BR /&gt;NC7770 PCI-X Gigabit Ethernet interconnect and external connect (parallel interconnect for redundancy)&lt;BR /&gt;&lt;BR /&gt;and the following software:&lt;BR /&gt;O/S - RedHat Linux AS 2.1 (2.4.9-e.27)&lt;BR /&gt;&lt;BR /&gt;I am trying to get multipath set up correctly on these servers. &lt;BR /&gt;The following is (part) of my /etc/raidtab:&lt;BR /&gt;raiddev /dev/md0&lt;BR /&gt;raid-level      multipath&lt;BR /&gt;nr-raid-disks   2&lt;BR /&gt;persistent-superblock   1&lt;BR /&gt;chunk-size      8&lt;BR /&gt;device  /dev/cciss/c0d3&lt;BR /&gt;raid-disk       0&lt;BR /&gt;device  /dev/cciss/c1d0&lt;BR /&gt;raid-disk       1&lt;BR /&gt;&lt;BR /&gt;The following is the output of lsmod:&lt;BR /&gt;Module                  Size  Used by    Not tainted&lt;BR /&gt;ocfs                  306304  15 &lt;BR /&gt;bcm5700               116996   3 &lt;BR /&gt;bonding                27116   2 &lt;BR /&gt;multipath              11940   7  (autoclean)&lt;BR /&gt;ext3                   74176   7 &lt;BR /&gt;jbd                    55304   7  [ext3]&lt;BR /&gt;cciss                  64032  17 &lt;BR /&gt;sd_mod                 13888   0  (unused)&lt;BR /&gt;scsi_mod              126412   1  [cciss sd_mod]&lt;BR /&gt;&lt;BR /&gt;This is what I'm getting at startup (revelant dmesg):&lt;BR /&gt;md: autorun ...&lt;BR /&gt;md: considering cciss/c0d3 ...&lt;BR /&gt;md:  adding cciss/c0d3 ...&lt;BR /&gt;md: created md0&lt;BR /&gt;md: running: &lt;CCISS&gt;&lt;BR /&gt;RAID level -4 does not need chunksize! Continuing anyway.&lt;BR /&gt;md: multipath personality registered as nr 7&lt;BR /&gt;md0: max total readahead window set to 124k&lt;BR /&gt;md0: 1 data-disks, max readahead per data-disk: 124k&lt;BR /&gt;multipath: device cciss/c0d3 operational as IO path 0&lt;BR /&gt;(checking disk 0)&lt;BR /&gt;multipath: array md0 active with 1 out of 1 IO paths (0 spare IO paths)&lt;BR /&gt;md: updating md0 RAID superblock on device&lt;BR /&gt;md: ... autorun DONE.&lt;BR /&gt;&lt;BR /&gt;So, shouldn't it be considering /dev/cciss/c1d0 and have:&lt;BR /&gt;multipath: array md0 active with 1 out of 2 IO paths (1 spare IO paths)&lt;BR /&gt;&lt;/CCISS&gt;</description>
      <pubDate>Tue, 09 Mar 2004 11:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-config-problems/m-p/3213583#M10567</guid>
      <dc:creator>Richard Amick</dc:creator>
      <dc:date>2004-03-09T11:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: multipath config problems?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-config-problems/m-p/3213584#M10568</link>
      <description>I am also running into the same problem, Richard were you able to get any solution let me know too. &lt;BR /&gt;&lt;BR /&gt;The problem is i have 4 paths connected to a exported lun say for ex seen as sdf, sdk, sdp and sdu are the same storage lun &lt;BR /&gt;&lt;BR /&gt;i did the devlabel &lt;BR /&gt;&lt;BR /&gt;# fdisk and used the t option to specify it as a raid disk for all devices sdf,sdk,sdu and sdp&lt;BR /&gt;# devlabel add -d /dev/sdf1  -d /dev/sdk1  -d /dev/sdu1  -d /dev/sdp1 -s /dev/develop --multipath --automount&lt;BR /&gt;# edited /etc/raidtab &lt;BR /&gt;raiddev                 /dev/md0&lt;BR /&gt;raid-level              multipath&lt;BR /&gt;nr-raid-disks           1&lt;BR /&gt;chunk-size              32&lt;BR /&gt;device                  /dev/develop_multipath0 &lt;BR /&gt;raid-disk               0&lt;BR /&gt;&lt;BR /&gt;# mkraid /dev/md0&lt;BR /&gt;# raidstart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cat /proc/mdstat&lt;BR /&gt;Personalities : [multipath] &lt;BR /&gt;read_ahead 1024 sectors&lt;BR /&gt;Event: 1                   &lt;BR /&gt;md0 : active multipath sdf1[0]&lt;BR /&gt;      4192832 blocks [1/1] [U]&lt;BR /&gt;&lt;BR /&gt;shows me only one device and when i do I/O to /dev/md0 the I/O goes only on one path and not all the paths ? How do i configure the /etc/raidtab using multipath option so that I/O is done using multiple paths for a given disk ?</description>
      <pubDate>Tue, 21 Sep 2004 17:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-config-problems/m-p/3213584#M10568</guid>
      <dc:creator>Dineshkumar Surpur</dc:creator>
      <dc:date>2004-09-21T17:01:27Z</dc:date>
    </item>
  </channel>
</rss>

