Starting, Stopping, and Restarting MapR NFSv3

Explains how to start, stop, and restart NFS version 3 using either the Control System or the CLI.

Starting, Stopping, and Restarting MapR NFSv3 Using the CLI and REST API

About this task

The command to stop, start, or restart MapR NFSv3 server is:

maprcli node services -nodes <node names> -nfs stop|start|restart

Send 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
NOTE When NFS server is stopped, the VIPs associated with the server are released, and CLDB attempts to reassign the VIPs to other available NFS servers. For the complete list of parameters, see node services.