ONTAP Discussions
ONTAP Discussions
HI there
we just testing widelinks in conjunction wit abe enable shares. As soon we enable ABE, the access to widelink relocate does not work anymore. Error "Windows cannot access \\blabla\bla.
Has anybody sucessful implemented widelink with ABE enabled shares?
Solved! See The Solution
Hello @andre_koch , was your issue resolved?
I'm guessing the issue here is that with ABE, you only see the shares you have access to. If the account you're using can't see the share, then it can't redirect.
I enabled ABE on my shares and my widelinks work fine.
::> cifs share properties show -vserver DEMO -share-name files,flexgroup
Vserver Share Properties
---------------- ------------------------- -----------------------------
DEMO files oplocks
browsable
changenotify
access-based-enumeration
show-previous-versions
DEMO flexgroup oplocks
browsable
changenotify
access-based-enumeration
show-previous-versions
This is my widelink - it points to the "files" CIFS share.
lrwxrwxrwx 1 root root 33 Feb 16 11:14 remote-link -> /mnt/client1/dir1/dir2/linked-dir
These are the pertinent widelink mapping entries:
::> cifs symlink show -vserver DEMO
Vserver Unix Path CIFS Server CIFS Share CIFS Path Locality
---------- --------------- --------------- ----------- -------------- --------
DEMO /mnt/client1/ DEMO files / local
DEMO /mnt/client2/ DEMO flexgroup / local
I can redirect just fine:
You may want to try flushing the dfsutil cache.
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dfsutil
You might also want to try disabling DFS advertisements for that symlink with the -symlink-properties values symlinks,no_strict_security.
If that still doesn't help, I'd suggest opening a case.
Both the parent and destination shares had ABE enabled.
Hello @andre_koch , was your issue resolved?