Windowsクライアントで設定されたSymlinkが機能しない
環境
- ONTAP 9
- SMB / CIFS
- シンボリックリンク
- Windows
- UNIX
問題
- Windowsクライアントからシンボリックリンクパスにアクセスしようとすると、次のエラーでアクセスがタイムアウトします:
Network path is not accessible at this time, try again later- UNIXクライアントでシンボリックリンクパスにアクセスすることに成功しました
[root@rhel1 test]# ls -l
 total 8
 drwxr-xr-x. 2 nobody nobody 4096 Jun 24 07:52 folder
 drwxr-xr-x. 2 nobody nobody 4096 Jun 24 07:52 folder2
 lrwxrwxrwx. 1 nobody nobody  21 Jun 24 07:56 test2 -> /mnt/nfs/test2/folder
 [root@rhel1 test]# cd test2/
 [root@rhel1 test2]# ls -l
 total 0
 -rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file
 -rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file1
 -rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file2
 -rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file3
 [root@rhel1 test2]#- ONTAPのシンボリックリンク設定は、シンボリックリンクを作成したUnixクライアントで設定されたパスと一致します
Vserver: svm1_cluster1
          UNIX Path: /mnt/nfs/test2/folder/
          CIFS Share: test2
          CIFS Path: /folder/
 Remote NetBIOS Server Name: CIFS1
    Local or Wide Symlink: widelink
        Home Directory: false
 3 entries were displayed.