<?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 Communication to remote filer failed Error#13070 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109281#M23097</link>
    <description>&lt;P&gt;Created Vfiler on R1 and configuring dr setup on R2. While the ONTAP command succeded with "vfiler dr configure vfiler@filer" ZAPI call fails with following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;BR /&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE netapp SYSTEM '/na_admin/netapp_filer.dtd'&amp;gt;&lt;BR /&gt;&amp;lt;netapp version='1.1' xmlns='&lt;A target="_blank"&gt;http://www.netapp.com/filer/admin'&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;results status="failed" errno="13070" reason="Communication to remote filer failed"/&amp;gt;&amp;lt;/netapp&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give directions to troble shoot the problem.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 23:24:44 GMT</pubDate>
    <dc:creator>PraveenV</dc:creator>
    <dc:date>2025-06-04T23:24:44Z</dc:date>
    <item>
      <title>Communication to remote filer failed Error#13070</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109281#M23097</link>
      <description>&lt;P&gt;Created Vfiler on R1 and configuring dr setup on R2. While the ONTAP command succeded with "vfiler dr configure vfiler@filer" ZAPI call fails with following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;BR /&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE netapp SYSTEM '/na_admin/netapp_filer.dtd'&amp;gt;&lt;BR /&gt;&amp;lt;netapp version='1.1' xmlns='&lt;A target="_blank"&gt;http://www.netapp.com/filer/admin'&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;results status="failed" errno="13070" reason="Communication to remote filer failed"/&amp;gt;&amp;lt;/netapp&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give directions to troble shoot the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:24:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109281#M23097</guid>
      <dc:creator>PraveenV</dc:creator>
      <dc:date>2025-06-04T23:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Communication to remote filer failed Error#13070</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109283#M23099</link>
      <description>&lt;P&gt;If you are using powershell, post the commands you are using to create. &amp;nbsp;Please sanitize&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:21:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109283#M23099</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2015-09-01T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Communication to remote filer failed Error#13070</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109285#M23100</link>
      <description>&lt;P&gt;I am using ZAPI below is the code snippet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my $zapi =&amp;nbsp;my $self = NaServer-&amp;gt;new(&lt;SPAN&gt;'netlab102.etc.test.gs.com'&lt;/SPAN&gt;, &amp;nbsp;.....); &amp;nbsp;#R2 host connection using NMSDK 5.3&lt;BR /&gt;$&lt;SPAN&gt;zapi&lt;/SPAN&gt;-&amp;gt;set_style('HOSTS');&lt;BR /&gt;$&lt;SPAN&gt;zapi&lt;/SPAN&gt;-&amp;gt;set_bindings_family('7-MODE');&lt;BR /&gt;$zapi-&amp;gt;{debug_style} = "NA_PRINT_DONT_PARSE";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$zapi-&amp;gt;vfiler_dr_configure('ipaddrs' =&amp;gt; { 'ipaddr-info' =&amp;gt; {interface =&amp;gt; 'ifgrp1', 'ip-address' =&amp;gt; '....', 'netmask' =&amp;gt; '.... }},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'remote-authentication-info' =&amp;gt; {'authentication-info' =&amp;gt; { password =&amp;gt; &amp;lt;PASSWD&amp;gt;, username =&amp;gt; &amp;lt;USERNAME&amp;gt;&amp;nbsp;}},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'remote-vfiler-location' =&amp;gt; {'vfiler-location' =&amp;gt; {filer =&amp;gt; 'netlab101.etc.test.gs.com', vfiler =&amp;gt; 'fwlab011vf.etc.test.gs.com'}},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'is-synchronous' =&amp;gt; 0, 'use-secure-command-channel' =&amp;gt; 1, );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;BR /&gt;Failed vfiler dr, confess(): Communication to remote filer failed (13070)&amp;nbsp;at /...../libs/NetApp/NaServer.pm line 2081&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:51:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Communication-to-remote-filer-failed-Error-13070/m-p/109285#M23100</guid>
      <dc:creator>PraveenV</dc:creator>
      <dc:date>2015-09-01T13:51:39Z</dc:date>
    </item>
  </channel>
</rss>

