<?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: How to enable compression in snapmirror.conf in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22260#M5218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply remember that SnapMirror is a pull technology.&lt;/P&gt;&lt;P&gt;Hence, to define any relationship you need to define it on the destination and not the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means snapmirror.conf file needs to be created on the destination and not the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for the syntax part, you can try using the FilerView for creating the relationship, if you are facing syntax error.&lt;/P&gt;&lt;P&gt;For a restricted throttle option of 5120kbps, you can implement is at either individual relation level or system level.&lt;/P&gt;&lt;P&gt;Above, David has highlighted it at the system level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep us posted !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bakshana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 03:26:51 GMT</pubDate>
    <dc:creator>ogra</dc:creator>
    <dc:date>2010-01-21T03:26:51Z</dc:date>
    <item>
      <title>How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22245#M5215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I read that compression mechanism for snapmirror comes with ontap 7.3.2&lt;/P&gt;&lt;P&gt;I tried to enable it, but with no luck.&lt;/P&gt;&lt;P&gt;According to documentation I edited snapmirror.conf on destination filer like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conection1=multi(netapp1,netapp2)&lt;BR /&gt;conection1:vol1 netapp2:vol1_rep kbs=5120,compression=enable * * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that i'm getting error: Current Transfer Error: transfer from source not possible; snapmirror may be misconfigured, the source volume may be busy or unavailable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to enable snapmirror from netapp1 filer (vol1) to netapp2 filer (vol1_rep) with 5120 kbs restriction on bandwidth, compression=enable and * * * * schedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how the snapmirror.conf should look like for this configuration?&lt;/P&gt;&lt;P&gt;Do i have to edit it on destination or source filer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:19:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22245#M5215</guid>
      <dc:creator>roch_norwa</dc:creator>
      <dc:date>2025-06-05T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22250#M5216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Hi Roch, see if this is a syntax error. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;TABLE border="1" cellpadding="4" cellspacing="0" class="simpletableborder" id="GUID-47724B21-7C7E-4AC9-A497-9505B42C27AF__SIMPLETABLE_8803957AC6084C558B56299D91E60A49"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD headers="d38662e71" valign="top"&gt;&lt;SPAN class="option"&gt;kbs&lt;/SPAN&gt;=&lt;VAR class="varname"&gt;kbs&lt;/VAR&gt;&lt;/TD&gt;&lt;TD headers="d38662e74" valign="top"&gt;Maximum transfer speed, in kilobytes per second, that &lt;SPAN&gt;Data ONTAP&lt;/SPAN&gt; can use to transfer data.&lt;P&gt;The &lt;SPAN class="option"&gt;kbs&lt;/SPAN&gt; and &lt;SPAN class="option"&gt;restart&lt;/SPAN&gt; arguments are expressed as a comma-separated list of &lt;VAR class="varname"&gt;name&lt;/VAR&gt;=&lt;VAR class="varname"&gt;value&lt;/VAR&gt; pairs, with no spaces. For example:&lt;KBD class="userinput"&gt;kbs=2000,restart=always&lt;/KBD&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-style: background-color: #f8fafd;; "&gt;&lt;P&gt;If not using restart option, t&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;ry remove the comma after kbs=5120 and add the space.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Terrence&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 06:03:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22250#M5216</guid>
      <dc:creator>tatlee</dc:creator>
      <dc:date>2010-01-20T06:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22255#M5217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my conf below.&amp;nbsp; You will see some that are compressed and some that aren't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#Regenerated by registry Wed Aug 13 17:25:37 GMT 2008&lt;/P&gt;&lt;P&gt;# Min 0-59 or reoccuring /5 = evey 5 min&lt;/P&gt;&lt;P&gt;# Hour 0-23&lt;/P&gt;&lt;P&gt;# Day of Month 1-31&lt;/P&gt;&lt;P&gt;# Day of Week 0-7&lt;/P&gt;&lt;P&gt;starbuck_filer2=multi (starbuck,filer2)&lt;/P&gt;&lt;P&gt;apollo_filer2=multi (apollo,filer2)&lt;/P&gt;&lt;P&gt;starbuck_filer2:dfs_shares filer2:dfs_shares compression=enable 5 * * *&lt;/P&gt;&lt;P&gt;starbuck_filer2:users filer2:users compression=enable 10 * * *&lt;/P&gt;&lt;P&gt;starbuck_filer2:dmzsvrs filer2:dmzsvrs compression=enable 15 * * *&lt;/P&gt;&lt;P&gt;starbuck_filer2:assesspro filer2:assesspro compression=enable 20 * * *&lt;/P&gt;&lt;P&gt;apollo_filer2:tier1apps filer2:tier1apps compression=enable 25 * * *&lt;/P&gt;&lt;P&gt;apollo_filer2:dmzsharepoint filer2:dmzsharepoint compression=enable 30 * * *&lt;/P&gt;&lt;P&gt;starbuck_filer2:tier2apps filer2:tier2apps compression=enable 35 * * *&lt;/P&gt;&lt;P&gt;starbuck_filer2:tier3apps filer2:tier3apps compression=enable 40 * * *&lt;/P&gt;&lt;P&gt;starbuck:sqlbkup_t1 filer2:sqlbkup_t1 - 1,15,30,45 * * *&lt;/P&gt;&lt;P&gt;starbuck:sqlbkup_t2 filer2:sqlbkup_t2 - 5,20,35,50 * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For replication throttling, I use the system option since I am primarily concerned with wan utalization.&amp;nbsp; The following options are used.&amp;nbsp; Combine this with staggered volume replication and we make out ok.&lt;/P&gt;&lt;P&gt;replication.throttle.enable&amp;nbsp; on&lt;BR /&gt;replication.throttle.incoming.max_kbs 3500&lt;BR /&gt;replication.throttle.outgoing.max_kbs 3500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 14:24:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22255#M5217</guid>
      <dc:creator>__frostbyte_9045</dc:creator>
      <dc:date>2010-01-20T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22260#M5218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply remember that SnapMirror is a pull technology.&lt;/P&gt;&lt;P&gt;Hence, to define any relationship you need to define it on the destination and not the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means snapmirror.conf file needs to be created on the destination and not the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for the syntax part, you can try using the FilerView for creating the relationship, if you are facing syntax error.&lt;/P&gt;&lt;P&gt;For a restricted throttle option of 5120kbps, you can implement is at either individual relation level or system level.&lt;/P&gt;&lt;P&gt;Above, David has highlighted it at the system level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep us posted !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bakshana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 03:26:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22260#M5218</guid>
      <dc:creator>ogra</dc:creator>
      <dc:date>2010-01-21T03:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22264#M5219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What sort of compression rates are you seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:27:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22264#M5219</guid>
      <dc:creator>BrendonHiggins</dc:creator>
      <dc:date>2010-01-21T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22269#M5221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;This is an area where thus far, reporting seems to be lacking.&amp;nbsp; You can only see the compression ratio for current snapmirrors.&amp;nbsp; Since we do them every hour, with a new volume every 5 minuites, it's kinda hard to keep tabs on it.&amp;nbsp; I guess I could schedule an rsh script and dump that into text. &amp;lt;Rant Over&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;What I have seen in the past is around 1.5 to 1.&amp;nbsp; Most volumes are already de-duped and either have 8 VMs in them or are CIFS volumes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:52:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22269#M5221</guid>
      <dc:creator>__frostbyte_9045</dc:creator>
      <dc:date>2010-01-21T12:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22274#M5223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Compression ratios are also logged in the SnapMirror log file after the transfer is completed. Therefore you have two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. During the transfer, a long listing of SnapMirror status command will report a ratio&lt;/P&gt;&lt;P&gt;2. After the completion of the transfer, check the /etc/log/snapmirror file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check out the SnapMirror Async tech report (page 27).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;!--StartFragment--&gt;&lt;SPAN style="font-family: Calibri, Verdana, Helvetica, Arial;"&gt;&lt;SPAN&gt;SnapMirror Async Overview and Best Practices Guide&lt;BR /&gt; &lt;SPAN style="color: #0000ff; text-decoration: underline; "&gt;&lt;A href="http://www.netapp.com/us/library/technical-reports/tr-3446.html" target="_blank"&gt;http://www.netapp.com/us/library/technical-reports/tr-3446.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;!--EndFragment--&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:10:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22274#M5223</guid>
      <dc:creator>alapati</dc:creator>
      <dc:date>2010-01-21T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22278#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice.&amp;nbsp; Looking through the log, at transfers of a meg or more, I'm seeing 1.4:1 up to 6.1:1.&amp;nbsp; Many are in the 4.0:1 range and I'd have to guess that is the overall average, at least for last night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it's a free license!&amp;nbsp; The only penalty is CPU overhead.&amp;nbsp; If you need it, turn it on for everything, examin the logs, then turn it back off for volumes that don't seem to benefit from it.&amp;nbsp; Since we have a cluster, we have extra CPU (allowing room for failover).&amp;nbsp; I guess it could be something to keep an eye on if we are in a failover mode for an extended period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:24:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22278#M5224</guid>
      <dc:creator>__frostbyte_9045</dc:creator>
      <dc:date>2010-01-21T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22283#M5226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind elaborating on the below lines in your conf file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;starbuck_filer2=multi (starbuck,filer2)&lt;/P&gt;&lt;P&gt;apollo_filer2=multi (apollo,filer2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read conflicting threads noting that these lines are required for the compression option. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:14:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22283#M5226</guid>
      <dc:creator>truemichael</dc:creator>
      <dc:date>2010-02-11T17:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22288#M5228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too had questions regarding these lines as they show up in the latest documentation but are not explained.&amp;nbsp; When I called support, they didn't even know that you could compress a snapmirror transmission.&amp;nbsp; I guess all of the sales hype over dedupe and how that could enable a form of compression prior to replication led everyone to believe that there wasn't anything else needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not using compression, they are not needed.&amp;nbsp; If you are using using compression, you have to define a relationship.&amp;nbsp; This seems stupid to me because you define the relationship in each line of the config file.&amp;nbsp; I suspect that this line is going to facilitate some other functionality in the future but who knows, it could have been some poor coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;starbuck_filer2=multi (starbuck, filer2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first half of the statement "starbuck_filer2" is the connection string.&amp;nbsp; I used "source_destination" for my naming scheme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last part of the statement (starbuck,filer2) are your source and destination filers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not seen or had explained to me what the purpose of "multi" is in the statement, nor have I found any other choices.&amp;nbsp; Perhaps it enables one to many replication targets.&amp;nbsp; But if this is the case, of what benefit would it be to have a single option, unless there was a performance gain (doubtful).&amp;nbsp; Security doen't make sense because both this statement and the actual schedule are in the same file.&amp;nbsp; Oh well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find someone who can enable the compression with out these statements, please, let me know.&amp;nbsp; However, when I set it up using 7.3.2, it wouldn't work with out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:26:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22288#M5228</guid>
      <dc:creator>__frostbyte_9045</dc:creator>
      <dc:date>2010-02-11T17:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22292#M5230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re:&lt;/P&gt;&lt;P&gt;This means snapmirror.conf file needs to be created on the destination and not the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like several other files, I find it easiest to make one file for your enviornment and put it on all filers.&amp;nbsp; If the relationship line isn't applicable to the current filer, it will ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes it a bit easier to keep up with versioning and forgetting something somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:28:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22292#M5230</guid>
      <dc:creator>__frostbyte_9045</dc:creator>
      <dc:date>2010-02-11T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22297#M5232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do need to set up compression by creating a connection as you described above.&lt;/P&gt;&lt;P&gt;The purpose of the word "multi" is similar to multi-mode vifs.&amp;nbsp; You can define multiple pairs to be used if you choose.&amp;nbsp; This is used mostly for doing SnapMirror over FC, but it can work with Ethernet too.&lt;/P&gt;&lt;P&gt;There is a 'failover' mode as well which is like a single mode vif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far the support call, this was most likely an education issue on the Global Support side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best description I've found for connections in snapmirror.conf is the snapmirror.conf man page.&amp;nbsp; It's in section 5 and it describes the connection lines pretty well, IMHO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:37:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22297#M5232</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2010-02-11T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22302#M5234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I &lt;EM&gt;semi&lt;/EM&gt; understood what the =multi switch impacted, but not specifically with compression. According to documentatrion, the =multi switch is used when defining multiple physical destinations (max two per source) for a given snapmirror relationship. If you feel my input is vague, that's because NetApp documentation is just as vague. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I appreciate the explanation very much....now onto compressing data. WOOHOO!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:38:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22302#M5234</guid>
      <dc:creator>truemichael</dc:creator>
      <dc:date>2010-02-11T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22307#M5236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the error messages on the destination as well. If you are trying to initialize, make sure the destination volume is restricted. Also, make sure permissions are defined (options snapmirror.access) to that the destination system can get the data from the source. You are correct in defining the .conf file on the destination system. Check the /etc/log/snapmirror file on the destination system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 18:24:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22307#M5236</guid>
      <dc:creator>alapati</dc:creator>
      <dc:date>2010-02-11T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable compression in snapmirror.conf</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22312#M5238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too had the same problem. It got resolved after I put FQDN hostname in source filer field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 08:13:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-enable-compression-in-snapmirror-conf/m-p/22312#M5238</guid>
      <dc:creator>kannan_chandar</dc:creator>
      <dc:date>2013-03-07T08:13:40Z</dc:date>
    </item>
  </channel>
</rss>

