AIX 5.3 问题描述:

  Linux 服务器上共享了/nfs 这个目录,如何将这个共享目录正确的挂载到AIX 的/data/wuxf 这个挂点。
解答:
1.在Linux 服务器上共享/nfs 这个目录, 在/etc/exports文件定义:
/nfs *(rw,no_root_squash,sync)
hostname : testcom
#service portmap start
#service nfslock start
#service nfs start
2.在AIX 端检查Linux的nfs 共享目录有没有存在:
-e testcom
*:/nfs
如果AIX上portmap 没有启动,运行showmount -e会出现如下报错:
-e
whoselife: RPC: 1832-019 Program not registered
如果出现1832-019的报错需要重新启动portmap 和nfs 的服务:
-g nfs
0513-044 The biod Subsystem was requested to stop.
0513-044 The nfsd Subsystem was requested to stop.
0513-044 The rpc.mountd Subsystem was requested to stop.
0513-044 The rpc.lockd Subsystem was requested to stop.
0513-044 The rpc.statd Subsystem was requ