Starting, Stopping, and Restarting HPE Ezmeral Data Fabric NFSv4

Describes how to start, stop and restart the NFS version 4 service using either the Control System, the CLI, or the REST API.

Starting, Stopping, and Restarting HPE Ezmeral Data Fabric NFSv4 Using the Control System

Starting, Stopping, and Restarting HPE Ezmeral Data Fabric NFSv4 Using the CLI and REST API

CLI

To stop, start, or restart the HPE Ezmeral Data Fabric NFSv4 server, run:

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

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
Note: When the 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.