Failback or restore steps for the NFS protocol

Use the following steps on a protocol node in the primary cluster, once repaired or replaced, to fail back or restore the NFS protocol configuration.

  1. Stop the NFS services using the following command:
    mmces service stop NFS --all
  2. Restore the NFS related CCR files. For a list of these files, see NFS data required for protocols cluster DR.
  3. Restore the nextexportid CCR variable.
  4. Load the exports file using the following command:
    mmnfs export load /<Path_to_saved_CCR_files>/gpfs.ganesha.exports.conf
  5. Start the NFS services using the following command:
    mmces service start NFS --all