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>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nfs.4
          +++ new/usr/src/man/man4/nfs.4
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  13   13  .\" If applicable, add the following below this CDDL HEADER, with the
  14   14  .\" fields enclosed by brackets "[]" replaced with your own identifying
  15   15  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  16   16  .\"
  17   17  .\"
  18   18  .\" Copyright 1989 AT&T
  19   19  .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
  20   20  .\" Copyright 2016 Nexenta Systems, Inc.
  21   21  .\"
  22      -.Dd December 16, 2016
       22 +.Dd December 18, 2016
  23   23  .Dt NFS 4
  24   24  .Os
  25   25  .Sh NAME
  26   26  .Nm nfs
  27   27  .Nd NFS configuration properties
  28   28  .Sh DESCRIPTION
  29   29  The behavior of the
  30   30  .Xr nfsd 1M ,
  31   31  .Xr nfsmapid 1M ,
  32   32  .Xr lockd 1M ,
↓ open down ↓ 147 lines elided ↑ open up ↑
 180  180  Set the connection queue length for
 181  181  .Nm mountd
 182  182  over a connection-oriented transport.
 183  183  The default value is
 184  184  .Li 64 .
 185  185  .It Sy mountd_max_threads Ns = Ns Ar num
 186  186  Maximum number of threads for
 187  187  .Nm mountd .
 188  188  The default value is
 189  189  .Li 16 .
      190 +.It Sy mountd_port Ns = Ns Ar num
      191 +The IP port number on which
      192 +.Nm mountd
      193 +should listen.
      194 +The default value is
      195 +.Li 0 ,
      196 +which means it should use a default binding.
      197 +.It Sy statd_port Ns = Ns Ar num
      198 +The IP port number on which
      199 +.Nm statd
      200 +should listen.
      201 +The default value is
      202 +.Li 0 ,
      203 +which means it should use a default binding.
 190  204  .El
 191  205  .Ss Setting nfsmapid_domain
 192  206  As described above, the setting for
 193  207  .Sy nfsmapid_domain
 194  208  overrides the domain used by
 195  209  .Xr nfsmapid 1M
 196  210  for building and comparing outbound and inbound attribute strings, respectively.
 197  211  This setting overrides any other mechanism for setting the NFSv4 domain.
 198  212  In the absence of a
 199  213  .Sy nfsmapid_domain
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX