<?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: snapmirror.conf : Multiple connection entries with same name in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74010#M6683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our setup has multiple connection entries with same connection name. May be this got placed there accidentally but now i am some what curious about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As snapmirror don't give any error or warning for multiple entries with same name so is there any criteria by which connection name is taken for snapmirror replication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 07:13:20 GMT</pubDate>
    <dc:creator>deepak1224</dc:creator>
    <dc:date>2010-08-12T07:13:20Z</dc:date>
    <item>
      <title>snapmirror.conf : Multiple connection entries with same name</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74000#M6679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will happen if there are multiple connection entry in snapmirror.conf. Which connection will be use for replication. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my_conn = (src1, dst1)&lt;/P&gt;&lt;P&gt;my_conn = (src2, dst2)&lt;/P&gt;&lt;P&gt;myconn:srcvol detination:dstvol restart=always 15 * * 1,2,3,4,5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now which connection will be used for replication. Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:10:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74000#M6679</guid>
      <dc:creator>deepak1224</dc:creator>
      <dc:date>2025-06-05T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror.conf : Multiple connection entries with same name</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74005#M6681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik first entry found will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why define 2 same named connections in the first place?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usualy i only (unique) name connections if i want to multipath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;fas01tofas03 = multi (172.16.1.1,172.16.1.3) (172.16.2.1,172.16.2.3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;fas02tofas03 = multi (172.16.1.2,172.16.1.3) (172.16.2.2,172.16.2.3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;# Backup Schedule FAS01 to FAS03&lt;BR /&gt;fas01tofas03:vol_root fas03:vol_root_fas01 - 1 5-23 * *&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;# Backup Schedule FAS02 to FAS03&lt;BR /&gt;fas02tofas03:vol_root fas03:vol_root_fas02 - 6 5-23 * *&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 13:54:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74005#M6681</guid>
      <dc:creator>thomas_glodde</dc:creator>
      <dc:date>2010-08-11T13:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror.conf : Multiple connection entries with same name</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74010#M6683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our setup has multiple connection entries with same connection name. May be this got placed there accidentally but now i am some what curious about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As snapmirror don't give any error or warning for multiple entries with same name so is there any criteria by which connection name is taken for snapmirror replication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 07:13:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74010#M6683</guid>
      <dc:creator>deepak1224</dc:creator>
      <dc:date>2010-08-12T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror.conf : Multiple connection entries with same name</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74015#M6685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as i know, netapp usualy takes the first entry found, thats, at least, the case for nfs exports or additional settings in the rc or hosts file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be 100% sure tho id get in touch with netapp technical support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 11:16:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/snapmirror-conf-Multiple-connection-entries-with-same-name/m-p/74015#M6685</guid>
      <dc:creator>thomas_glodde</dc:creator>
      <dc:date>2010-08-12T11:16:07Z</dc:date>
    </item>
  </channel>
</rss>

