<?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: Change cluster IP address to different network in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166051#M37985</link>
    <description>&lt;P&gt;hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I didn't change the cluster IPs, I success it according to the instructions you taught me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to thank you from the bottom of my heart.&lt;/P&gt;</description>
    <pubDate>Sat, 17 Apr 2021 11:44:43 GMT</pubDate>
    <dc:creator>Japanese_human8888</dc:creator>
    <dc:date>2021-04-17T11:44:43Z</dc:date>
    <item>
      <title>Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166046#M37981</link>
      <description>&lt;P&gt;I'm new to NetApp and I'm looking for the procedure to change the IP address of the cluster network on a NetApp FAS 2552.&lt;/P&gt;&lt;P&gt;now cluster IP address:169.254.0.0/16&lt;BR /&gt;new cluster IP address:192.168.10.0/24&lt;/P&gt;&lt;P&gt;The problem is the following.&lt;BR /&gt;===&lt;BR /&gt;FAS2552-02-cluster::*&amp;gt; network interface modify -vserver Cluster -lif FAS2552-02-cluster-01_clus1 -address 192.168.10.0 -netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;Warning: Changes to a cluster LIF can affect the health of the Cluster. Are you sure you want to&lt;BR /&gt;continue? {y|n}: y&lt;/P&gt;&lt;P&gt;Error: command failed: Since masking an address with a netmask represents an entire IP subnet, the&lt;BR /&gt;masked and unmasked IP addresses cannot be the same.&lt;BR /&gt;===&lt;/P&gt;&lt;P&gt;===&lt;BR /&gt;FAS2552-02-cluster::*&amp;gt; network interface show -role cluster&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;Cluster&lt;BR /&gt;FAS2552-02-cluster-01_clus1&lt;BR /&gt;up/up 169.254.107.231/16 FAS2552-02-cluster-01&lt;BR /&gt;e0f false&lt;BR /&gt;FAS2552-02-cluster-01_clus2&lt;BR /&gt;up/up 169.254.72.160/16 FAS2552-02-cluster-01&lt;BR /&gt;e0f true&lt;BR /&gt;FAS2552-02-cluster-02_clus1&lt;BR /&gt;up/up 169.254.142.171/16 FAS2552-02-cluster-02&lt;BR /&gt;e0f false&lt;BR /&gt;FAS2552-02-cluster-02_clus2&lt;BR /&gt;up/up 169.254.249.1/16 FAS2552-02-cluster-02&lt;BR /&gt;e0f true&lt;BR /&gt;4 entries were displayed.&lt;BR /&gt;===&lt;/P&gt;&lt;P&gt;Is there a way to achieve my goal?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:27:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166046#M37981</guid>
      <dc:creator>Japanese_human8888</dc:creator>
      <dc:date>2025-06-04T10:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166047#M37982</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster network is internal only - it is created using setup, and uses IPSpaces, so it doesn't matter if you are using the same IP space on another part of your network (which you shouldn't be anyway, since it's in the link local scope, which should never be routed..).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I &lt;EM&gt;&lt;STRONG&gt;strongly&lt;/STRONG&gt;&lt;/EM&gt; caution you not to change the Cluster IP addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;..that said, as the CLI says, the error with the commands you have provided is that you are not specifying the IP address you want to change it to,&amp;nbsp; just the subnet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I ask why you want to change the IPs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cluster IPs are used for backend communication between nodes - for administration of nodes, you want to have Node Management IPs and a Cluster Management IP. Those ones you can change if you want.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 07:43:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166047#M37982</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2021-04-17T07:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166048#M37983</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry.&lt;BR /&gt;I was pasting different results.&lt;BR /&gt;What I wanted to show is the following result.&lt;BR /&gt;===&lt;BR /&gt;FAS2552-02-cluster::&amp;gt; network interface modify -vserver Cluster -lif FAS2552-02-cluster-01_clus1 -address 192.168.10.1 -netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;Warning: Changes to a cluster LIF can affect the health of the Cluster. Are you sure you want to&lt;BR /&gt;continue? {y|n}: y&lt;/P&gt;&lt;P&gt;Error: command failed: Cluster LIFs must be in the same subnet. Verify the address and netmask&lt;BR /&gt;are set to the correct values.&lt;BR /&gt;===&lt;/P&gt;&lt;P&gt;The reason I want to change IPs is because I want to change the address to something other than a link-local address in order to migrate from a switchless cluster to a switched cluster.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 07:54:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166048#M37983</guid>
      <dc:creator>Japanese_human8888</dc:creator>
      <dc:date>2021-04-17T07:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166049#M37984</link>
      <description>&lt;P&gt;Ah.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow the instructions in this document to move from a switchless to switched cluster -&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_get_file/ECMP1140535" target="_blank"&gt;https://library.netapp.com/ecm/ecm_get_file/ECMP1140535&lt;/A&gt;&amp;nbsp;if you have CN1610 switches, or&amp;nbsp;&lt;A href="https://docs.netapp.com/platstor/index.jsp?topic=%2Fcom.netapp.doc.hw-sw-ix8-migrate-2n%2FGUID-81FD5EDF-8902-40EA-9050-69358426CB6F.html&amp;amp;lang=en" target="_blank"&gt;https://docs.netapp.com/platstor/index.jsp?topic=%2Fcom.netapp.doc.hw-sw-ix8-migrate-2n%2FGUID-81FD5EDF-8902-40EA-9050-69358426CB6F.html&amp;amp;lang=en&lt;/A&gt;&amp;nbsp;for BES53248 switches (or &lt;A href="https://mysupport.netapp.com/site/search?q=migrate%20switchless%20cisco&amp;amp;offset=0&amp;amp;sort=most_relevant&amp;amp;filter=language%3D%3D%22en%22&amp;amp;autocorrect=true&amp;amp;random=117" target="_self"&gt;review these search result&lt;/A&gt;s for Cisco switches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will not need to change the Cluster IPs. Please follow the instructions exactly, or there may be a data service or cluster outage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 08:42:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166049#M37984</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2021-04-17T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166051#M37985</link>
      <description>&lt;P&gt;hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I didn't change the cluster IPs, I success it according to the instructions you taught me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to thank you from the bottom of my heart.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 11:44:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166051#M37985</guid>
      <dc:creator>Japanese_human8888</dc:creator>
      <dc:date>2021-04-17T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change cluster IP address to different network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166067#M37988</link>
      <description>&lt;P&gt;You are most welcome!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 00:46:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Change-cluster-IP-address-to-different-network/m-p/166067#M37988</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2021-04-19T00:46:17Z</dc:date>
    </item>
  </channel>
</rss>

