<?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: VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76969#M5403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I didn't. I wasn't sure if it was a VMWare issue (SRM) or NetApp (SRA). Do you know if IPv6 is even supported by the automation flow of SRM 5.1? None of the documentation I read referred to IPv6, nor any quick internet searches. The only place it referred to IPv6 in the installation and configuration guide for 5.1 is in chapter 6 on page 58 when it refers to the public certificate for vSphere Replication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I know it does support IPv6 when customizing the IPs for the virtual machines themselves. This is explained clearly in the administration guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 13:25:55 GMT</pubDate>
    <dc:creator>CCIE17603</dc:creator>
    <dc:date>2012-11-15T13:25:55Z</dc:date>
    <item>
      <title>VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76957#M5398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just thought I would share the results of my hard work in hopes it will make others lives easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;I've been working on creating a VMWare SRM 5.1 with NetApp demo environment for over four weeks now. Most of my time has been spent learning SRM and some of the basics of VMware clustering and NFS mounting etc. I finally got to the point where I had:&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- 3x VMWare ESXi 5.1 hosts installed&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- 2x VCenter Servers 5.1 created with NetApp VSC Plugin Installed&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- ESXi Hosts clustered with VMotion working through VCenter&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- NFS volumes created and NFS export permissions configured on the NetApp(s)&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- NFS Exports mounted as ESXi Datastores&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- Win 2008 DC, Exchange 2007 and OCS 2007 VMs installed with 2 Win7 client VMs to prove it was a fully functional demo environment&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- NetApp's NFS Volumes SnapMirrored &lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- SRM installed (ODBC connections to SQL, etc.)&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;- SRM configured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;Moment of truth..&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;I ran the recovery test plan and it failed with this &lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; color: red;"&gt;Error - &lt;STRONG&gt;Failed to create snapshots of replica devices&lt;/STRONG&gt;. Failed to create snapshot of replica device /vol/NetApp_Datastore1. SRA command 'testFailoverStart' failed for device '/vol/NetApp_Datastore1'. &lt;STRONG&gt;Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;(See the SRM Failures.doc in the attachment) I was at this point on Monday. I scoured the internet for this error and found very limited information. I also obsessed over the ontap_config.txt file on the VCenter/SRM server to no avail. What I did find is when configuring NFS every Volume/Export must be explicitly configured with r/w &amp;amp; root privileges. RO must be removed along with Anonymous access. The export should look like the "Permissions.jpg" in the attachment. From the command line the permissions should look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;ONTAP-SRM-2&amp;gt; exportfs&lt;BR /&gt;/vol/vol0/home&amp;nbsp; -sec=sys,rw,nosuid&lt;BR /&gt;/vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw,anon=0,nosuid&lt;BR /&gt;/vol/SRM_Placeholder&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=10.18.202.31,root=10.18.202.31&lt;BR /&gt;/vol/NetApp_Datastore1&amp;nbsp; &lt;SPAN style="background-color: #ffff00;"&gt;-sec=sys,rw=&lt;/SPAN&gt;10.18.201.31,&lt;SPAN style="background-color: #ffff00;"&gt;root=&lt;/SPAN&gt;10.18.201.31&lt;BR /&gt;/vol/NetApp_Datastore2&amp;nbsp; &lt;SPAN style="background-color: #ffff00;"&gt;-sec=sys,rw=&lt;/SPAN&gt;10.18.202.31,&lt;SPAN style="background-color: #ffff00;"&gt;root=&lt;/SPAN&gt;10.18.202.31&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;That being said. How SRM works when you execute the recovery test plan is it creates a FlexClone of the SnapMirrored volume. When I executed the test plan and it failed I started looking at the NetApp on the recovery site. I noticed it created the FlexClone but it obviously didn't mount it as a datastore and start up the VMs. Funny thing is that when I manually mounted the FlexClone I could start up the VMs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;Thinking that NFS is all about permissions... look what I found on the permissions of the FlexClone when I ran the "exportfs" command on the recovery side NetApp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; color: red;"&gt;ONTAP-SRM-2&amp;gt; exportfs &lt;BR /&gt;/vol/testfailoverClone_nss_v10745371_NetApp_Datastore1&amp;nbsp; -sec=sys,rw=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.&lt;SPAN style="background-color: #ffff00;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;31&lt;/SPAN&gt;:fe80::20c:29ff:fea5:ac48:fe80::250:56ff:fe63:7152:fe80::250:56ff:fe66:28d7:fe80::250:56ff:fe66:fd86&lt;/SPAN&gt;,root=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31:&lt;SPAN style="background-color: #ffff00;"&gt;fe80::20c:29ff:fea5:ac48:fe80::250:56ff:fe63:7152:fe80::250:56ff:fe66:28d7:fe80::250:56ff:fe66:fd86&lt;/SPAN&gt;&lt;BR /&gt;/vol/testfailoverClone_nss_v10745371_NetApp_Datastore2&amp;nbsp; -sec=sys,rw=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31:&lt;SPAN style="background-color: #ffff00;"&gt;fe80::20c:29ff:fea5:ac48:fe80::250:56ff:fe63:7152:fe80::250:56ff:fe66:28d7:fe80::250:56ff:fe66:fd86&lt;/SPAN&gt;,root=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31:&lt;SPAN style="background-color: #ffff00;"&gt;fe80::20c:29ff:fea5:ac48:fe80::250:56ff:fe63:7152:fe80::250:56ff:fe66:28d7:fe80::250:56ff:fe66:fd86&lt;/SPAN&gt;&lt;BR /&gt;/vol/vol0/home&amp;nbsp; -sec=sys,rw,nosuid&lt;BR /&gt;/vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw,anon=0,nosuid&lt;BR /&gt;/vol/SRM_Placeholder&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=10.18.202.31,root=10.18.202.31&lt;BR /&gt;/vol/NetApp_Datastore1&amp;nbsp; -sec=sys,rw=10.18.201.31,root=10.18.201.31&lt;BR /&gt;/vol/NetApp_Datastore2&amp;nbsp; -sec=sys,rw=10.18.202.31,root=10.18.202.31&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;Look at all of that junk in there.. for anyone who doesn't recognize this.. This is &lt;STRONG&gt;IPv6&lt;/STRONG&gt; and I am pretty sure SRM 5.1 doesn't work with IPv6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;SOLUTION &lt;/STRONG&gt;&lt;/SPAN&gt;- on the ESXi hosts:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;To view whether IPv6 is currently enabled, run the following ESXCLI command:&lt;/SPAN&gt;&lt;BR style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="tr_bq" style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;esxcli system module parameters list -m tcpip3&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="separator"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;You will see, &lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #222222; background-color: #ffffff;"&gt;&lt;STRONG&gt;ipv6&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt; property is set to 1 which means it is enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;To disable IPv6, you just need to set the property to 0, run the following ESXCLI command:&lt;/SPAN&gt;&lt;BR style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="tr_bq" style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;esxcli system module parameters set -m tcpip3 -p ipv6=0&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="separator"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;We can now reconfirm by re-running our list operation to ensure the changes were made successfully. All that is left is to perform a system reboot, you can either type in "&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #222222; background-color: #ffffff;"&gt;&lt;STRONG&gt;reboot&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;"&gt;" or use the new ESXCLI 5.1 command: &lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #222222; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="tr_bq" style="color: #222222; font-size: 15px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;STRONG&gt;esxcli system shutdown reboot -d 60 -r "making IPv6 config changes"&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;After the ESXi host reboots see the FlexClone permissions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif; color: red;"&gt;ONTAP-SRM-2&amp;gt; exportfs&lt;BR /&gt;/vol/testfailoverClone_nss_v10745371_NetApp_Datastore1&amp;nbsp; -sec=sys,rw=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31,root=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31&lt;BR /&gt;/vol/testfailoverClone_nss_v10745371_NetApp_Datastore2&amp;nbsp; -sec=sys,rw=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31,root=10.18.18.31:10.18.201.31:10.18.202.31:10.18.203.31&lt;BR /&gt;/vol/vol0/home&amp;nbsp; -sec=sys,rw,nosuid&lt;BR /&gt;/vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw,anon=0,nosuid&lt;BR /&gt;/vol/SRM_Placeholder&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=10.18.202.31,root=10.18.202.31&lt;BR /&gt;/vol/NetApp_Datastore1&amp;nbsp; -sec=sys,rw=10.18.201.31,root=10.18.201.31&lt;BR /&gt;/vol/NetApp_Datastore2&amp;nbsp; -sec=sys,rw=10.18.202.31,root=10.18.202.31&lt;BR /&gt;ONTAP-SRM-2&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;Note IPv6 permissions are now gone = Success! SRM Test Recover Plan works!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Tahoma;"&gt;Enjoy.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:15:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76957#M5398</guid>
      <dc:creator>CCIE17603</dc:creator>
      <dc:date>2025-06-05T06:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76962#M5400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. It is not actually crap, but square brackets are missing. It should have been :[fe80::20c:29ff:fea5:ac48]:[fe80::250:56ff:fe63:7152]:[fe80::250:56ff:fe66:28d7]:[fe80::250:56ff:fe66:fd86]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like a bug in SRA somewhere. Disabling IPv6 in ESX is just a workaround, but it needs to be solved properly. Did you open case with NetApp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:24:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76962#M5400</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2012-11-15T05:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76969#M5403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I didn't. I wasn't sure if it was a VMWare issue (SRM) or NetApp (SRA). Do you know if IPv6 is even supported by the automation flow of SRM 5.1? None of the documentation I read referred to IPv6, nor any quick internet searches. The only place it referred to IPv6 in the installation and configuration guide for 5.1 is in chapter 6 on page 58 when it refers to the public certificate for vSphere Replication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I know it does support IPv6 when customizing the IPs for the virtual machines themselves. This is explained clearly in the administration guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 13:25:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76969#M5403</guid>
      <dc:creator>CCIE17603</dc:creator>
      <dc:date>2012-11-15T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76974#M5405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the only post on the interwebs that mentions this issue.&amp;nbsp; Thank you so much for the info!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:53:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76974#M5405</guid>
      <dc:creator>carnevja</dc:creator>
      <dc:date>2013-06-13T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare SRM 5.1 with NetApp SRA 2.0.1 over NFS - Error: Failed to create snapshots of replica devices; Unable to export the NAS device Ensure that the correct export rules are specified in the ontap_config.txt file</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76978#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting a similar issue but the reason the fails to create the replica is because NFS is licensed at 1 site but not at the other. Keep in mind the volumes are all FC mounted so this should not be an issue. Here are the errors I and seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from destination controller:&lt;/P&gt;&lt;P&gt;exportfs [Line 2]: NFS not licensed; local volume /vol/fc_site1fas1_esx_srm_datastore_srm_test not exported&lt;/P&gt;&lt;P&gt;exportfs [Line 2]: NFS not licensed; local volume /vol/fc_site1fas1_esx_srm_datastore_srm_test not exported&lt;/P&gt;&lt;P&gt;exportfs [Line 2]: NFS not licensed; local volume /vol/fc_site1fas1_esx_srm_datastore_srm_test not exported&lt;/P&gt;&lt;P&gt;exportfs [Line 2]: NFS not licensed; local volume /vol/fc_site1fas1_esx_srm_datastore_srm_test not exported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from source controller:&lt;/P&gt;&lt;P&gt;Wed Jun 12 17:41:53 EDT [site2fas1:app.log.info:info]: SRM01: NetApp FAS/V-Series Storage Replication Adapter 2.0.1P2: (3) Test-Failover-stop Event: NetApp FAS/V-Series Storage Replication Adapter executed Test-Failover-stop operation successfully from OS major version = 6 ,minor version = 1 ,package = Service Pack 1 and build = 7601&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Wed Jun 12 17:42:26 EDT [site2fas1:app.log.info:info]: SRM01: NetApp FAS/V-Series Storage Replication Adapter 2.0.1P2: (2) Test-Failover-start Event: NetApp FAS/V-Series Storage Replication Adapter executed Test-Failover-start operation with errors from OS major version = 6 ,minor version = 1 ,package = Service Pack 1 and build = 7601&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Wed Jun 12 17:42:26 EDT [site2fas1:callhome.client.app.info:info]: Call home for CLIENT APP INFO Test-Failover-start Event: NetApp FAS/V-Series Storage Replication Adapter 2.0.1P2: (2) on SRM01: NetApp FAS/V-Series Storage Replication Adapter executed Test-Failover-start operation with errors from OS major version = 6 ,minor version = 1 ,package = Service Pack 1 and build = 7601&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Wed Jun 12 17:51:12 EDT [site2fas1:app.log.info:info]: SRM01: NetApp FAS/V-Series Storage Replication Adapter 2.0.1P2: (3) Test-Failover-stop Event: NetApp FAS/V-Series Storage Replication Adapter executed Test-Failover-stop operation successfully from OS major version = 6 ,minor version = 1 ,package = Service Pack 1 and build = 7601&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 15:49:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/VMWare-SRM-5-1-with-NetApp-SRA-2-0-1-over-NFS-Error-Failed-to-create-snapshots/m-p/76978#M5407</guid>
      <dc:creator>MIKE_ELLIS</dc:creator>
      <dc:date>2013-06-13T15:49:26Z</dc:date>
    </item>
  </channel>
</rss>

