<?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 persistent IP 7-mode in General Discussion</title>
    <link>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164947#M1206</link>
    <description>&lt;P&gt;I have a 7-mode HA pair: nodeA and node B. I want to configure an IP on nodeA but nodeB does not require an IP in the same same subnet. However, I want the IP to failover when nodeA goes down and I want it to be persistent when nodeA reboots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifgroup: data&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vlan Interface: data-172&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Do I just add line below to '/etc/rc' in nodeA:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ifconfig data-172 partner 172.28.172.100 netmask 255.255.255.0 mtusize 1500 up&lt;/LI-CODE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Do I also need to create the vlan on the partner 'nodeB'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 14:50:38 GMT</pubDate>
    <dc:creator>david01845</dc:creator>
    <dc:date>2021-03-15T14:50:38Z</dc:date>
    <item>
      <title>persistent IP 7-mode</title>
      <link>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164947#M1206</link>
      <description>&lt;P&gt;I have a 7-mode HA pair: nodeA and node B. I want to configure an IP on nodeA but nodeB does not require an IP in the same same subnet. However, I want the IP to failover when nodeA goes down and I want it to be persistent when nodeA reboots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifgroup: data&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vlan Interface: data-172&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Do I just add line below to '/etc/rc' in nodeA:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ifconfig data-172 partner 172.28.172.100 netmask 255.255.255.0 mtusize 1500 up&lt;/LI-CODE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Do I also need to create the vlan on the partner 'nodeB'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 14:50:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164947#M1206</guid>
      <dc:creator>david01845</dc:creator>
      <dc:date>2021-03-15T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: persistent IP 7-mode</title>
      <link>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164967#M1207</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes you do. Check below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nodeA&lt;/P&gt;&lt;P&gt;ifconfig data-172 &lt;STRONG&gt;IP172_NODE_A&lt;/STRONG&gt; netmask 255.255.255.0 mtusize 1500 partner &lt;STRONG&gt;INTERFACE172_NODE_B&lt;/STRONG&gt; up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 19:25:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164967#M1207</guid>
      <dc:creator>pedro_rocha</dc:creator>
      <dc:date>2021-03-15T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: persistent IP 7-mode</title>
      <link>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164972#M1208</link>
      <description>&lt;P&gt;/etc/rc of node A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
vlan add data 172
ifconfig data-172 &amp;lt;ip_of_nodeA&amp;gt; netmask 255.255.255.0 mtusize 1500 up partner data-172
...

&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc/rc of node B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vlan add data 172
ifconfig data-172 partner data-172&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 21:08:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164972#M1208</guid>
      <dc:creator>Mjizzini</dc:creator>
      <dc:date>2021-03-15T21:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: persistent IP 7-mode</title>
      <link>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164973#M1209</link>
      <description>&lt;P&gt;Yes, that's correct. Although the second ifconfig (nodeB) is not mandatory since there is no IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even though seems ok, perform takeover/giveback tests to ensure you have what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 21:16:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/persistent-IP-7-mode/m-p/164973#M1209</guid>
      <dc:creator>pedro_rocha</dc:creator>
      <dc:date>2021-03-15T21:16:05Z</dc:date>
    </item>
  </channel>
</rss>

