AIX和linux之间挂载nfs错误

linux作为nfs服务器,其/etc/exports文件为
[quote]# cat /etc/exports
/Tbackup/orcl hisdb02(rw,async,no_root_squash)[/quote]
aix作为nfs客户端,其/etc/filesystems中已经添加如下条目
[quote]/Tbackup/orcl:
dev= "/Tbackup/orcl"
vfs= nfs
nodename= bflinux
mount= true
type= nfs
options= rw,bg,hard,intr,vers=3,rsize=32768,wsize=32768,timeo=600,proto=tcp,biods=32 account= false[/quote]
~
在aix系统挂载时出现以下错误:
[quote]root@hisdb02:/dev#mount /Tbackup/orcl
mount: 1831-008 giving up on:
bflinux:/Tbackup/orcl
vmount: Operation not permitted.[/quote]

经检查是由于nfs_use_reserved_ports保持默认值(linux为1,aix为0),只需将nfs_use_reserved_ports修改为1即可。
[quote]root@hisdb02:/dev#nfso -a|grep nfs_use_reserved_ports
nfs_use_reserved_ports = 0

root@hisdb02:/dev#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[/quote]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值