<?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: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740370#M43367</link>
    <description>&lt;P&gt;No reboot required.&lt;BR /&gt;&lt;BR /&gt;If all your multipathed disks are unmounted (and any databases and other applications that might use raw disks are shut down), you can use "multipath -F" to remove all unused multipath devices (= all of them, if you didn't forget to unmount/shutdown anything).&lt;BR /&gt;&lt;BR /&gt;After that, you can run "multipath -v2": when invoked without the "-l" option, the multipath command will read multipath.conf, and then will re-scan all currently visible disk devices on the system. If all devices are denied in multipath.conf, it should leave all the disks alone. The "-v2" option just gives you immediate visual feedback in case the multipath command still finds an eligible multipathed disk.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 14:35:31 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2021-05-04T14:35:31Z</dc:date>
    <item>
      <title>/dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740361#M43358</link>
      <description>Aside from de-installing the device multipath bits -- is there anyway the /dev/dm devices can be stopped from being generated at boot time?&lt;BR /&gt;&lt;BR /&gt;I have the multipathd service OFF and yet after a server reboots - /dev/dm-NN devices are present and multipath -ll shows multipath devices.  "service multipathd status" shows multipathd service is off/stopped&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2011 21:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740361#M43358</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-18T21:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740362#M43359</link>
      <description>just a guess but...&lt;BR /&gt;&lt;BR /&gt;device-mapper-multipath package includes /etc/udev/rules.d/40-multipath.rules &lt;BR /&gt;&lt;BR /&gt;??</description>
      <pubDate>Tue, 18 Jan 2011 21:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740362#M43359</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2011-01-18T21:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740363#M43360</link>
      <description>So those are boot time directives independent of multipathd settings?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2011 21:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740363#M43360</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-18T21:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740364#M43361</link>
      <description>I do not know that for sure.  &lt;BR /&gt;&lt;BR /&gt;is multipath still in your kernel ? lsmod|grep multi&lt;BR /&gt;&lt;BR /&gt;maybe try to pull it out and also rebuild the initrd&lt;BR /&gt;&lt;BR /&gt;or wait for Matti to chime in.. he knows everything ;)&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2011 21:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740364#M43361</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2011-01-18T21:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740365#M43362</link>
      <description>Yeah... been wanting to go that route, remove from initrd modules OR just uninstall the device mapper / multipath bits.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Environment is RHEL under vMware. We just started using RDMs in physical compatibility mode. So the OS "sees" the already multipathed LUNS (from ESX) and tries to mutipath them too..&lt;BR /&gt;&lt;BR /&gt;I have renamed 40-multipath.rules to _40-multipath.rules  and the /dev/dm-NN devices are gone. However, "multipath -ll" still shows multipath definitions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2011 21:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740365#M43362</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-18T21:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740366#M43363</link>
      <description>&lt;P&gt;what if you deneied them all in the multipath.conf ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740366#M43363</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2021-05-04T14:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740367#M43364</link>
      <description>Opting to remove instead device mapper and multipath bits from the OS.&lt;BR /&gt;&lt;BR /&gt;Tis is a vLinux RHEL server anyway and vSphere manages the multipathing to the SAN LUNs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2011 16:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740367#M43364</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-19T16:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740368#M43365</link>
      <description>&lt;P&gt;When you install device-mapper-multipath in RHEL 4 and 5, the default multipath.conf file includes an entry that denied everything.&lt;BR /&gt;&lt;BR /&gt;You must remove that entry to enable multipathing - so analogously, adding that denied entry back would disable multipathing.&lt;BR /&gt;&lt;BR /&gt;Device-mapper-multipathing has four main components:&lt;BR /&gt;- the userspace "multipath" command&lt;BR /&gt;- the userspace "multipathd" daemon&lt;BR /&gt;- the kernel module dm_multipath&lt;BR /&gt;- the udev rules file for dm-multipath&lt;BR /&gt;&lt;BR /&gt;The multipathd daemon monitors multipath devices for failed paths, switches path groups as necessary, and re-enables failed paths once they become available again - nothing more.&lt;BR /&gt;&lt;BR /&gt;The kernel module and the udev rules do the most of the work when multipathed disks are detected.&lt;BR /&gt;&lt;BR /&gt;So disabling the multipathd daemon/service disables only part of the dm-multipath system... and that isn't the part responsible for detecting new devices.&lt;BR /&gt;&lt;BR /&gt;Because all the userspace components of the dm-multipath system use the /etc/multipath.conf file, denied everything in the configuration file is the correct way to disable dm-multipath.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740368#M43365</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2021-05-04T14:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740369#M43366</link>
      <description>&lt;P&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;And the reboot is a must after the changes to multipath.conf? or is there a way to re-read the multipath.conf after denied or uncommenting the blacklist.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740369#M43366</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2021-05-04T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/dm-NN devices and multipaths getting created even if multipathd service is OFF!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740370#M43367</link>
      <description>&lt;P&gt;No reboot required.&lt;BR /&gt;&lt;BR /&gt;If all your multipathed disks are unmounted (and any databases and other applications that might use raw disks are shut down), you can use "multipath -F" to remove all unused multipath devices (= all of them, if you didn't forget to unmount/shutdown anything).&lt;BR /&gt;&lt;BR /&gt;After that, you can run "multipath -v2": when invoked without the "-l" option, the multipath command will read multipath.conf, and then will re-scan all currently visible disk devices on the system. If all devices are denied in multipath.conf, it should leave all the disks alone. The "-v2" option just gives you immediate visual feedback in case the multipath command still finds an eligible multipathed disk.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-dm-nn-devices-and-multipaths-getting-created-even-if/m-p/4740370#M43367</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2021-05-04T14:35:31Z</dc:date>
    </item>
  </channel>
</rss>

