How to start/stop/restart NFS on AIX

Hi,

Very new to aix

How to start/stop/restart NFS on AIX

thanks,

startsrc -g nfs
# or
stopsrc -g nfs

If you just want to refresh the nfsd for changes to /etc/exports:

exportfs -av

Thanks a lot