Netra j - Release 2.0 Product Notes

Configuring Users' Home Directories

The home directories of user accounts set up for JavaStation(TM) users must be NFS-shared. This requirement is handled automatically when users are added or modified using the Netra j User Accounts module. Some user accounts may not be NFS-shared if they existed prior to Netra j installation/upgrade. To activate NFS-sharing of such user accounts, follow the instructions below.

To Activate NFS-Sharing of Existing User Accounts
  1. Become root.

  2. Add the following line to the /etc/dfs/dfstab file for each user:


    share -F nfs -o rw -d "Home Directory" /export/home/
    username
    

where /export/home/username is the user's home directory.

If existing users all have a common home directory base, for example, /export/home, you can edit the /etc/dfs/dfstab file as follows:


share -F nfs -o rw -d "Home Directory" /export/home