Print this page
7569 statd support to run on a fixed port
Portions contributed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
7577 mountd support to run on a fixed port
Portions contributed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>

@@ -92,10 +92,18 @@
              oriented transport.  The default value is 64.
 
      mountd_max_threads=num
              Maximum number of threads for mountd.  The default value is 16.
 
+     mountd_port=num
+             The IP port number on which mountd should listen.  The default
+             value is 0, which means it should use a default binding.
+
+     statd_port=num
+             The IP port number on which statd should listen.  The default
+             value is 0, which means it should use a default binding.
+
    Setting nfsmapid_domain
      As described above, the setting for nfsmapid_domain overrides the domain
      used by nfsmapid(1M) for building and comparing outbound and inbound
      attribute strings, respectively.  This setting overrides any other
      mechanism for setting the NFSv4 domain.  In the absence of a

@@ -143,6 +151,6 @@
 
 SEE ALSO
      lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
      sharectl(1M), smf(5)
 
-NexentaStor                    December 16, 2016                   NexentaStor
+NexentaStor                    December 18, 2016                   NexentaStor