Fri 24 Oct 2008
AIX 5.2L Automount
Posted by asxinu under AIX, IBM
No Comments
It seems that all *nix versions do automount and nfs slightly different than each other. I was setting up a automount on AIX 5.2L and discovered that I needed a nfs.direct file in /etc to mount to a directory. Anyway, it looks like this:
/etc/nfs.direct
/oracle -rw,hard,intr tulnfs01:/data/oracle
/etc/auto_mount
/- /etc/nfs.direct
Once those files are created, you can run /etc/rc.nfs and the nfs subsystem along with automount will start.
