summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/rpcbind.8
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 17:37:40 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 17:37:40 +0000
commit3fdc85a2d01b27dbede40ae3d1d510522e51957e (patch)
treee86e0c434148f225b97d8419aabda4a939304410 /usr.sbin/rpcbind/rpcbind.8
parent8095f3520915a13dd5b00c641238efb6c73a9b26 (diff)
downloadFreeBSD-src-3fdc85a2d01b27dbede40ae3d1d510522e51957e.zip
FreeBSD-src-3fdc85a2d01b27dbede40ae3d1d510522e51957e.tar.gz
MFC r317155,r317162,r317163,r317164:
r317155: rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section -W was already documented in the OPTIONS section. r317162: rpcbind(8): add a description for /var/run/rpcbind.sock under the FILES section r317163: rpcbind(8): post-humously document -w (warmstart) support added in r74462 warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart. r317164: Fix indentation per style.Makefile(5)
Diffstat (limited to 'usr.sbin/rpcbind/rpcbind.8')
-rw-r--r--usr.sbin/rpcbind/rpcbind.829
1 files changed, 26 insertions, 3 deletions
diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8
index 0df1fd0..0e05405 100644
--- a/usr.sbin/rpcbind/rpcbind.8
+++ b/usr.sbin/rpcbind/rpcbind.8
@@ -2,7 +2,7 @@
.\" Copyright 1989 AT&T
.\" Copyright 1991 Sun Microsystems, Inc.
.\" $FreeBSD$
-.Dd March 6, 2014
+.Dd April 19, 2017
.Dt RPCBIND 8
.Os
.Sh NAME
@@ -10,7 +10,7 @@
.Nd universal addresses to RPC program number mapper
.Sh SYNOPSIS
.Nm
-.Op Fl 6adiLls
+.Op Fl 6adiLlswW
.Op Fl h Ar bindip
.Sh DESCRIPTION
The
@@ -85,7 +85,7 @@ is also specified.
With this option, the name-to-address translation consistency
checks are shown in detail.
.It Fl h Ar bindip
-Specify specific IP addresses to bind to for TCP and UDP requests.
+IP addresses to bind to when servicing TCP and UDP requests.
This option
may be specified multiple times and is typically necessary when running
on a multi-homed host.
@@ -135,6 +135,22 @@ clients from using
to connect to services from a privileged port.
.It Fl W
Enable libwrap (TCP wrappers) support.
+.It Fl w
+Enable the warmstart feature.
+.Pp
+The warmstart feature saves RPC registrations on termination.
+Any saved RPC registrations are restored on restart if
+.Fl w
+is specified.
+This feature helps avoid RPC service interruption when restarting
+.Nm .
+warmstart support must be compiled in to
+.Nm .
+Portmap registrations are stored in
+.Pa /tmp/portmap.file .
+.Nm
+registrations are stored in
+.Pa /tmp/rpcbind.file .
.El
.Sh NOTES
All RPC servers must be restarted if
@@ -142,7 +158,14 @@ All RPC servers must be restarted if
is restarted.
.Sh FILES
.Bl -tag -width /var/run/rpcbind.sock -compact
+.It Pa /tmp/portmap.file
+saved portmap registrations file.
+.It Pa /tmp/rpcbind.file
+saved
+.Nm
+registrations file.
.It Pa /var/run/rpcbind.sock
+socket used for local connections.
.El
.Sh SEE ALSO
.Xr rpcbind 3 ,
OpenPOWER on IntegriCloud