Describes how to start, stop and restart the NFS version 4 service using either the Control System, the CLI, or the REST API.
To stop, start, or restart the HPE Ezmeral Data Fabric NFSv4 server, run:
maprcli node services -nodes <node names> -nfs4 stop|start|restart
Send a request of type POST. For example:
curl -k -X POST 'https://<host>:8443/rest/node/services?nodes=<nodeNames>&nfs4=stop|start|restart' --user mapr:mapr
node services.