Configuring the NFSv4 client on AIX
This topic describes how to configure the NFSv4 client on AIX.
Prerequisites: For AIX 6.1 an operating system level of 6100-05-01-1016 or higher.
- Configure the domain name:
- Configure the domain name to the same name as defined in z/OS® UNIX
/etc/resolv.conf
or as defined with z/OS NFS Server attribute NFSV4DOMAIN. - Execute
smitty chnfsdom
. - Change NFS Local Domain to <domain name from z/OS UNIX resolv.conf>.
- Verify the domain name setting.
- Execute
chnfsdom
.
- Configure the domain name to the same name as defined in z/OS® UNIX
- Configure the automounter service:
Modify
auto_master
and create anauto.ha2.sapmnt
to allow the automounter to mount the SAP file systems on demand with NFSv4 protocol.The mount statements must include
vers=4
and mount optionsmvsmnt
andrdrverf
.Note: The/etc/auto_master
file is only read when the automount command is initially executed. Changes to it do not take effect until the automount command is run again. - Configure NFS client service
- Start the NFS services that are required for NFSv4.
- Execute
startsrc -s nfsrgyd
- Verify the NFS services.
- Execute
lssrc -g nfs
nfsrgyd
andnfsd
show active in the Status column.