Originally posted by: SystemAdmin
You do not want to mount your users home directories over /home. If you look there are system accounts that use /home and many applications also use that for application type accounts that get created when installing software. If you mount /home with the NFS share then all these system accounts will lose there home directories and it could impact applications. /home is more common in the Solaris world as they have a default mount point of /home for mounting NFS / automounts. I would recommend you create a separate directory like /users or /company_name and mount your home dirs off that via NFS. This way /home is left for your system accounts to use as they need.
#AIX-Forum