aix 下mount linux nfs文件系统

首先是linux下启动nfs服务

参考文档http://server.ccw.com.cn/yyjq/htm2008/20080415_407746.shtml,

然后是aix想mount 参考下面的说明

怎样在AIX中Mount Redhat Linux上的nfs文件系统?

环境  任何机型,操作系统 AIX 4.3.3,Redhat 6.2 
问题  当在R6上mount redhat linux的nfs时,系统报错:
1831-008: Operation not permitted 
解答 当在R6上mount redhat linux的nfs时,系统报错:
1831-008: Operation not permitted


用nfso命令修改参数nfs_use_reserved_ports,如下:
#nfso -o nfs_use_reserved_ports=1 
缺省时AIX的参数nfs_use_reserved_ports是0,而linux
在响应客户的mount请求时,需要使用reserved_ports。
修改参数后,故障排除。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10670663/viewspace-614725/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10670663/viewspace-614725/

你可能感兴趣的:(aix 下mount linux nfs文件系统)