NFSサーバはマウント要求を拒否しました
環境
- ONTAP 9
- NFS
問題
- ESXiホストまたはUNIXにNFSボリュームをマウントできません。権限拒否エラーを取得しています:
- UNIX:
[root@xxxx ~]# mount /temp/wes_test/
mount.nfs: access denied by server while mountingxx.xx.xx:/test
- ESXi:
Operation failed, diagnostics report: Mount failed: Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: The NFS server denied the mount request
- UNIX:
- 「check-access」コマンドの出力には、SVM vsvm上で「default」エクスポートポリシーでルートボリュームへのアクセスが拒否されたことが示されています。
-
::> check-access -vserver vsvm -volume PROD_NFS -client-ip 10.1.2.3 -authentication-method sys -protocol nfs3 -access-type read-write
(vserver export-policy check-access)
Policy Policy Rule
Path Policy Owner Owner Type Index Access
----------------------------- ---------- --------- ---------- ------ ----------
/ default vsvm_root volume 0 denied
-
- さらに詳しく調査したところ、SVM vsvm のデフォルトポリシーにはルールがないことがわかりました。
-
::> vserver export-policy rule show -vserver vsvm
Policy Rule Access Client RO
Vserver Name Index Protocol Match Rule
------------ --------------- ------ -------- --------------------- ---------
vsvm Production_Oracle 1 nfs 0.0.0.0/0 any
1 entry was displayed.
-