<?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: Fas 2020 for NFS datastore vmware in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36956#M3594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your network config is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-1 192.6.1.50 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.51&lt;BR /&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.2.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for your first interface, all is allright. both ip are on the same subnet.&lt;/P&gt;&lt;P&gt;So for your second one, both ip are on two different subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try to put in the same network and then test your takeover ?&lt;/P&gt;&lt;P&gt;In fact, for your vlan 12, you have to set this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your problem is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your final setup look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-1 192.6.1.50 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.51&lt;/P&gt;&lt;P&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.1.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2011 20:18:21 GMT</pubDate>
    <dc:creator>ademuynck</dc:creator>
    <dc:date>2011-05-18T20:18:21Z</dc:date>
    <item>
      <title>Fas 2020 for NFS datastore vmware</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36952#M3593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last day i am setting up a fas2020 (dual controller) for our vsphere 4.1 farm.&lt;/P&gt;&lt;P&gt;The filer will only be used for nfs datastores for the vm's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The company i setting this up for doenst have switches that supports cross switch trunking / etherchannel. So i came with the following config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a single vif on eatch controller. Both nics are connected to an other switch. (I use favor to select the nic i favor for each controller, on this way i can split traffic accros the switches)&lt;/P&gt;&lt;P&gt;I also use vlans, for the simple reason i use 2 subnets for vmware (1 per vmkernel) and a 3th for management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Controller 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname brena01&lt;BR /&gt;vif create single vifna2 e0b e0a&lt;BR /&gt;vif favor e0a&lt;BR /&gt;vlan create vifna1 1&lt;BR /&gt;vlan add vifna1 12&lt;BR /&gt;ifconfig vifna1-1 192.6.1.50 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.51&lt;BR /&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.2.3&lt;BR /&gt;mediatype auto partner vifna2&lt;BR /&gt;route add default 192.6.1.254&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Controller 2: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hostname brena02&lt;BR /&gt;vif create single vifna2 e0b e0a&lt;BR /&gt;vif favor e0b&lt;BR /&gt;vlan create vifna2 1&lt;BR /&gt;vlan add vifna2 13&lt;BR /&gt;ifconfig vifna2-1 192.6.1.51 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.50&lt;BR /&gt;ifconfig vifna2-13 10.0.2.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.1.3&lt;BR /&gt;mediatype auto partner vifna1&lt;BR /&gt;route add default 192.6.1.254&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i have it all running and it works, but here comes the problem.&lt;BR /&gt;When i do a takeover of controller 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I am able to ping both addresses 192.6.1.50 and 192.6.1.51 ==&amp;gt; I conclude that my partner / vlan config is oke&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; "&gt;- I am not able to ping 10.0.2.3 ==&amp;gt; so vmware loses is access to the nfs datastore on this controller&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am probaly doing something wrong with the 2 subnets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The ports of controller 1 and 2 are all tagged in VLAN 1-12-13&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Would be very nice if someone could say if its correct what i am doing, or is it totaly wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Many thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Reinhart De Bock&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: reinhartman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:54:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36952#M3593</guid>
      <dc:creator>reinhartman</dc:creator>
      <dc:date>2025-06-05T06:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fas 2020 for NFS datastore vmware</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36956#M3594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your network config is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-1 192.6.1.50 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.51&lt;BR /&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.2.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for your first interface, all is allright. both ip are on the same subnet.&lt;/P&gt;&lt;P&gt;So for your second one, both ip are on two different subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try to put in the same network and then test your takeover ?&lt;/P&gt;&lt;P&gt;In fact, for your vlan 12, you have to set this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your problem is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your final setup look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vifna1-1 192.6.1.50 netmask 255.255.255.0 mtusize 1500 partner 192.6.1.51&lt;/P&gt;&lt;P&gt;ifconfig vifna1-12 10.0.1.3 netmask 255.255.255.0 mtusize 1500 -wins partner 10.0.1.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 20:18:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36956#M3594</guid>
      <dc:creator>ademuynck</dc:creator>
      <dc:date>2011-05-18T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fas 2020 for NFS datastore vmware</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36961#M3595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Placing vlan 12 and 13 in the same subet is not possible for us.&lt;BR /&gt;In fact, we need to have both controllers in 2 different subnets so i can make 2 vm kernelports&amp;nbsp; and make an datastore on each controllers.&lt;/P&gt;&lt;P&gt;The vm kernelports are each in one of the above subnets and each go over an other switch to a different controller. &lt;BR /&gt;With this setup i have 1 active path to each controller over a different switch. (i have no spof)&lt;/P&gt;&lt;P&gt;This is working all fine, just in case of an takeover i lose connectivity to one datastore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reinhart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 20:29:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36961#M3595</guid>
      <dc:creator>reinhartman</dc:creator>
      <dc:date>2011-05-18T20:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fas 2020 for NFS datastore vmware</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36965#M3596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.0.8/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ok.&lt;/P&gt;&lt;P&gt;And if you create an alias for 10.0.0.13 (ex:10.0.2.13) and an alias for 10.0.2.3 (ex: 10.0.0.3)&lt;/P&gt;&lt;P&gt;Not sure it will works ... But you can try this ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 20:49:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36965#M3596</guid>
      <dc:creator>ademuynck</dc:creator>
      <dc:date>2011-05-18T20:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fas 2020 for NFS datastore vmware</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36970#M3597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did indeed test with an alias this afternoon.&lt;BR /&gt;When i set the vifna2-13 address (10.0.2.3) as a alias on vifna1-12 it works again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofc, this is not a proper solution as it has to be done manualy. ( in proper running without takeover) i would have duplicate addresses.&lt;/P&gt;&lt;P&gt;Vmware connects to a single address per nfs store, so i need to stick with that address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the brainstorming!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reinhart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 20:57:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Fas-2020-for-NFS-datastore-vmware/m-p/36970#M3597</guid>
      <dc:creator>reinhartman</dc:creator>
      <dc:date>2011-05-18T20:57:25Z</dc:date>
    </item>
  </channel>
</rss>

