<?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: HA failover configuration in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/HA-failover-configuration/m-p/127681#M7861</link>
    <description>&lt;P&gt;Simplest way,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-NAS lifs can migrate between nodes in a cluster&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create your nfs lif on e0c and assign ip to the lif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-cable port e0c on partner node (ctrl2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create a failover group (cli) that has port e0c from each controller-once this has been created, your nfs lif will only be able to move between these two ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-manually migrate the lif to verify access via both ports&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;You could create an interace group on each node to providde some local network resiliency:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- interface group on node1 - ig = a0a - consisting of e0c &amp;amp; e0d (local nic redundancy)&lt;/P&gt;&lt;P&gt;- interface group on node2 - ig = a0a - consisting of e0c &amp;amp; e0d (local nic redundancy)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create a failover-group called nfs and add both of the above interface groups into the failover group - this ensures that any lif created on these can only failover to the specified interface group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create nfs lif with your ip and have it reside on one of the interfaces created above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- if a controller fails, the nfs lif will simply migrate to the partner interface group as defined in the failover group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 01:35:59 GMT</pubDate>
    <dc:creator>AlanHargadon</dc:creator>
    <dc:date>2017-02-02T01:35:59Z</dc:date>
    <item>
      <title>HA failover configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/HA-failover-configuration/m-p/127674#M7860</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I bought my first Netapp FAS2554 with two controllers and 12 HDDs&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;The system that we are developing needs to access file system through NFS.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;My idea is to export folder from Netapp and mount from Redhat Server.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;The doubts is regarding the network configuration. The first idea that I had was to create a LACP between one ethernet port of each controller. (I readed that is not possible).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I see that each controller has own hard drives, I need to protect against the controller fail.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Ex:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;I set e0c for external access IP 192.168.0.2 at first controller. If the first controller fail how can I configure the system to allow access to the disks managed by first controller with the second one? Should I set the same IP at both controllers and plug to the same switch?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I will be pleased with any advice about this&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:30:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/HA-failover-configuration/m-p/127674#M7860</guid>
      <dc:creator>HSerna</dc:creator>
      <dc:date>2025-06-04T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: HA failover configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/HA-failover-configuration/m-p/127681#M7861</link>
      <description>&lt;P&gt;Simplest way,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-NAS lifs can migrate between nodes in a cluster&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create your nfs lif on e0c and assign ip to the lif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-cable port e0c on partner node (ctrl2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create a failover group (cli) that has port e0c from each controller-once this has been created, your nfs lif will only be able to move between these two ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-manually migrate the lif to verify access via both ports&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;You could create an interace group on each node to providde some local network resiliency:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- interface group on node1 - ig = a0a - consisting of e0c &amp;amp; e0d (local nic redundancy)&lt;/P&gt;&lt;P&gt;- interface group on node2 - ig = a0a - consisting of e0c &amp;amp; e0d (local nic redundancy)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create a failover-group called nfs and add both of the above interface groups into the failover group - this ensures that any lif created on these can only failover to the specified interface group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-create nfs lif with your ip and have it reside on one of the interfaces created above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- if a controller fails, the nfs lif will simply migrate to the partner interface group as defined in the failover group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 01:35:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/HA-failover-configuration/m-p/127681#M7861</guid>
      <dc:creator>AlanHargadon</dc:creator>
      <dc:date>2017-02-02T01:35:59Z</dc:date>
    </item>
  </channel>
</rss>

