<?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: SRM SRA 2.1 test-failover-start cloning failure in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8695#M1973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I should have said in my first reply - 7 mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 19:05:53 GMT</pubDate>
    <dc:creator>glen_eustace</dc:creator>
    <dc:date>2013-12-20T19:05:53Z</dc:date>
    <item>
      <title>SRM SRA 2.1 test-failover-start cloning failure</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8675#M1967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the interests of helping others, I thought it worth posting the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have just upgraded from vSphere 4.1 to 5.1 and along with that we have upgraded SRM to 5.1, it came as a surprise that a test would fail when the SRA tried to clone the datastore volumes.&amp;nbsp; After much investigation the issue was as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The actual cloning of the snapshots worked as expected.&lt;/P&gt;&lt;P&gt;2. The SRA then attempted to export the clone with a long list of IPv4 and IPv6 addresses for all of the ESXi hosts.&lt;/P&gt;&lt;P&gt;3. The export would succeed but the entry in /etc/exports was truncated part way through an address, at approx character 4112 (seemed suspiciously like a 4k buffer somewhere &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; )&lt;/P&gt;&lt;P&gt;4. The SRA would read back in the export rules and get an XML parsing error which it would then log as a failure and pass back to SRM which would then report it as a failure to clone the volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could find no easy solution to this issue.&amp;nbsp; Reducing the number of IP addresses or turning off IPv6 is not an option and have ended up hacking the code in failover.pl.&amp;nbsp; We did consider filtering out the [fe80::] addresses which possibly should be included but in the end did the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We have broken the loop that iterates over the IP list so that the list of rwhosts and roothosts no longer have the individual IP addresses in them.&lt;/P&gt;&lt;P&gt;2. We have added our ESX NFS network to the ontap_config.txt options read-write-hosts and root-hosts&lt;/P&gt;&lt;P&gt;3. We have broken the check in the checkexports subroutine to return true when matching theses 'extra hosts'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exports line now only contains the network rather than individual hosts and the corruption no longer occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution is not ideal as I don't like changing vendor supplied code but getting a solution that worked quickly was more important at this stage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:47:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8675#M1967</guid>
      <dc:creator>glen_eustace</dc:creator>
      <dc:date>2025-06-05T05:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: SRM SRA 2.1 test-failover-start cloning failure</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8680#M1968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of ONTAP was this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 19:52:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8680#M1968</guid>
      <dc:creator>MSEBEL1980</dc:creator>
      <dc:date>2013-12-19T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: SRM SRA 2.1 test-failover-start cloning failure</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8685#M1969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 16px;"&gt;8.1.2P4&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 01:17:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8685#M1969</guid>
      <dc:creator>glen_eustace</dc:creator>
      <dc:date>2013-12-20T01:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: SRM SRA 2.1 test-failover-start cloning failure</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8690#M1971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;7-mode or cDOT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:35:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8690#M1971</guid>
      <dc:creator>MSEBEL1980</dc:creator>
      <dc:date>2013-12-20T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: SRM SRA 2.1 test-failover-start cloning failure</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8695#M1973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I should have said in my first reply - 7 mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 19:05:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SRM-SRA-2-1-test-failover-start-cloning-failure/m-p/8695#M1973</guid>
      <dc:creator>glen_eustace</dc:creator>
      <dc:date>2013-12-20T19:05:53Z</dc:date>
    </item>
  </channel>
</rss>

