<?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 iSCSI consistency in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68774#M16039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;DataOntap 7.3.3&lt;/P&gt;&lt;P&gt;Excuse me if it's not really Netapp issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create 2 iSCSI LUN, put it into the same iSCSI group, map the LUN, and set the initiator name.&lt;/P&gt;&lt;P&gt;Let's say:&lt;/P&gt;&lt;P&gt;LUN0 --&amp;gt; got recognized by the Linux system as /dev/sdb&lt;/P&gt;&lt;P&gt;LUN1 --&amp;gt; got recognized by the Linux system as /dev/sdc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to do something on the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Linux side&lt;/STRONG&gt;&lt;/SPAN&gt; to make the recognition &lt;SPAN style="text-decoration: underline;"&gt;consistent&lt;/SPAN&gt; across Linux reboot? As in LUN0 will always be /dev/sdb and LUN1 will be /dev/sdc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Fajar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:28:16 GMT</pubDate>
    <dc:creator>fajarpri2</dc:creator>
    <dc:date>2025-06-05T06:28:16Z</dc:date>
    <item>
      <title>iSCSI consistency</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68774#M16039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;DataOntap 7.3.3&lt;/P&gt;&lt;P&gt;Excuse me if it's not really Netapp issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create 2 iSCSI LUN, put it into the same iSCSI group, map the LUN, and set the initiator name.&lt;/P&gt;&lt;P&gt;Let's say:&lt;/P&gt;&lt;P&gt;LUN0 --&amp;gt; got recognized by the Linux system as /dev/sdb&lt;/P&gt;&lt;P&gt;LUN1 --&amp;gt; got recognized by the Linux system as /dev/sdc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to do something on the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Linux side&lt;/STRONG&gt;&lt;/SPAN&gt; to make the recognition &lt;SPAN style="text-decoration: underline;"&gt;consistent&lt;/SPAN&gt; across Linux reboot? As in LUN0 will always be /dev/sdb and LUN1 will be /dev/sdc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Fajar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:28:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68774#M16039</guid>
      <dc:creator>fajarpri2</dc:creator>
      <dc:date>2025-06-05T06:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: iSCSI consistency</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68779#M16041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. sdX will &lt;STRONG&gt;never&lt;/STRONG&gt; be guaranteed to be consistent across reboot. To ensure name does not change you could use /dev/disk/by-* namespaces if your Linux is recent enough to support it, use mount by label/UUID etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 10:24:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68779#M16041</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2012-05-02T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: iSCSI consistency</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68787#M16044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I'm afraid of. &lt;/P&gt;&lt;P&gt;In /dev/disk/by-path/ I see it shows the &lt;STRONG style="text-decoration: underline;"&gt;LUN mapping&lt;/STRONG&gt;. Shouldn't it will stay the same across reboot. So, when I create another LUN and map it as "31", it will definitely recognized as &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;sdc&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lrwxrwxrwx 1 root root&amp;nbsp; 9 May&amp;nbsp; 1 11:09 ip-10.1.x.x:3260-iscsi-iqn.1986-03.com.ibm:sn.1111-lun-30 -&amp;gt; ../../sdb&lt;/P&gt;&lt;P&gt;lrwxrwxrwx 1 root root 10 May&amp;nbsp; 1 11:09 ip-10.1.x.x:3260-iscsi-iqn.1986-03.com.ibm:sn.1111-lun-30-part1 -&amp;gt; ../../sdb1&lt;/P&gt;&lt;P&gt;lrwxrwxrwx 1 root root 10 May&amp;nbsp; 1 11:09 ip-10.1.x.x:3260-iscsi-iqn.1986-03.com.ibm:sn.1111-lun-30-part9 -&amp;gt; ../../sdb9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 10:34:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68787#M16044</guid>
      <dc:creator>fajarpri2</dc:creator>
      <dc:date>2012-05-02T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: iSCSI consistency</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68790#M16046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sdX will depend on order in which devices are seen by Linux host. You can make no assumptions about sdX names. They are just internal kernel handles, the only requirement is they are unique at any given time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The names under /dev/disk/by-* will remain the same, but may point to different sdX after reboot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 10:44:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/iSCSI-consistency/m-p/68790#M16046</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2012-05-02T10:44:35Z</dc:date>
    </item>
  </channel>
</rss>

