May 18 2009
Export NFS shares in AIX
Edit /etc/exports (or create it if it doesn’t exist) and add folders to be shared: /home/public -access=client1,root=client1 Option access restricts the list of clients, root allows to mount the share by root user Start nfsd services: startsrc -s nfsd startsrc -s mountd Check daemons are running: AIX_NFS_Server # lssrc -s nfsd Sub-system Group [...]

