
124 Securing NFS in AIX
#
# exportfs -u /exports/project/projB
# umount /exports/project/projB
5.4 Setting up the NFS domain name
As described in 4.2.2, “Choosing your NFS domain” on page 98, it is mandatory
to have the NFS domain name set before you can use NFS V4. The current
setting can be checked using chnfsdom or smitty chnfsdom commands.
If the NFS domain is not set, the output looks similar to Example 5-5.
Example 5-5 chnfsdom sample output
# chnfsdom
Current local domain: N/A
In our sample environment, we already set the NFS domain so that the output
looks like Example 5-6.
Example 5-6 Setting the NFS domain on the server
# chnfsdom
Current loc ...