Starting, Stopping, and Restarting HPE Data Fabric NFSv3
Explains how to start, stop, and restart NFS version 3 using either the Control System or the CLI.
Starting, Stopping, and Restarting HPE Data Fabric NFSv3 Using the Control System
Starting, Stopping, and Restarting HPE Data Fabric NFSv3 Using the CLI and REST API
About this task
The command to stop, start, or restart HPE Data Fabric NFSv3 server is:
maprcli node services -nodes <node names> -nfs stop|start|restartSend a request of type POST. For example:
curl -X POST 'https://<host>:8443/rest/node/services?nodes=<nodeNames>&nfs=stop|start|restart' -- user <username>:<password>
                        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.