Jul
02
2009
Windows Windows shares can be mounted on /QNTC filesystem. Create a folder is all needs to be done. MKDIR ‘/QNTC/MY_SERVER’ Walk through remote directory: WRKLNK ‘/QNTC/MY_SERVER’ IP address can also be used in place of the server name: mkdir ‘/QNTC/IPADDR’ wrklnk ‘/QNTC/IPADDR’ Note: Pay attention to Windows rights. It doesn’t seem to be [...]
Tags: AS400, export, NFS, QFileSrv, QNTC, QOpenSys, share, unix, Windows
May
18
2009
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 [...]
Tags: Aix, export, mount, NFS, server, share