Kerberosを使用してNFSエクスポートをマウントできず、権限拒否エラーを取得できない
環境
- Data ONTAP 7-mode
- NFS Kerberos
問題
- LinuxクライアントがKerberosを使用してNFSをマウントできず、権限拒否エラーを取得しています:
[root@server ~]# mount -vvvv -o vers=3 7-mode:/vol/vol1 /mnt
mount.nfs: timeout set for Thu Dec 7 18:23:30 2023
mount.nfs: trying text-based options 'vers=3,addr=10.xx.xx.xx'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.xx.xx.xx prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.xx.xx.xx prog 100005 vers 3 prot UDP port 4046
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 7-mode:/vol/vol1
- 他のLinuxクライアントはNFS Kerberosを使用して同じボリュームをマウントできます。