Enabling AFM Network File System version 4

Enable AFM NFSv4 support by using the mmchconfig command.
  1. Enable the afmNFSVersion parameter.
    mmchconfig afmNFSVersion=4.1 -i
    A sample output is as follows:
    mmchconfig: Command successfully completed
    mmchconfig: Propagating the cluster configuration data to all affected nodes. This is an asynchronous process.
    0YO! c25m4n01[01:13:21][~]:Thu Jul 15 01:13:21 EDT 2021: mmcommon pushSdr_async: mmsdrfs propagation started
    Thu Jul 15 01:13:23 EDT 2021: mmcommon pushSdr_async: mmsdrfs propagation completed; mmdsh rc=0
  2. Check the NFS version.
    mmlsconfig afmNFSVersion
    A sample output is as follows:
    afmNFSVersion 4.1
  3. Enable the afmSyncNFSV4ACL parameter.
    mmchconfig afmSyncNFSV4ACL=1 -i
    A sample output is as follows:
    mmchconfig: Command successfully completed
    mmchconfig: Propagating the cluster configuration data to all affected nodes. This is an asynchronous process.
    
    0YO! c25m4n01[01:13:57][~]:Thu Jul 15 01:13:57 EDT 2021: mmcommon pushSdr_async: mmsdrfs propagation started
    Thu Jul 15 01:13:59 EDT 2021: mmcommon pushSdr_async: mmsdrfs propagation completed; mmdsh rc=0
  4. Check the afmSyncNFSV4ACL parameter value.
    mmlsconfig afmSyncNFSV4ACL
    A sample output is as follows:
    afmSyncNFSV4ACL 1

    For more information about these parameters, see mmchconfig command.