+ -
当前位置:首页 → 问答吧 → 有关nfs共享的疑问?

有关nfs共享的疑问?

时间:2011-03-23

来源:互联网

一台p550  aix5305
一台昆腾 nas

在昆腾上共享了一个格式为nfs的空间/quantum3500

准备在aix上识别 并mount   
mount时报错:
# mount /bak
mount: 1831-011 access denied for 10.10.10.25:/admin/password/quantum3500
mount: 1831-008 giving up on:
10.10.10.5:/admin/password/quantum3500
The file access permissions do not allow the specified action.

相关信息:
# lsfs
Name            Nodename   Mount Pt               VFS   Size    Options    Auto Accounting
/dev/hd4        --         /                      jfs2  2097152 --         yes  no
/dev/hd1        --         /home                  jfs2  4194304 --         yes  no
/dev/hd2        --         /usr                   jfs2  16777216 --         yes  no
/dev/hd9var     --         /var                   jfs2  2097152 --         yes  no
/dev/hd3        --         /tmp                   jfs2  8388608 --         yes  no
/proc           --         /proc                  procfs --      --         yes  no
/dev/hd10opt    --         /opt                   jfs2  2097152 --         yes  no
/dev/fwdump     --         /var/adm/ras/platform  jfs2  2097152 --         no   no
/dev/oraclelv   --         /oracle                jfs2  31457280 rw         yes  no
/dev/misvg_lv   --         /misdata               jfs2  207618048 rw         yes  no
/admin/password/quantum3500 10.10.10.5 /bak                   nfs   --      bg,intr    yes  no

# nfso -a|grep port
                   portcheck = 0
      nfs_use_reserved_ports = 1

# showmount -e 10.10.10.5
export list for 10.10.10.5:
/Q/shares/quantum3500 *
# lssrc -g nfs
Subsystem         Group            PID          Status
nfsd             nfs              606424       active
rpc.mountd       nfs              766122       active
rpc.statd        nfs              548904       active
rpc.lockd        nfs              979022       active
biod             nfs              753892       active
nfsrgyd          nfs                           inoperative
gssd             nfs                           inoperative

请教大家如何处理 谢谢!

作者: andyuil_ln   发布时间: 2011-03-23

在smit mknfsexp中有一个hosts allowed root access中要填写客户端的IP
还有记得hosts文件中也要有客户端IP

作者: 哞哞牛   发布时间: 2011-03-23

是服务器端来设置吗?昆腾的nas 操作系统是linux

作者: andyuil_ln   发布时间: 2011-03-23

回复 哞哞牛


我现在尝试了在aix 和 昆腾的nas 两边都添加一下hosts  试试看

作者: andyuil_ln   发布时间: 2011-03-23

回复 andyuil_ln


在昆腾那边 和 aix下都加了hosts 也不行

作者: andyuil_ln   发布时间: 2011-03-23