AIX上配备一个新NFS目录

AIX上配置一个新NFS目录第一步:修改 exports配置文件root@myhost1:[/]#vi /etc/exports?增加/home/myshare

AIX上配置一个新NFS目录

第一步:修改 exports配置文件

root@myhost1:[/]#vi /etc/exports

?

增加

/home/myshare -sec=sys:krb5p:krb5i:krb5:dh,rw,access=myhost2

?

第二步:重启NFS服务

root@myhost1:[/]#/usr/sbin/mknfs '-N'

?

第三步:在myhost2上mount该目录

mount zgtest1:/home/share /myhost1/share