CLNTCONFIG(1M) Domain/OS SysV CLNTCONFIG(1M)
NAME
clntConfig - configure Domain NFS client parameters
SYNOPSIS
/sys/nfs/clntConfig [param=n][,param=n][,param=n]
DESCRIPTION
The clntConfig utility configures and echos the before and after values
of the Domain NFS flushInterval, templifetime, and fhCacheLifetime client
parameters. To set new client parameter values, clntConfig must be run
as root.
OPTIONS
List each parameter and setting in any order on the command line. If you
do not list a parameter, the utility uses the current value. Do not
enter spaces before or after the commas and the equal signs. The
following parameters are configurable:
flushInterval
The interval, in seconds, at which borrowed mount points are flushed
from /etc/nfsGatewayTable1. The initial setting is 300 (5 minutes).
Disable flushInterval by setting it to a negative number.
tempLifetime
The lifetime of a borrowed mount point in /etc/nfsGatewayTable. The
initial setting is 600 (10 minutes).
fhCacheLifetime
The lifetime of a cached file handle or file attribute in
/tmp/nfs_data. The initial setting is 30.
EXAMPLES
Set flushInterval to 600 seconds, tempLifetime to 900 seconds, and
fhCacheLifetime to 60 seconds.
$ /sys/nfs/clntConfig flushInterval=600,tempLifetime=900,fhCacheLifetime=60
Former client configuration values:
flushInterval...........300
tempLifetime............600
fhCacheLifetime.........30
Current client configuration values:
flushInterval...........600
tempLifetime............900
fhCacheLifetime.........60
Disable flushInterval, and keep tempLifetime and fhCacheLifetime at their
current values.
$ /sys/nfs/clntConfig flushInterval=-1
Former client configuration values:
flushInterval...........300
tempLifetime............600
fhCacheLifetime.........30
Current client configuration values:
flushInterval...........-1
tempLifetime............600
fhCacheLifetime.........30