<?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: Widelinks in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46017#M4199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&amp;nbsp; Excellent. It works now! Thanks much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2010 19:40:36 GMT</pubDate>
    <dc:creator>krishrajan</dc:creator>
    <dc:date>2010-02-24T19:40:36Z</dc:date>
    <item>
      <title>Widelinks</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46007#M4197</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;Has anyone successfully configured using widelinks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The knowledgebase documents is not that useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We configured it but from cifs clients we get error "the location it refers is unavailable...."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pl. post your experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to create soft links in netapp share which points to another NAS storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:18:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46007#M4197</guid>
      <dc:creator>krishrajan</dc:creator>
      <dc:date>2025-06-05T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Widelinks</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46012#M4198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done it.&amp;nbsp; The real trick is to get the symlinks and the translation table right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you start by enabling widelinks on the source share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;netapp&amp;gt; cifs shares -change vol1 -widelink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like this in cifs shares:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;vol1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /vol/data_vol1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&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; &lt;STRONG&gt;... widelinks supported&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&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; everyone / Full Control&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you create a symlink with a pattern that can be matched by the controller.&amp;nbsp; Note:&amp;nbsp; This path need not (and probably won't be) real.&amp;nbsp; Here's my example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;lrwxrwxrwx 1 adamfox adamfox 18 2010-02-24 11:58 widelink -&amp;gt; /use/this/widelink&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Then you have to create an entry in /etc/symlink.translations (note: the file may not exist by default) that describes the link you want.&amp;nbsp; Here's my example:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;Widelink /use/this/widelink/* \\cosmo.rtpse.netapp.com\test&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Now when I attach via cifs to the source (\\mojito.rtpse.netapp.com\vol1 in this case) I see a folder called "widelink".&amp;nbsp; If it shows up as a folder (since CIFS clients wouldn't know what to do with a symlink anyway), that's a good sign that it will work.&amp;nbsp; When I click on it, it passes me over to the "test" share on cosmo.&amp;nbsp; In this case, it's a NetApp controller, but it need not be since 'mojito' is just sending a DFS redirect to the client when it hits my link.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Of course I am assuming good permissions on the destination side.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;This is a small example, but I think it shows how it really works.&amp;nbsp; The key is to come up with a pattern in the path of the link that can be matched by the symlink translator.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 17:09:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46012#M4198</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2010-02-24T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Widelinks</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46017#M4199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&amp;nbsp; Excellent. It works now! Thanks much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 19:40:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46017#M4199</guid>
      <dc:creator>krishrajan</dc:creator>
      <dc:date>2010-02-24T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Widelinks</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46022#M4200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great post -- Chris Kranz references you on this topic (along with other good resources) here.....&lt;A _jive_internal="true" class="active_link" href="https://community.netapp.com/groups/chris-kranz-hardware-pro/blog/2011/03/03/cifs-widelinks#cf" target="_blank"&gt;http://communities.netapp.com/groups/chris-kranz-hardware-pro/blog/2011/03/03/cifs-widelinks#cf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 22:31:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Widelinks/m-p/46022#M4200</guid>
      <dc:creator>peluso</dc:creator>
      <dc:date>2011-03-03T22:31:45Z</dc:date>
    </item>
  </channel>
</rss>

