<?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 Intercluster peering requirements in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124270#M26693</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently setting up a new FAS2554 system runinng OnTAP 9. I was revewing the prerequisites for cluster peering. It says 2 ports per node are required. The FAS unit we have only has a single controller in it. Will cluster peering work in a single controller enviroment or do we require a HA setup? This system is running a single controller as it s a backup NAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 18:37:50 GMT</pubDate>
    <dc:creator>TNR9001</dc:creator>
    <dc:date>2025-06-04T18:37:50Z</dc:date>
    <item>
      <title>Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124270#M26693</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently setting up a new FAS2554 system runinng OnTAP 9. I was revewing the prerequisites for cluster peering. It says 2 ports per node are required. The FAS unit we have only has a single controller in it. Will cluster peering work in a single controller enviroment or do we require a HA setup? This system is running a single controller as it s a backup NAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:37:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124270#M26693</guid>
      <dc:creator>TNR9001</dc:creator>
      <dc:date>2025-06-04T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124294#M26699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It requires HA setup. Please refer&amp;nbsp;&lt;A href="http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-dpg%2FGUID-3498EC3C-320D-4D09-B68F-AB894007F7DD.html" target="_blank"&gt;http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-dpg%2FGUID-3498EC3C-320D-4D09-B68F-AB894007F7DD.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:31:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124294#M26699</guid>
      <dc:creator>Sahana</dc:creator>
      <dc:date>2016-10-18T04:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124299#M26701</link>
      <description>&lt;P&gt;You do not need HA Pair to establish cluster peering. The only requirement is full mesh - each node of one cluster must be able to speak with each node of other cluster. Two ports aer recommended from redundancy considreations, but this is not required.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:19:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124299#M26701</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2016-10-18T06:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124324#M26703</link>
      <description>&lt;P&gt;You can do cluster peering to single controller also. Why we need two paths is for redundancy. Please find the cluster peering steps below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before performing cluster peering you need to create intercluster lifs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;cluster peer create -cluster &amp;lt;Remote clustername&amp;gt; -peer-addrs &amp;lt;ips of intercluster lifs&amp;gt; -auth-status-admin use-authentication -ipspace Default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;cluster peer show -instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Cluster peer health show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After creating cluster peering you need to establish peering between vservers(SVM's).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;gt;vserver peer create -vserver &amp;lt;local svm&amp;gt; -peer-vserver &amp;lt;svmname&amp;gt; -applications snapmirror -peer-cluster &amp;lt;Remote cluster name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;vserver peer show -instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Naveenkumar Pusuluru&lt;/P&gt;&lt;P&gt;Storage lead | C3i healthcare connections&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 13:21:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124324#M26703</guid>
      <dc:creator>Naveenpusuluru</dc:creator>
      <dc:date>2016-10-18T13:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124343#M26709</link>
      <description>&lt;P&gt;Thanks for the reply. I was able to setup a test intracluster SVM peer relationship. One possible issue. The target SVM machine only has a single controller. The other cluster has two controllers HA setup.&amp;nbsp;Because the target machine only has one controller the HA node is showing "partial" availability. Is there something I should do to fix this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 18:11:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124343#M26709</guid>
      <dc:creator>TNR9001</dc:creator>
      <dc:date>2016-10-18T18:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124344#M26710</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/54345"&gt;@TNR9001﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please post the out put of "cluster peer show - instance".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly it will show as partial only. after some time it will show you as peered only .... Please let me know the below option what you have selected while creating cluster peer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-auth-status-admin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that i can help you with this issue.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 18:32:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124344#M26710</guid>
      <dc:creator>Naveenpusuluru</dc:creator>
      <dc:date>2016-10-18T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intercluster peering requirements</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124346#M26711</link>
      <description>&lt;P&gt;Edit. Problem solved. It was a cabling issue. Both peer interfaces are showing healthy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 18:53:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Intercluster-peering-requirements/m-p/124346#M26711</guid>
      <dc:creator>TNR9001</dc:creator>
      <dc:date>2016-10-18T18:53:38Z</dc:date>
    </item>
  </channel>
</rss>

