nfs4mgmt update-export

Updates an export based on configuration changes.

Syntax

CLI
/opt/mapr/bin/maprcli mfs4mgmt update-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 to update 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.

Examples