<?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: CIFS Widelink implementation in a WIntell Environment in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14764#M1339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stand corrected - check out mklink.exe.&amp;nbsp; I couldn't get it to work, but I didn't spend too much time on it.&amp;nbsp; It also looks like there may be some tools out there that will let you create symlinks from within windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 18:44:39 GMT</pubDate>
    <dc:creator>billshaffer</dc:creator>
    <dc:date>2014-02-25T18:44:39Z</dc:date>
    <item>
      <title>CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14748#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've been reaseraching ways to implement a single namespace CIFS environment with netapp and it looks like the way this should be done is with Widelinks. I have however been looking at a configuration guide or setup steps that show the full process of doing this and so far i cant find anything that works. everything seems to be using NFS or nix client to create the link which i would prefer to not do - as this would prove a headache if we want to quickly add another share/symlink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our environment is a HA pair of .7 FAS controlers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know how to configure the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ControlerA:/Vol/Volume1/VolumeQtree/Sharename&amp;nbsp;&amp;nbsp; --&amp;gt;&amp;nbsp; ControlerB:/Vol/Volume2/VolumeQtree/share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idealy i would like it to work so a user could browser the following UNC \\storagedevice\sharename\&amp;nbsp;&amp;nbsp;&amp;nbsp; and view the content on controlerB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dificulty that i am having is how to create the symlynks, and the correct format for the symlink.translation files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be greatly appreciated. perhaps we could put out an offiical guide for this that does not involve NFS or nix clients&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:42:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14748#M1336</guid>
      <dc:creator>ROBIN_MINSHALL</dc:creator>
      <dc:date>2025-06-05T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14754#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Poor mans DFS &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; Here is an example from my laptop and VSIMs below and also some copy/paste from NetApp docs and kbs that cover the topic very well...a little tricky but easy once you get the example processed a couple times.&amp;nbsp; 7-Mode example so different commands for cDOT but can be done in cDOT too.&amp;nbsp; Note that relative path links follow automatically per below with no symlink entry.&amp;nbsp; Also if you can use windows dfs that would be better with a gui to manage and replication.&amp;nbsp; I don't know of a windows tool to create the symlink (I used my OSX nfs mount to do that) but remember someone posting a a tool somewhere that created links... or worst case you could use the ONTAP systemshell, sudo mount and run the ln command from bsd... not ideal since support for systemshell isn't for us to do this but if you don't have a linux machine or any unix system that can mount that would be a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------example&lt;/P&gt;&lt;P&gt;Symlink file created by an nfs client can be used as a cifs widelink to redirect symlinks on a filer...using DFS on the cifs client.&amp;nbsp; It can be a share on the same filer or another filer.&amp;nbsp; A poor mans name space without a dfs server... a little tricky, but a few experiments and it works great... matching the unix symlink to a translation file on the filer to the actual cifs share target is the key that puts it together.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABSOLUTE SYMBOLIC LINKS ONLY!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RELATIVE LINKS FOLLOW AUTOMATICALLY....no mapping needed... and no widelink option set on the share itself...handled by "options cifs.symlinks.enable on" for relative paths... default is on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: CIFS client users who follow symlinks to resources outside the link’s share do not work,&lt;/P&gt;&lt;P&gt;unless the cifs share -nosymlink_strict_security option has been specified for the source&lt;/P&gt;&lt;P&gt;share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Widelink Time To Live&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options cifs.widelink.ttl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # timeout for widelink updates... default is 600 (10 minutes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;*** Create widelink root and a local_link volume on FAS6080A and create remote_link volume on FAS6080B&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6080a&amp;gt; vol create wideroot aggr1 20m&lt;/P&gt;&lt;P&gt;fas6080a&amp;gt; vol create local_link aggr1 1024m&lt;/P&gt;&lt;P&gt;fas6080b&amp;gt; vol create remote_link aggr1 1024m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;Create Qtrees on both root, local and target volumes (not required) (Share root with widelinks)&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;FAS6080A&amp;gt; qtree create /vol/local_link/wide_local_target&lt;/P&gt;&lt;P&gt;FAS6080B&amp;gt; qtree create /vol/remote_link/wide_remote_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FAS6080A&amp;gt; cifs shares -add wideroot /vol/wideroot -widelink cifs share -nosymlink_strict_security&amp;nbsp;&amp;nbsp; # enable widelink on root cifs share and also alo remote shares outside the share&lt;/P&gt;&lt;P&gt;FAS6080A&amp;gt; cifs shares -add local&amp;nbsp; /vol/local_link/wide_local_target&lt;/P&gt;&lt;P&gt;FAS6080B&amp;gt; cifs shares -add remote /vol/remote_link/wide_remote_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;### FOR CIFS HOME DIR - we can't set to the dynamic share, but can assign to the virtual share so it applies to all virtual homedirs ###&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cifs shares -change cifs.homedir [ -widelink | -nowidelink]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FAS6080A&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /vol/local_link/wide_local_target&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; everyone / Full Control&lt;/P&gt;&lt;P&gt;wideroot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /vol/wideroot&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; ... widelinks supported&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; everyone / Full Control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FAS6080B&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;remote&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /vol/remote_link/wide_remote_target&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; everyone / Full Control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** write some data to a file in each link...&lt;/P&gt;&lt;P&gt;FAS6080A&amp;gt; wrfile /vol/local_link/wide_local_target/local_link.txt&lt;/P&gt;&lt;P&gt;FAS6080B&amp;gt; wrfile /vol/remote_link/wide_remote_target/remote_link.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;*** Create symlinks from unix/linux/mac/unixtools on windows&amp;nbsp;&amp;nbsp; *** This is just to create the links...not needed after..&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# cd /mnt&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mkdir wideroot&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mkdir local&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mkdir remote&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mount 192.168.150.201:/vol/wideroot /wideroot&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mount 192.168.150.201:/vol/local_link /local&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# mount 192.168.150.202:/vol/remote_link /remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;### Create the symlink in the source share for both local and target - syntax is "ln -s source target"&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# ln -s /mnt/local/wide_local_target&amp;nbsp;&amp;nbsp;&amp;nbsp; /mnt/wideroot/local_link&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# ln -s /mnt/remote/wide_remote_target&amp;nbsp; /mnt/wideroot/remote_link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;### Show links and cd to links to make sure they work.. note: for a widelink to work, the symlink doesn't have to be valid, but it's nice if they do work and go to the same place.&amp;nbsp; The widelink just takes the value of the links target as the mapping value to a cifs share.&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# ls -l /mnt/wideroot&lt;/P&gt;&lt;P&gt;total 2&lt;/P&gt;&lt;P&gt;lrwxrwxrwx&amp;nbsp; 1 root&amp;nbsp; wheel&amp;nbsp; 26 Mar 17 10:22 local_link -&amp;gt;&amp;nbsp; /mnt/local/wide_local_target&lt;/P&gt;&lt;P&gt;lrwxrwxrwx&amp;nbsp; 1 root&amp;nbsp; wheel&amp;nbsp; 27 Mar 17 10:23 remote_link -&amp;gt; /mnt/remote/wide_remote_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:/ root# cd /mnt/wideroot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:wide_source root# cd local_link&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:local_link root# pwd&lt;/P&gt;&lt;P&gt;/mnt/local/local_link&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:local_link root# ls -l&lt;/P&gt;&lt;P&gt;total 0&lt;/P&gt;&lt;P&gt;-rw-r--r--&amp;nbsp; 1 65534&amp;nbsp; wheel&amp;nbsp; 0 Mar 17 10:17 local_widelink.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:local_link root# cd /mnt/wideroot&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:wide_source root# cd remote_link&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:remote_link root# pwd&lt;/P&gt;&lt;P&gt;/mnt/remote/remote_link&lt;/P&gt;&lt;P&gt;scott-gelbs-macbook-pro:remote_link root# ls -l&lt;/P&gt;&lt;P&gt;total 0&lt;/P&gt;&lt;P&gt;-rw-r--r--&amp;nbsp; 1 65534&amp;nbsp; wheel&amp;nbsp; 0 Mar 17 10:19 remote_widelink.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;*** Now... for CIFS to use this we have to create /etc/symlink.translations on the filer.&lt;/P&gt;&lt;P&gt;*** THIS IS KEY TO LINK THE symlink target to the cifs share local or remote... add the * at the end of the link and share or it won't work..&amp;nbsp; The first value is the value in the link (doesn't have to be valid) but the second value must be a valid cifs share&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;FAS6080A&amp;gt; wrfile /etc/symlink.translations&amp;nbsp;&amp;nbsp; # or use vi or notepad/wordpad... must use the "*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;widelink /mnt/local/wide_local_target/*&amp;nbsp; \\192.168.150.201\local\*&lt;/P&gt;&lt;P&gt;widelink /mnt/remote/wide_remote_target/* \\192.168.150.202\remote\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;*** Test on Windows&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;net use w: \\192.168.150.200\wideroot&amp;nbsp; # map source only...then go to local_link and remote_link.. dfs referrals are used... the symlinks look like directories... a poor mans namespace without a dfs server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of POORLY written /etc/symlink.translations file&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;Widelink /root/home/user1/* \\homeFiler\homeShare\user1\*&lt;/P&gt;&lt;P&gt;Widelink /root/home/user2/* \\homeFiler\homeShare\user2\*&lt;/P&gt;&lt;P&gt;Widelink /root/home/user3/* \\homeFiler\homeShare\user3\*&lt;/P&gt;&lt;P&gt;Widelink /root/home/user4/* \\homeFiler\homeShare\user4\*&lt;/P&gt;&lt;P&gt;Widelink /root/home/user5/* \\homeFiler\homeShare\user5\*&lt;/P&gt;&lt;P&gt;.........and so on for 1000 users......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of WELL written /etc/symlink.translations file&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;Widelink /root/home/* \\homeFiler\homeShare\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boom! One entry replaces 1000 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symlink.translations&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;na_symlink.translations - Symbolic link translations to be applied to CIFS path lookups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;/P&gt;&lt;P&gt;/etc/symlink.translations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;/P&gt;&lt;P&gt;When the CIFS server encounters a symbolic link (also called a "symlink," or "soft link"), it attempts to follow the link. If the symlink target is a path that starts with a "/", the filer must interpret the rest of the path relative to the root of the file system. On the filer, there is no way to know how NFS clients (which must be used to create the symlinks) might have mounted filesystems, so there is no reliable way to follow such absolute, or "rooted" symlinks. The symlink.translations file enables you to use absolute symlinks by mapping them to CIFS-based paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entries in this file are similar to the httpd.translations file. There are two formats for file entries, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map template result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Widelink template [@qtree] result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any request that matches template is replaced with the result string given. Note that the result path for a "Map" entry must point to a destination within the share to which the client is connected. This is because the client has only been authenticated to that share; therefore access is limited to the same share for security reasons. A result path for a "Widelink" entry may point anywhere, thus the name "wide symlink" or widelink for short. Widelinks have these limitations-- the filer share on which the symlink resides must be enabled for wide symlinks, the CIFS client must support Microsoft's Dfs protocol, and the destination must be able to function as a Dfs leaf node. By using Dfs requests, the filer causes the client to authenticate with the destination and thus enforces security. To enable a filer share for "wide symlinks", use the "cifs shares -change" filer console command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both templates and results might (and usually do) contain wildcards (a star "*" character). The wildcard behaves like a shell wildcard in the template string, matching zero or more characters, including the slash ("/") character. In the result string, a wildcard causes text from the corresponding match in the template string to be inserted into the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entries are examined in the order they appear in the file until a match is found or the lookup fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLES&lt;/P&gt;&lt;P&gt;This example maps absolute symlinks that start with "/u/home" to go to the filer path "/vol/vol2/home". Also, symlinks starting with "/u" go to "/vol/vol0". Note that you should put the more restrictive entries first to avoid premature mapping since the matches are done in order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Example Map symlink translations&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;Map /u/home/* /vol/vol2/home/*&lt;/P&gt;&lt;P&gt;Map /u/* /vol/vol2/*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next example maps absolute symlinks that start with "/u/docs/" to go to the filer path "\\filer\engr\tech pubs". Note that widelink result paths use CIFS pathname syntax (backslashes are separators, spaces in path components are allowed, and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Example Widelink symlink translation&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;Widelink /u/docs/* \\filer\engr\tech pubs\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next example maps absolute symlinks that start with "/u/joe". Note that depending on how NFS mounts are set up, it is possible that there could be several absolute symlinks pointing to "/u/joe" which need to have differing destinations. The qtree in which a symlink resides can optionally be used to distinguish destinations. Thus, following an absolute symlink starting with "/u/joe" in qtree /vol/vol1/mixed takes the client to "\\filer\home\joe", while symlinks in other qtrees take the client to "\\filer\test tools\joe".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Example Widelink symlink translations #&lt;/P&gt;&lt;P&gt;Widelink /u/joe/* @/vol/vol1/mixed \\filer\home\joe\* &lt;/P&gt;&lt;P&gt;Widelink /u/joe/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\filer\test tools\joe\*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that there is no theoretical reason why a wide symlink can't point to another filer or indeed any NT server, though it may be difficult to imagine the translated link making sense to the Unix client which created the original symlink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# More Widelink examples&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;Widelink /u/joe/* @/vol/vol1/mixed \\netapp2\users2\joe\*&lt;/P&gt;&lt;P&gt;Widelink /u/joe/* \\joe-PC\Program Files\* &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:54:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14754#M1337</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2014-02-25T17:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14760#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The man page for symlink.translations says that the symlink must be created by an NFS client.&amp;nbsp; I'm sure there's a way around it (maybe), but I've never seen it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the format of the symlink.translations file:&lt;/P&gt;&lt;P&gt;Widelink &amp;lt;symlink_target&amp;gt; &amp;lt;share_to_redirect_to&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty sure the symlink target has to be rooted at /.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you create a symlink in &lt;A href="https://community.netapp.com/" target="_blank"&gt;\\controllerA\share1&lt;/A&gt; named link1, such that link1 -&amp;gt; /dummydir (ln -s /dummydir link1), and you want that to point to &lt;A class="active_link" href="https://community.netapp.com/" target="_blank"&gt;\\controllerB\share2&lt;/A&gt;, your entry would be&lt;/P&gt;&lt;P&gt;Widelink /dummydir \\controllerB\share2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also have a wildcard, to keep you from having 3 entries for the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link1 -&amp;gt; /dummydir/link1&lt;/P&gt;&lt;P&gt;link2 -&amp;gt; /dummydir/link2&lt;/P&gt;&lt;P&gt;link3 -&amp;gt; /dummydir/link3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and shares&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://community.netapp.com/" target="_blank"&gt;\\controllerB\share2\link1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.netapp.com/" target="_blank"&gt;\\controllerB\share2\link2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.netapp.com/" target="_blank"&gt;\\controllerB\share2\link&lt;/A&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Widelink /dummydir/* &lt;A href="https://community.netapp.com/" target="_blank"&gt;\\controllerB\share2\&lt;/A&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help (aside from not knowing how to create windows symlinks)?&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 18:05:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14760#M1338</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-02-25T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14764#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stand corrected - check out mklink.exe.&amp;nbsp; I couldn't get it to work, but I didn't spend too much time on it.&amp;nbsp; It also looks like there may be some tools out there that will let you create symlinks from within windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 18:44:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14764#M1339</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-02-25T18:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14768#M1340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...I couldn't remember one of the windows ln tools without installing cygwin or similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:21:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14768#M1340</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2014-02-25T21:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14773#M1341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Thanks for the assistance. i'm not a major nix user so didnt want to go down the route of having a nix client, or finding nix tools for windows to do this. i could also not get mklink or ln.exe or the ntap_symlink tools to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i do belive i have got it to work after discovering the powershell toolkit cmdlet New-nafileSymLink. these were the steps i took to get a folder in a share redirect to another folder in another share on another controler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I created the following share 'share' in the following location controler A /vol/ShareVol/ShareQt/&lt;/LI&gt;&lt;LI&gt;I created the following share 'share' in the following location on controlerB /vol/ShareVolR/shareQtr/&lt;/LI&gt;&lt;LI&gt;enable widelinks on 'share' on controlerA&lt;/LI&gt;&lt;LI&gt;user powershell command new-NaFileSymLink -Symlink /vol/ShareVolR/ShareVolQtr/foldertolink -path /vol/ShareVol/ShareQt/LinkName&lt;/LI&gt;&lt;LI&gt;wrfile /etc/symlink.translations --&amp;nbsp; widelink /vol/ShareVolR/ShareVolQtr/* \\ControlerB\Share\*&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can now unc to \\ControlerA\Share\ and see a folder called 'LinkName' which takes me to 'FoldertoLink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for redirecting folders in a share to another share/folder. however is it possilbe to create a symlink so \\controlerA\Share links direct to \\controlerB\Share - so that one symlink is created for a share and all data within that is automaticaly created/edited on the destination. I hope i made that last part clear. one share we would like to link has a large number of subfolders at the root level, and new folders are automaticaly created on that root level, we would then need to manualy move and recreate the symlink when those new folders are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 12:04:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14773#M1341</guid>
      <dc:creator>ROBIN_MINSHALL</dc:creator>
      <dc:date>2014-02-26T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14778#M1342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good find on PowerShell.  More customers are using WFA and PowerShell now and very useful.  I don’t know of a way to get the path to go straight to the B target without going to the target share directly.  The namespace provides the links in it to go to…unless another script or path the user is given &lt;BR /&gt;pathA\pathB&amp;lt;file:///&lt;BR /&gt;pathA\pathB&amp;gt; for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 13:39:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14778#M1342</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2014-02-26T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Widelink implementation in a WIntell Environment</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14783#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you remove the asterisk from the WideLink config, and change your link target to /vol/ShareVol/ShareQt, what happens?&amp;nbsp; Try different combinations of trailing slashes, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new-NaFileSymLink -Symlink /vol/ShareVolR/ShareVolQtr/foldertolink -path /vol/ShareVol/ShareQt/&lt;/P&gt;&lt;P&gt;wrfile /etc/symlink.translations --&amp;nbsp; widelink /vol/ShareVolR/ShareVolQtr/ &lt;A href="https://community.netapp.com/" target="_blank"&gt;\\ControlerB\Share\&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:36:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Widelink-implementation-in-a-WIntell-Environment/m-p/14783#M1343</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-02-26T18:36:22Z</dc:date>
    </item>
  </channel>
</rss>

