Find

How to export NFS AIX

@Source Server is 192.168.1.25
edit file export
/u01/appluat -root=abcstandby,access=abcstandby
# exportfs -a
** Add host before command,**

@Destination Server
mount 192.168.1.25:/u01/appluat /A4
** /A4 is Folder on this server **