a3470194
作者a3470194·2013-07-30 17:07
系统管理员·北京瑞银信管理顾问有限公司

aix mount "vmount: operation not permitted" Error From Linux NFS 转载

字数 1277阅读 5062评论 0赞 0
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 <!-- Problem

When nfs mounting from a Linux NFS server, customer gets the following error: vmount: operation not permited

Solution -->

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 

++++++++++++++++++++++++++++++++++++++++++++++++++++

实际运用:

# mount 192.168.0.70:/tmp /mnt/tmp
mount:1831-008 放弃:
192.168.0.70:/tmp
vmount: 操作不允许执行。
# nfso -p -o nfs_use_reserved_ports=1
正在将 nfs_use_reserved_ports 设置为 1
正在 nextboot 文件中将 nfs_use_reserved_ports 设置为 1
# mount 192.168.0.70:/tmp /mnt/tmp
# ls /mnt/tmp 

如果觉得我的文章对您有用,请点赞。您的支持将鼓励我继续创作!

0

添加新评论0 条评论

Ctrl+Enter 发表

作者其他文章

相关文章

相关问题

相关资料

X社区推广