<?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: how to find LUN not used ? (is there a way to fined orphan LUN?) in Ask The Experts</title>
    <link>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155321#M1402</link>
    <description>&lt;P&gt;You can use following command: Look for the Initiators(host) 'not logged in' or disconnected:&lt;/P&gt;
&lt;P&gt;::&amp;gt; igroup show -fields vserver,igroup,init-details&lt;BR /&gt;vserver igroup init-details&lt;BR /&gt;---------- ----------- ----------------------------------------------------------------&lt;BR /&gt;test test_grp "iqn.1991-05.com.microsoft:xxxx.online.local (not logged in)"&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you want to know to which LUN, these disconnected initiators (not logged in) belong to? Make a note of the igroup and run this command:&lt;BR /&gt;::&amp;gt; mapping show -igroup test_grp -fields vserver,lun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Apr 2020 13:12:45 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2020-04-05T13:12:45Z</dc:date>
    <item>
      <title>how to find LUN not used ? (is there a way to fined orphan LUN?)</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155268#M1396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i have Ontap 9.6 with FC.&lt;/P&gt;
&lt;P&gt;500 hosts using HBA and 350 LANs.&lt;/P&gt;
&lt;P&gt;i want to know what LUNs are presented to hosts that not connected to the storage.&lt;/P&gt;
&lt;P&gt;currently i am running&amp;nbsp; "fcp ping-igroup show" and using excell manipulation to get list of disconnected hosts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way to fined orphan LUN? (better by GUI)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:54:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155268#M1396</guid>
      <dc:creator>arieshenar</dc:creator>
      <dc:date>2020-04-02T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to find LUN not used ? (is there a way to fined orphan LUN?)</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155270#M1397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simplest way to identify LUNs which are not connected to Storage is to search using '&lt;STRONG&gt;unmapped&lt;/STRONG&gt;' filter. This will inventory the LUN which are 'unmapped' from storage (whether offline or online state). Please note, if the volumes holding the LUNs are offline, then it cannot retrieve the LUNs except the volume names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CLI:&lt;/P&gt;
&lt;P&gt;::&amp;gt; lun show -mapped &lt;STRONG&gt;unmapped&lt;/STRONG&gt;&lt;BR /&gt;Vserver Path State Mapped Type Size&lt;BR /&gt;--------- ------------------------------- ------- -------- -------- --------&lt;BR /&gt;test_SVM /vol/lun_iscsi_vol/lun_iscsi&lt;BR /&gt;online &lt;STRONG&gt;unmapped&lt;/STRONG&gt; windows_2008 10.00GB&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Warning: the LUN inventory was not available for the following volumes:&lt;BR /&gt;Volume "test" on Vserver "test_SVM". Reason: Volume is offline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt GUI has that field to sort on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 17:38:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155270#M1397</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-02T17:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to find LUN not used ? (is there a way to fined orphan LUN?)</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155311#M1401</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks for this replay.&lt;/P&gt;
&lt;P&gt;it give me list of unmapped lun.&lt;/P&gt;
&lt;P&gt;i need more:&lt;/P&gt;
&lt;P&gt;i need list of lun that in "map" state but the initiator are disconnect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arie Shenar&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 06:14:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155311#M1401</guid>
      <dc:creator>arieshenar</dc:creator>
      <dc:date>2020-04-05T06:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to find LUN not used ? (is there a way to fined orphan LUN?)</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155321#M1402</link>
      <description>&lt;P&gt;You can use following command: Look for the Initiators(host) 'not logged in' or disconnected:&lt;/P&gt;
&lt;P&gt;::&amp;gt; igroup show -fields vserver,igroup,init-details&lt;BR /&gt;vserver igroup init-details&lt;BR /&gt;---------- ----------- ----------------------------------------------------------------&lt;BR /&gt;test test_grp "iqn.1991-05.com.microsoft:xxxx.online.local (not logged in)"&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you want to know to which LUN, these disconnected initiators (not logged in) belong to? Make a note of the igroup and run this command:&lt;BR /&gt;::&amp;gt; mapping show -igroup test_grp -fields vserver,lun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 13:12:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/how-to-find-LUN-not-used-is-there-a-way-to-fined-orphan-LUN/m-p/155321#M1402</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-05T13:12:45Z</dc:date>
    </item>
  </channel>
</rss>

