nfs4mgmt add-export
Adds an export.
Syntax
- CLI
/opt/mapr/bin/maprcli nfs4mgmt add-export [ -nfshost ip/hostname. default: 127.0.0.1 ] [ -nfsport port. default: 9995 ] -exportid export id. default: 0 -conffile conf file path
- REST
- N/A
Parameters
Parameter | Description |
---|---|
conffile |
The path to the NFSv4 configuration file. |
exportid |
The export ID as specified in the configuration file. The default value is 0. |
nfshost |
The NFS server host. Value can be the IP address or the hostname of the NFS server host. The default value is 127.0.0.1. |
nfsport |
The NFS server port. The default value is 9995. |