<?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 about LIF failover policy in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35492#M8404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nextavail (default): Enables a LIF to fail over to the next available port.&lt;/P&gt;&lt;P&gt; nextavail what specific meaning, Dataontap according to what rules to choose nextavail port&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:12:33 GMT</pubDate>
    <dc:creator>johnwangjun</dc:creator>
    <dc:date>2025-06-05T06:12:33Z</dc:date>
    <item>
      <title>about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35492#M8404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nextavail (default): Enables a LIF to fail over to the next available port.&lt;/P&gt;&lt;P&gt; nextavail what specific meaning, Dataontap according to what rules to choose nextavail port&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:12:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35492#M8404</guid>
      <dc:creator>johnwangjun</dc:creator>
      <dc:date>2025-06-05T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35495#M8405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't use nextavail, our 10G were failing over to 1G connection that was not in use or setup. You should setup failover groups to avoid this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:45:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35495#M8405</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2013-01-09T20:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35500#M8406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great point…and also with VLANs to make sure the lif only moves to ports capable to serve data on that VLAN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 20:51:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35500#M8406</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2013-01-09T20:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35505#M8407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is pretty much the exact problem I have.&amp;nbsp; My 10G connections fail between one another but if I take them both out they fail over to next available 1G port that isn't really usable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find any information on how to set up the failover group to point at the remote cluster 10G ports.&amp;nbsp;&amp;nbsp; Can one of you point me to an instruction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 20:47:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35505#M8407</guid>
      <dc:creator>EVILUTION</dc:creator>
      <dc:date>2013-08-26T20:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35510#M8408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to setup failover-groups and specify the ports that you want to be part of the failover group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover-groups create -failover-group nas_network -node node-01 -port e0a&lt;/P&gt;&lt;P&gt;failover-groups create -failover-group nas_network -node node-02 -port e0a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to modify the LIFs to use that failover-group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;net int modify -vserver vs_nfs -lif nas_lif1 -failover-group nas_network -use-failover-group enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify that the LIFs will reach their proper failover target by reviewing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;net int show -failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;Doug Moore&lt;/P&gt;&lt;P class="p1"&gt;Professional Services Consultant - CMET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 21:01:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35510#M8408</guid>
      <dc:creator>douglasm</dc:creator>
      <dc:date>2013-08-26T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35514#M8409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million for the reply.&amp;nbsp; I'm still a bit cloudy on what goes where &lt;/P&gt;&lt;P&gt;I have two 10G dual port cards in each of my 6210 nodes.&amp;nbsp; I am using one port on each card E3A and E5A to create LIF A0B.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I want Node1 A0B fail over to Node2 A0B only.&amp;nbsp; What ports do I add to the failover group I create?&amp;nbsp; A0B only, everything, or only the E3A and E5A ports?&amp;nbsp; &lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE1 -port A0B&lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE2 -port A0B&lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE1 -port E3A&lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE2 -port E3A&lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE1 -port E5A&lt;/P&gt;&lt;P&gt;network int failover-groups create -failover-group 10G_failover -node NODE2 -port E5A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 19:20:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35514#M8409</guid>
      <dc:creator>EVILUTION</dc:creator>
      <dc:date>2013-08-27T19:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35519#M8411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When part of an Ifgrp the individual ports won't be used. So only the ifgrp is needed in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 19:23:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35519#M8411</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2013-08-27T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35524#M8413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the above and then ran the command below:&lt;/P&gt;&lt;P&gt;network interface modify&amp;nbsp; -vserver VSERVER01 -lif VSERVER01-C-01 -use-failover-group enabled -failover-group 10G_failover&lt;/P&gt;&lt;P&gt;Now I see all of the above ports listed in the failover group.&amp;nbsp; I just wonder if I added too many.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 19:30:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35524#M8413</guid>
      <dc:creator>EVILUTION</dc:creator>
      <dc:date>2013-08-27T19:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35529#M8415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run the command, &lt;/P&gt;&lt;P&gt;net int show -failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will show the failover targets for your LIFs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since your ifgrps are made up e3a and e5a, like scott said, you do not want to also include them in the failover group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see all of the ports in the failover-group with this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover-group show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have e5a and e3a in the &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;10G_failover&lt;/SPAN&gt; failover group, you need to remove them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1" style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;Doug Moore&lt;/P&gt;&lt;P class="p1" style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;Professional Services Consultant - CMET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 19:34:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35529#M8415</guid>
      <dc:creator>douglasm</dc:creator>
      <dc:date>2013-08-27T19:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35533#M8417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone... I believe it is now configured correctly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;One last question... what kind of monitoring do you have in place to detect when a network port or card fails?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:53:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/35533#M8417</guid>
      <dc:creator>EVILUTION</dc:creator>
      <dc:date>2013-08-28T16:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: about LIF failover policy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/105037#M21523</link>
      <description>&lt;P&gt;I have a questiion on next available failover polocy&lt;/P&gt;&lt;P&gt;In my example below the order in the failover group is exactly the same, does that same the next avail is same for each and all would fail to the same one vs selecting a ramdom one in the&amp;nbsp; list so failover is stagered ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;t500_0_fls3&lt;BR /&gt;t500_0_fls3_lif1 flc1-02-sys-dev1-cloudsys:a2a-500 nextavail fg-500&lt;BR /&gt;Failover Targets: flc1-02-sys-dev1-cloudsys:a2a-500,&lt;BR /&gt;flc1-04-sys-dev1-cloudsys:a4a-500,&lt;BR /&gt;flc1-01-sys-dev1-cloudsys:a1a-500,&lt;BR /&gt;flc1-03-sys-dev1-cloudsys:a3a-500&lt;BR /&gt;t500_0_fls4&lt;BR /&gt;t500_0_fls4_lif1 flc1-04-sys-dev1-cloudsys:a4a-500 nextavail fg-500&lt;BR /&gt;Failover Targets: flc1-04-sys-dev1-cloudsys:a4a-500,&lt;BR /&gt;flc1-01-sys-dev1-cloudsys:a1a-500,&lt;BR /&gt;flc1-02-sys-dev1-cloudsys:a2a-500,&lt;BR /&gt;flc1-03-sys-dev1-cloudsys:a3a-500&lt;BR /&gt;t505_1_fls99&lt;BR /&gt;t505_1_fls99_lif1 flc1-01-sys-dev1-cloudsys:a1a-505 nextavail fg-505&lt;BR /&gt;Failover Targets: flc1-01-sys-dev1-cloudsys:a1a-505,&lt;BR /&gt;flc1-04-sys-dev1-cloudsys:a4a-505,&lt;BR /&gt;flc1-02-sys-dev1-cloudsys:a2a-505,&lt;BR /&gt;flc1-03-sys-dev1-cloudsys:a3a-505&lt;BR /&gt;t508_2_fls99&lt;BR /&gt;t508_2_fls99_lif1 flc1-03-sys-dev1-cloudsys:a3a-508 nextavail fg-508&lt;BR /&gt;Failover Targets: flc1-03-sys-dev1-cloudsys:a3a-508,&lt;BR /&gt;flc1-04-sys-dev1-cloudsys:a4a-508,&lt;BR /&gt;flc1-01-sys-dev1-cloudsys:a1a-508,&lt;BR /&gt;flc1-02-sys-dev1-cloudsys:a2a-508&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 09:59:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/about-LIF-failover-policy/m-p/105037#M21523</guid>
      <dc:creator>markymarcc</dc:creator>
      <dc:date>2015-05-14T09:59:12Z</dc:date>
    </item>
  </channel>
</rss>

