Explains how to start, stop, and restart NFS version 3 using either the Control System or the CLI.
The command to stop, start, or restart HPE Ezmeral Data Fabric NFSv3 server is:
maprcli node services -nodes <node names> -nfs stop|start|restartSend a request of type POST. For example:
curl -k -X POST 'https://<host>:8443/rest/node/services?nodes=<nodeNames>&nfs=stop|start|restart' -- user mapr:mapr
node services.