<?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: device name changes -- adding luns in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237323#M11054</link>
    <description>...heh, and I should also point out that when you delete LUNS, the device path above the deleted LUN will shift up....&lt;BR /&gt;&lt;BR /&gt;So, if you have LUNS 2, 3 and 4, these would possibly appear as /dev/sdc, /dev/sdd, and /dev/sde. If you then remove LUN 3, the assignments would change - LUN 4 would become /dev/sdd instead of /dev/sde.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Col.</description>
    <pubDate>Thu, 01 Apr 2004 18:47:52 GMT</pubDate>
    <dc:creator>Colin Topliss</dc:creator>
    <dc:date>2004-04-01T18:47:52Z</dc:date>
    <item>
      <title>device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237321#M11052</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;we are planning to deploy linux on SAN.&lt;BR /&gt;I read that "sometimes" while adding luns to server, device path may change? i.e /dev/sdc may become /dev/sde. I would like to know your experiences and if above statement is true or not. &lt;BR /&gt;&lt;BR /&gt;Also how can I prevent it if it's true.</description>
      <pubDate>Thu, 01 Apr 2004 15:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237321#M11052</guid>
      <dc:creator>bg_4</dc:creator>
      <dc:date>2004-04-01T15:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237322#M11053</link>
      <description>Yep, its true.&lt;BR /&gt;&lt;BR /&gt;You can try to use device bonding - whether or not its available depends on the device and the drivers you have. I don't think its available on the Emulex LightPulse cards, but I think it is available on the QLogic cards (just in the middle of looking at these now - HP don't support Emulex to their SAN storage, and unfortunately these were the cards we originally had).&lt;BR /&gt;&lt;BR /&gt;The device number will only change when you present LUNS with a lower LUN number than the ones you already have defined.&lt;BR /&gt;&lt;BR /&gt;So, if you have LUNS 3 and 4, these would possibly appear as /dev/sdc and /dev/sdd. If you then present LUN 2 to that system, then the assignments would change - 3 and 4 would become /dev/sdd and /dev/sde, 2 would become /dev/sdc.&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Thu, 01 Apr 2004 18:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237322#M11053</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-04-01T18:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237323#M11054</link>
      <description>...heh, and I should also point out that when you delete LUNS, the device path above the deleted LUN will shift up....&lt;BR /&gt;&lt;BR /&gt;So, if you have LUNS 2, 3 and 4, these would possibly appear as /dev/sdc, /dev/sdd, and /dev/sde. If you then remove LUN 3, the assignments would change - LUN 4 would become /dev/sdd instead of /dev/sde.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Thu, 01 Apr 2004 18:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237323#M11054</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-04-01T18:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237324#M11055</link>
      <description>L.S.&lt;BR /&gt;&lt;BR /&gt;I'm using OCFS (Oracle Cluster FileSystem) and just modified my /etc/fstab to mount by LABEL i.s.o. devicename. You can use labels in ext2fs too.&lt;BR /&gt;When LUNs are added/deleted, existing device file numbers may change, the mount will succeed.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Fri, 02 Apr 2004 00:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237324#M11055</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-02T00:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237325#M11056</link>
      <description>You may try to use "scsidev" that generates unique devices name for scsi devices:&lt;BR /&gt;&lt;BR /&gt;exemple: if /dev/sda is on host adapter 0, channel 3, target 2 lun 4, it will create a unique name /dev/scsi/sd0-0c3d2l4&lt;BR /&gt;&lt;BR /&gt;If used with MD raid modules, it won't work because md will use /dev/sda instead of the unique name ( still asking why .. bu didn't find yet)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 04:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237325#M11056</guid>
      <dc:creator>Denis Goffinet</dc:creator>
      <dc:date>2004-04-02T04:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: device name changes -- adding luns</title>
      <link>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237326#M11057</link>
      <description>You can also use devlabel to address the device renaming issue.&lt;BR /&gt;&lt;BR /&gt;Dell has a good whitepaper that explains this in gory detail:&lt;BR /&gt;&lt;A href="http://www1.us.dell.com/content/topics/global.aspx/power/en/ps1q03_lerhaupt" target="_blank"&gt;http://www1.us.dell.com/content/topics/global.aspx/power/en/ps1q03_lerhaupt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can download the package from linux.dell.com/devlabel</description>
      <pubDate>Fri, 02 Apr 2004 14:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/device-name-changes-adding-luns/m-p/3237326#M11057</guid>
      <dc:creator>Dave Truchan</dc:creator>
      <dc:date>2004-04-02T14:52:17Z</dc:date>
    </item>
  </channel>
</rss>

