# mount 10.0.0.10:/Tbackup /back
mount: 1831-008 giving up on:
10.0.0.10:/Tbackup
vmount: Operation not permitted.
----------------------------------------------------------------------
# nfso -p -o nfs_use_reserved_ports=1
Setting nfs_use_reserved_ports to 1
Setting nfs_use_reserved_ports to 1 in nextboot file
# mount 10.0.0.10:/Tbackup /back
#
ps:
5.2版本下执行:
nfso -o nfs_use_reserved_ports=1
5.2(含)以上执行:
nfso -p -o nfs_use_reserved_ports=1
官方参考:
Technote (FAQ)
Question
When nfs mounting from a Linux NFS server, customer gets the following
error:
vmount: operation not permited
Answer
--------------------------------------------------------------------------------
Environment
AIX versions 4.x and 5.x
Sometimes Linux NFS servers will do port checking and require that the NFS client use a reserved port.
nfso -o nfs_use_reserved_ports=1
If the mount is going to be permanent, then the change needs to survive across a reboot. The nfs option must be changed permanently. On AIX 4.x and 5.1, the command above should be added to the startup scripts (possibly /etc/rc.nfs). On AIX 5.2 and above, the change can be made permanent by adding the -p flag.
nfso -p -o nfs_use_reserved_ports=1
原文:http://blog.51cto.com/sf1314/2056938
本文介绍了解决AIX系统在使用NFS挂载Linux服务器文件系统时遇到的Operation not permitted错误的方法。通过设置nfso选项来指定使用保留端口,确保挂载操作能够在AIX 5.2及以上版本中永久生效。
1282

被折叠的 条评论
为什么被折叠?



