<?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 Management LIF in different IPspace? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140250#M31014</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have a netapp FAS2552.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I created Cluster-management LIF with wrong name and wrong IP address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I edit this LIF with correct informations?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Awaiting for your feedback.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Francis&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2018 08:26:42 GMT</pubDate>
    <dc:creator>Sotognon</dc:creator>
    <dc:date>2018-05-16T08:26:42Z</dc:date>
    <item>
      <title>EDITING CLUSTER-MANAGEMENT LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140251#M31003</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have a netapp FAS2552.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I created a Cluster-management LIF with wrong name and wrong IP address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I edit this LIF with correct informations?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Awaiting for your feedback.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Francis&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:42:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140251#M31003</guid>
      <dc:creator>Sotognon</dc:creator>
      <dc:date>2025-06-04T13:42:47Z</dc:date>
    </item>
    <item>
      <title>Management LIF in different IPspace?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140250#M31014</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have a netapp FAS2552.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I created Cluster-management LIF with wrong name and wrong IP address.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I edit this LIF with correct informations?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Awaiting for your feedback.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Francis&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 08:26:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140250#M31014</guid>
      <dc:creator>Sotognon</dc:creator>
      <dc:date>2018-05-16T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: EDITING CLUSTER-MANAGEMENT LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140278#M31013</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i believe:&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;PRE&gt;route show -vserver cluster_name 

network interface show -vserver cluster_name 

network interface rename -vserver cluster_name -lif cluster_mgmt -newname new_cluster_mgmt_lif 

network interface modify -vserver cluster_name -lif new_cluster_mgmt_lif -address 10.0.0.2 -netmask 255.255.255.0 # thats the new address and mask

route create -vserver cluster_name -destination 0.0.0.0/0 -gateway 10.0.0.1 -metric 20    # that the new gateway address

route delete -vserver cluster_name -destination 0.0.0.0/0 -gateway 192.168.1.1    # thats the old address from route show command



&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i don't have a simulator here to check on. but have you tried these ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gidi&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 15:02:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140278#M31013</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2018-05-16T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: EDITING CLUSTER-MANAGEMENT LIF</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140280#M31015</link>
      <description>&lt;P&gt;hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i merged the two threads as i saw the duplication. and noticed you also asked about the ipspace for that interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think you can't change the ipspace of the Vserver object that hosts the MGMT interfaces (the cluster_name SVM) it have to stay in the default one.&lt;/P&gt;
&lt;P&gt;i was looking at this years back and prtty sure it was not possible.&amp;nbsp; also don't see it possible here (you can't change any SVM IPSpace post creation) :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4182.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4182.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i do&amp;nbsp;encourage you also to have a read on this above DOC for the ipspace typical use cases. as it's very rear for someone that is not&amp;nbsp;service provider to need it and can create some pain.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gidi&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 15:18:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/EDITING-CLUSTER-MANAGEMENT-LIF/m-p/140280#M31015</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2018-05-16T15:18:31Z</dc:date>
    </item>
  </channel>
</rss>

