<?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: RHEL5.3 multipath EVA 8000 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467530#M37686</link>
    <description>I don't know what happened with your copy. I've never been a big fan of 'cp -R' because that kind of thing happens to me too.&lt;BR /&gt;&lt;BR /&gt;Can you post the exact syntax of your 'cp' command?&lt;BR /&gt;&lt;BR /&gt;The last field in the path line is the dm status, which is how the kernel looks at it.  The 'multipath -l' reports on the configuration from sysfs and the device mapper.  The 'multipath -ll' reports from those two places plus any other components (path checkers, etc.) so it gives more information and is probably more accurate.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Jul 2009 20:09:32 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2009-07-27T20:09:32Z</dc:date>
    <item>
      <title>RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467527#M37683</link>
      <description>I have a newly installed RHEL 5.3 on a BL460c G6 with a dual port Qlogic QMH2462 HBA.  I have 1 drive presented to this server from an EVA 8000.  I have installed hp_qla2x00-2009-03-17 as well as HPDMmultipath-4.2.0.  I have rebooted the server and multipathd is running, but multipathing is not working correctly.  Below is the output of the multipath -l command.  Does anyone know why it says [undef] next to each path to the EVA?  What additional steps do I need to configure RHEL5.3 for EVA storage?&lt;BR /&gt;&lt;BR /&gt;mpath0 (3600508b400105ce40001800004210000) dm-4 HP,HSV210&lt;BR /&gt;[size=100G][features=1 queue_if_no_path][hwhandler=0][rw]&lt;BR /&gt;\_ round-robin 0 [prio=0][active]&lt;BR /&gt; \_ 0:0:0:1 sda 8:0   [active][undef]&lt;BR /&gt; \_ 0:0:1:1 sdc 8:32  [active][undef]&lt;BR /&gt; \_ 1:0:0:1 sdi 8:128 [active][undef]&lt;BR /&gt; \_ 1:0:1:1 sdk 8:160 [active][undef]&lt;BR /&gt;\_ round-robin 0 [prio=0][enabled]&lt;BR /&gt; \_ 0:0:2:1 sde 8:64  [active][undef]&lt;BR /&gt; \_ 0:0:3:1 sdg 8:96  [active][undef]&lt;BR /&gt; \_ 1:0:2:1 sdm 8:192 [active][undef]&lt;BR /&gt; \_ 1:0:3:1 sdo 8:224 [active][undef]</description>
      <pubDate>Mon, 27 Jul 2009 18:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467527#M37683</guid>
      <dc:creator>Sarcom IS</dc:creator>
      <dc:date>2009-07-27T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467528#M37684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try running a 'multipath -ll' and see if it shows '[ready]' instead of '[undef]'.&lt;BR /&gt;&lt;BR /&gt;I have a SLES10 box here using mulitpath and it does the same thing.  I'll have to dig a bit to see why it reports undef on the '-l' option, but I know my multipath is working.  I've pulled all the cables while the database is running, just to prove it out.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2009 18:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467528#M37684</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2009-07-27T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467529#M37685</link>
      <description>I have noticed that as well and decided to try and mount the drive hoping it is just a warning.  There is an existing volume group on the drive so I ran vgscan, activated the logical volume and mounted it to directory /home/solr.  After that I tested the drive by trying to make a full copy of 1 of the folders on the drive to a new folder on the same drive.  In this example I cp -Rp /home/solr/solrworks to /home/solr/solrworks2&lt;BR /&gt;&lt;BR /&gt;Before copy output df -k /home/solr&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/mapper/vg--solr-lv--solr&lt;BR /&gt;                     103208224  26555788  71409764  28% /home/solr&lt;BR /&gt;&lt;BR /&gt;After copy output df -k /home/solr&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/mapper/vg--solr-lv--solr&lt;BR /&gt;                     103208224  98180252         0 100% /home/solr&lt;BR /&gt;&lt;BR /&gt;Output du -sk *&lt;BR /&gt;16      lost+found&lt;BR /&gt;26365320        solrworks&lt;BR /&gt;71924756        solrworks2&lt;BR /&gt;39588   utility&lt;BR /&gt;&lt;BR /&gt;How is it that I copy more data then what exists on the disk?</description>
      <pubDate>Mon, 27 Jul 2009 19:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467529#M37685</guid>
      <dc:creator>Sarcom IS</dc:creator>
      <dc:date>2009-07-27T19:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467530#M37686</link>
      <description>I don't know what happened with your copy. I've never been a big fan of 'cp -R' because that kind of thing happens to me too.&lt;BR /&gt;&lt;BR /&gt;Can you post the exact syntax of your 'cp' command?&lt;BR /&gt;&lt;BR /&gt;The last field in the path line is the dm status, which is how the kernel looks at it.  The 'multipath -l' reports on the configuration from sysfs and the device mapper.  The 'multipath -ll' reports from those two places plus any other components (path checkers, etc.) so it gives more information and is probably more accurate.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2009 20:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467530#M37686</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2009-07-27T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467531#M37687</link>
      <description>The copy command I used was:&lt;BR /&gt;&lt;BR /&gt;cp -Rp /home/solr/solrworks /home/solr/solrworks2&lt;BR /&gt;&lt;BR /&gt;Also tried rsync:&lt;BR /&gt;&lt;BR /&gt;rsync -avrt /home/solr/solrworks /home/solr/solrworks2&lt;BR /&gt;&lt;BR /&gt;Same resullt.</description>
      <pubDate>Mon, 27 Jul 2009 20:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467531#M37687</guid>
      <dc:creator>Sarcom IS</dc:creator>
      <dc:date>2009-07-27T20:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5.3 multipath EVA 8000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467532#M37688</link>
      <description>The output of multipath -l looks normal. As someone else stated use multipath -ll and the undef should change to read ready. I don't know why this is, but all of the systems I have running DM multipath show that way&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2009 03:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-3-multipath-eva-8000/m-p/4467532#M37688</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2009-07-28T03:34:09Z</dc:date>
    </item>
  </channel>
</rss>

