<?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 remove home port or current port of a LIF in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/456029#M44148</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change the lif with -home port as "cluster1-01:e0c" to another port and then try your previous operation&lt;/P&gt;&lt;P&gt;Run the following command to change the -home port of lif_ApplicationData_324, cluster1-01_mgmt1, cluster_mgmt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;network interface modify -vserver &amp;lt;vserver_name&amp;gt; -lif &amp;lt;lif_name&amp;gt; -home-node &amp;lt;node_name&amp;gt; -home-port &amp;lt;port_name&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 02:19:08 GMT</pubDate>
    <dc:creator>Ashun</dc:creator>
    <dc:date>2024-10-24T02:19:08Z</dc:date>
    <item>
      <title>How to remove home port or current port of a LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451364#M43375</link>
      <description>&lt;P&gt;cluster1::&amp;gt; network port broadcast-domain delete -broadcast-domain Default -ports cluster1-01:e0d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: command failed: Port "cluster1-01:e0c" cannot be used because it is currently the home port or current port of a LIF.&lt;BR /&gt;To view LIFs with a specified home port, use the "network interface show -home-node &amp;lt;nodename&amp;gt; -home-port&lt;BR /&gt;{&amp;lt;netport&amp;gt;|&amp;lt;ifgrp&amp;gt;}" command. To view LIFs with a specified current port, use the "network interface show -curr-node&lt;BR /&gt;&amp;lt;nodename&amp;gt; -curr-port {&amp;lt;netport&amp;gt;|&amp;lt;ifgrp&amp;gt;}" command.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:25:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451364#M43375</guid>
      <dc:creator>Atish1</dc:creator>
      <dc:date>2024-03-12T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove home port or current port of a LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451365#M43376</link>
      <description>&lt;P&gt;what lifs have that as their home port?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:02:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451365#M43376</guid>
      <dc:creator>SpindleNinja</dc:creator>
      <dc:date>2024-03-12T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove home port or current port of a LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451366#M43377</link>
      <description>&lt;P&gt;cluster1::&amp;gt; network interface show -home-node cluster1-01&lt;BR /&gt;Logical Status Network Current Current Is&lt;BR /&gt;Vserver Interface Admin/Oper Address/Mask Node Port Home&lt;BR /&gt;----------- ---------- ---------- ------------------ ------------- ------- ----&lt;BR /&gt;ApplicationData&lt;BR /&gt;lif_ApplicationData_324 up/up 192.168.0.94/24 cluster1-01 e0c true&lt;BR /&gt;lif_ApplicationData_50 up/up 192.168.0.90/24 cluster1-01 e0e true&lt;BR /&gt;Cluster&lt;BR /&gt;cluster1-01_clus1 up/up 169.254.145.151/16 cluster1-01 e0a true&lt;BR /&gt;cluster1-01_clus2 up/up 169.254.58.159/16 cluster1-01 e0b true&lt;BR /&gt;EmployeeData&lt;BR /&gt;lif_EmployeeData_298 up/up 192.168.0.92/24 cluster1-01 e0g true&lt;BR /&gt;lif_EmployeeData_84 up/up 192.168.0.95/24 cluster1-01 e0e false&lt;BR /&gt;cluster1&lt;BR /&gt;cluster1-01_mgmt1 up/up 192.168.0.111/24 cluster1-01 e0c true&lt;BR /&gt;cluster_mgmt up/up 192.168.0.101/24 cluster1-01 e0c true&lt;BR /&gt;lif_Default_18 up/up 192.168.0.80/24 cluster1-01 e0f true&lt;BR /&gt;9 entries were displayed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;cluster1::&amp;gt; "network interface show -curr-node cluster1-01 -curr-port e0f"&lt;BR /&gt;Logical Status Network Current Current Is&lt;BR /&gt;Vserver Interface Admin/Oper Address/Mask Node Port Home&lt;BR /&gt;----------- ---------- ---------- ------------------ ------------- ------- ----&lt;BR /&gt;cluster1&lt;BR /&gt;lif_Default_18 up/up 192.168.0.80/24 cluster1-01 e0f true&lt;/P&gt;&lt;P&gt;cluster1::&amp;gt; network interface show -curr-node cluster1-01 -curr-port e0f&lt;BR /&gt;Logical Status Network Current Current Is&lt;BR /&gt;Vserver Interface Admin/Oper Address/Mask Node Port Home&lt;BR /&gt;----------- ---------- ---------- ------------------ ------------- ------- ----&lt;BR /&gt;cluster1&lt;BR /&gt;lif_Default_18 up/up 192.168.0.80/24 cluster1-01 e0f true&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:29:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451366#M43377</guid>
      <dc:creator>Atish1</dc:creator>
      <dc:date>2024-03-12T15:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove home port or current port of a LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451374#M43381</link>
      <description>&lt;P&gt;You'll need to modify the home ports of the lifs on&amp;nbsp;&lt;SPAN&gt;cluster1-01:e0c and then move them to their new home port(s). &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I see 3 -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;lif_ApplicationData_324 up/up 192.168.0.94/24 cluster1-01 e0c true
cluster1-01_mgmt1 up/up 192.168.0.111/24 cluster1-01 e0c true
cluster_mgmt up/up 192.168.0.101/24 cluster1-01 e0c true
&lt;/LI-CODE&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.netapp.com/us-en/ontap-cli-991/network-interface-modify.html#parameters" target="_blank"&gt;https://docs.netapp.com/us-en/ontap-cli-991/network-interface-modify.html#parameters&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 20:13:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/451374#M43381</guid>
      <dc:creator>SpindleNinja</dc:creator>
      <dc:date>2024-03-12T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove home port or current port of a LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/456029#M44148</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change the lif with -home port as "cluster1-01:e0c" to another port and then try your previous operation&lt;/P&gt;&lt;P&gt;Run the following command to change the -home port of lif_ApplicationData_324, cluster1-01_mgmt1, cluster_mgmt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;network interface modify -vserver &amp;lt;vserver_name&amp;gt; -lif &amp;lt;lif_name&amp;gt; -home-node &amp;lt;node_name&amp;gt; -home-port &amp;lt;port_name&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 02:19:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-remove-home-port-or-current-port-of-a-LIF/m-p/456029#M44148</guid>
      <dc:creator>Ashun</dc:creator>
      <dc:date>2024-10-24T02:19:08Z</dc:date>
    </item>
  </channel>
</rss>

