Print this page
Marcel's code review fixes
Marcel's update to 7651
@@ -16,11 +16,11 @@
.\"
.\"
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
.\" Copyright 2016 Nexenta Systems, Inc.
.\"
-.Dd March 1, 2016
+.Dd December 16, 2016
.Dt SHARECTL 1M
.Os
.Sh NAME
.Nm sharectl
.Nd configure and manage file sharing services
@@ -138,15 +138,15 @@
.It Sy Example 2 No Getting Properties
The following command gets the properties for the NFS protocol.
.Bd -literal
# sharectl get nfs
lockd_listen_backlog=32
-lockd_servers=20
+lockd_servers=256
lockd_retransmit_timeout=5
grace_period=90
nfsmapid_domain=sun.com
-servers=16
+servers=1024
server_versmin=2
server_versmax=4
max_connections=-1
.Ed
.Pp