<?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 Cutting over iSCSI LUNs between filers in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62843#M5941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to cutover from one FAS to another, a task I have accomplished many times before using SnapMirror to transfer the data.&amp;nbsp; Using OnTap 7.3.7&lt;/P&gt;&lt;P&gt;Previously I have only had to cutover CIFS and NFS, however on this occasion I also have two iSCSI LUNs.&lt;/P&gt;&lt;P&gt;How does the new FAS recognise the LUNs which were created on the original FAS? I assume I will also need to configure initiator groups.&lt;/P&gt;&lt;P&gt;I can't see any config files in my etc directory in the root volume which relate to iscsi.&lt;/P&gt;&lt;P&gt;Can someone advise on the right way to migrate iSCSI LUNs between filers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:46:12 GMT</pubDate>
    <dc:creator>mattmusgrove1</dc:creator>
    <dc:date>2025-06-05T05:46:12Z</dc:date>
    <item>
      <title>Cutting over iSCSI LUNs between filers</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62843#M5941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to cutover from one FAS to another, a task I have accomplished many times before using SnapMirror to transfer the data.&amp;nbsp; Using OnTap 7.3.7&lt;/P&gt;&lt;P&gt;Previously I have only had to cutover CIFS and NFS, however on this occasion I also have two iSCSI LUNs.&lt;/P&gt;&lt;P&gt;How does the new FAS recognise the LUNs which were created on the original FAS? I assume I will also need to configure initiator groups.&lt;/P&gt;&lt;P&gt;I can't see any config files in my etc directory in the root volume which relate to iscsi.&lt;/P&gt;&lt;P&gt;Can someone advise on the right way to migrate iSCSI LUNs between filers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:46:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62843#M5941</guid>
      <dc:creator>mattmusgrove1</dc:creator>
      <dc:date>2025-06-05T05:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cutting over iSCSI LUNs between filers</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62847#M5942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this before.&amp;nbsp; Snapmirror the data, and the new controller will see the luns with "lun show".&amp;nbsp; You're right, you'll need to configure the inititator groups, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One caveat - luns have a serial number that I don't believe is copied with snapmirror.&amp;nbsp; Some applications (Exchange comes to mind) are picky about this serial number; they won't let you use data on a different lun serial, even though it's the same drive letter.&amp;nbsp; List the existing lun's serial with "lun serial &amp;lt;lun_path&amp;gt;", and set the new lun's serial with "lun serial &amp;lt;lun_path&amp;gt; &amp;lt;serial&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:23:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62847#M5942</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-01-07T16:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cutting over iSCSI LUNs between filers</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62856#M5944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Unmount iSCSI LUNs on hosts&lt;/LI&gt;&lt;LI&gt;Shut down iSCSI on filer&lt;BR /&gt;o iscsi stop;iscsi status&lt;/LI&gt;&lt;LI&gt;Perform snapmirror update &lt;/LI&gt;&lt;LI&gt;Perform snapmirror break &lt;/LI&gt;&lt;LI&gt;Make a copy of iscsi nodename from the orignal source filer&lt;/LI&gt;&lt;LI&gt;Modify nodename &amp;lt;dfiler&amp;gt; iscsi nodename&lt;BR /&gt;o iscsi nodename [&amp;lt;new_nodename&amp;gt;]&lt;BR /&gt;o iSCSI target nodename: iqn.1992-08.com.netapp:sn.118055087 &lt;/LI&gt;&lt;LI&gt;Create igroups on filer and verify initiators are logged in&lt;BR /&gt;o igroup create -i -t windows &amp;lt;igroup&amp;gt; &amp;lt;iqn&amp;gt;&lt;/LI&gt;&lt;LI&gt;igroup show –v &lt;/LI&gt;&lt;LI&gt;Note the orignal LUNs Serial number&lt;/LI&gt;&lt;LI&gt;Change LUNs to original serial number&lt;BR /&gt;o priv set advanced;lun offline &amp;lt;LUN&amp;gt;&lt;/LI&gt;&lt;LI&gt;lun serial &amp;lt;LUN&amp;gt; Hnd5CZjW3OrO&lt;/LI&gt;&lt;LI&gt;lun online &amp;lt;LUN&amp;gt;&lt;/LI&gt;&lt;LI&gt;Map LUNs with iSCSI initiator groups and verify&lt;BR /&gt;o lun map &amp;lt;LUN&amp;gt; &amp;lt;igroup&amp;gt; &amp;lt;LUN_id&amp;gt; &lt;/LI&gt;&lt;LI&gt;lun show -v &amp;lt;LUN&amp;gt;&lt;/LI&gt;&lt;LI&gt;Check to see if hosts can mount LUNs.&amp;nbsp; If not, reboot and re-verify&lt;BR /&gt;o Restart iSCSI service on hosts if necessary&lt;BR /&gt;o Remount iSCSI LUNs on hosts&lt;BR /&gt;o iscsi session show (used to verify iSCSI session)﻿&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the above steps to be a cleaner way to migrate LUNs to new filer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 18:22:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62856#M5944</guid>
      <dc:creator>nitish</dc:creator>
      <dc:date>2014-01-07T18:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cutting over iSCSI LUNs between filers</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62863#M5945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will need to manually create igroups and mapping on destination filer - they are not replicated. Also LUN serial numbers will change - this may be problem depending on host OS (e.g. VMware will not mount them by default).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 19:19:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Cutting-over-iSCSI-LUNs-between-filers/m-p/62863#M5945</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2014-01-07T19:19:26Z</dc:date>
    </item>
  </channel>
</rss>

