<?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 extra /dev/dm-* files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601192#M40124</link>
    <description>Wondering if anyone has seen this..&lt;BR /&gt;&lt;BR /&gt;I have extra /dev/dm-x files that do not show when issuing a multipath -ll but they seem to be actual devices..&lt;BR /&gt;&lt;BR /&gt;e.g. /dev/dm-8 is a working device that shows when excuting multipath -ll&lt;BR /&gt;&lt;BR /&gt;/dev/dm-16 does not show in mulitpath -ll but it is a working device that seems to be a duplicate for /dev/dm-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if I knew how to show the WWID for /dev/dm-16  I could prove it was the same I am gussing by size and by a dd, that this is the same device and I am not crazy. but....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Mar 2010 19:22:16 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2010-03-15T19:22:16Z</dc:date>
    <item>
      <title>multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601192#M40124</link>
      <description>Wondering if anyone has seen this..&lt;BR /&gt;&lt;BR /&gt;I have extra /dev/dm-x files that do not show when issuing a multipath -ll but they seem to be actual devices..&lt;BR /&gt;&lt;BR /&gt;e.g. /dev/dm-8 is a working device that shows when excuting multipath -ll&lt;BR /&gt;&lt;BR /&gt;/dev/dm-16 does not show in mulitpath -ll but it is a working device that seems to be a duplicate for /dev/dm-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if I knew how to show the WWID for /dev/dm-16  I could prove it was the same I am gussing by size and by a dd, that this is the same device and I am not crazy. but....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 19:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601192#M40124</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-15T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601193#M40125</link>
      <description>oops.. typo.&lt;BR /&gt;&lt;BR /&gt;e.g. /dev/dm-8 is a working device that shows when excuting multipath -ll&lt;BR /&gt;&lt;BR /&gt;/dev/dm-16 does not show in mulitpath -ll but it is a working device that seems to be a duplicate for /dev/dm-8&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 19:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601193#M40125</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-15T19:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601194#M40126</link>
      <description>found the issue, it is still weird, but probably just that way.&lt;BR /&gt;&lt;BR /&gt;The devices being used by ASM and are partitioned.  the whole disk device is one dm- device and the partion is another..&lt;BR /&gt;&lt;BR /&gt;e.g. &lt;BR /&gt;/dev/mapper/nice-name1 equates to /dev/dm-8&lt;BR /&gt;/dev/mapper/nice-name1p1 equates to /dev/dm-16&lt;BR /&gt;&lt;BR /&gt;confusing but I guess normal :(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601194#M40126</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-15T20:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601195#M40127</link>
      <description>&lt;!--!*#--&gt;You might wish to run "dmsetup ls --tree" if you need to figure out which /dev/dm-* device is attached to which actual disk device. &lt;BR /&gt;&lt;BR /&gt;The command displays the major/minor device numbers of each mapped device in the form (major:minor), prefixed with the "human-readable" names. For the actual disk devices, only the (major:minor) is shown.&lt;BR /&gt;&lt;BR /&gt;The device-mapper is a low-level subsystem used to implement multiple disk management features, like software RAID, disk encryption, multipathing and LVM. That's why you'll see /dev/dm-* files used for several purposes.&lt;BR /&gt;&lt;BR /&gt;I hope you don't set up anything to rely on /dev/dm-* names: these names are not persistent and are very likely to change at system reboot.&lt;BR /&gt;&lt;BR /&gt;The kernel does not really check for partitioning on /dev/dm-* devices like it does for real disk devices. That's why you need kpartx if you wish to implement partitions on multipath devices.&lt;BR /&gt;&lt;BR /&gt;If you see /dev/dm-* devices in the output of your LVM configuration commands, you should probably edit /etc/lvm/lvm.conf.&lt;BR /&gt;&lt;BR /&gt;Comment out the default value of&lt;BR /&gt;&lt;BR /&gt;    preferred_names = [ ]&lt;BR /&gt;&lt;BR /&gt;and instead uncomment the commented-out alternative just below it:&lt;BR /&gt;&lt;BR /&gt;    # preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]&lt;BR /&gt;&lt;BR /&gt;If the preferred_names keyword is not there, you might wish to update your LVM tools: I think it was added at some RHEL 4 Update release.&lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-5551" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-5551&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 15 Mar 2010 21:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601195#M40127</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-03-15T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601196#M40128</link>
      <description>Thanks Matti, your hat is well deserved..&lt;BR /&gt;&lt;BR /&gt;yes, this is an Oracle RAC configuration and yes I am using the /dev/mapper/nice-names for all configurations..  ASM is now requiring that the disk be partitioned.&lt;BR /&gt;&lt;BR /&gt;I ran into this as I have a disk_configuration script that presents me with a report on disk configs, I could not figure out where the extra 7 /dev/dm-* were coming from..not easy to script when there are soooo many different ways..  ( I am an HPUX persona by heart, I am slowly getting use to the less diciplined world of Linux)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again !!&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601196#M40128</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-16T12:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601197#M40129</link>
      <description>&lt;!--!*#--&gt;Thanks a lot Matti for the info about preferred_names in lvm.conf! Always great posts from you :-)&lt;BR /&gt;&lt;BR /&gt;Tim, if you want to grab the WWID you could try:&lt;BR /&gt;  /lib/udev/scsi_id --whitelisted --page=0x83 --device=/dev/dm-x&lt;BR /&gt;At least that's what I use on SLES11...</description>
      <pubDate>Thu, 18 Mar 2010 14:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601197#M40129</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2010-03-18T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: multipath extra /dev/dm-* files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601198#M40130</link>
      <description>Thanks Michael,&lt;BR /&gt;&lt;BR /&gt;I will give this a try..&lt;BR /&gt;&lt;BR /&gt;Having the darnedest time trying to tie all these together in my storage info script.&lt;BR /&gt;&lt;BR /&gt;sda,g,l,p =&amp;gt; /dev/dm-x =&amp;gt; /dev/mapper/something&lt;BR /&gt;&lt;BR /&gt;and then put a partion on and now have another multitude of device names to sort out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-extra-dev-dm-files/m-p/4601198#M40130</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-18T14:58:09Z</dc:date>
    </item>
  </channel>
</rss>

