|
nfs_32_time_ok
|
This symbol controls whether the NFS client or server allows file timestamps that are > Y2038.
|
Defaults to off (0). You
should use this symbol if the timestamp on any file is negative, which means that the date is before 1970, and you still want to be able to access these files.
|
|
nfs_acl_cache
|
This symbol controls whether ACLs are cached on clients that are using the NFS_ACL protocol.
|
Defaults to off (0). You probably
can safely enable this symbol (1), which might be in future Solaris releases.
|
|
nfs_cots_timeo
|
This symbol controls the default time-out value of NFS version 2 client operations over connection-oriented transports.
|
Defaults to 600 tenths of a second.
|
|
nfs3_cots_timeo
|
This symbol controls the default time-out value of NFS version 3 client operations over connection-oriented transports.
|
Defaults to 600 tenths of a second.
|
|
nfs_do_symlink_cache
|
This symbol controls whether symbolic links are cached for file systems mounted using NFS version 2 software.
|
Defaults
to on (1). You can disable this symbol (0) if something like amd is to be used on the system. Client system performance might be reduced if this symbol is disabled.
|
|
nfs3_do_symlink_cache
|
This symbol controls whether symbolic links are cached for file systems mounted using NFS version 3 software.
|
Defaults to on (1). You can disable this symbol (0) but client system performance might be reduced.
|
|
nfs_dynamic
|
This symbol controls whether dynamic retransmission support is used for file systems mounted using NFS version 2 software.
|
Defaults to on (1). You can safely turn off this symbol (0), with possible interoperability problems with servers that are slow or cannot support full 8 KB read or write transfers.
|
|
nfs3_dynamic
|
This symbol controls whether dynamic retransmission support is used for file systems mounted using NFS version 3 software.
|
Defaults to off (0). Do not change this value.
|
|
nfs_lookup_neg_cache
|
This symbol controls whether failed lookup requests are cached for file systems mounted using NFS version 2 software.
|
Defaults to off (0). You can probably safely enable this symbol (1) but it might negatively impact normal directory name caching.
|
|
nfs3_lookup_neg_cache
|
This symbol controls whether failed lookup requests are cached for file systems mounted using NFS version 3 software.
|
Defaults to off (0). You can probably safely enable this symbol (1) but it might negatively impact normal directory name caching.
|
|
nfs_max_threads
|
This symbol controls the maximum number of async threads started per file system mounted using NFS version 2 software.
|
Defaults to 8. Because this number affects the number of threads per file system, on a client with many file systems a large change could severely degrade performance.
|
|
nfs3_max_threads
|
This symbol controls the maximum number of async threads started per file system mounted using NFS version 3 software.
|
Defaults to 8. Because this number affects the number of threads per file system, on a client with many file systems a large change could severely degrade performance.
|
|
nfs3_max_transfer_size
|
This symbol controls the NFS version 3 client file block size.
|
Defaults to 32 KB. Strongly recommend that it not
be changed.
|
|
nfs_nra
|
This symbol controls the number of read-ahead blocks that are read for file systems mounted using NFS version 2 software.
|
Defaults
to 4. A higher value might not increase performance, but will cause increased memory utilization on the client.
|
|
nfs3_nra
|
This symbol controls the number of read-ahead blocks that are read for file systems mounted using NFS version 3 software.
|
Defaults
to 4. A higher value might not increase performance, but will cause increased memory utilization on the client.
|
|
nrnode
|
This symbol controls the number of NFS rnodes that are cached.
|
The value assigned to this symbol is configured at boot time and
scales to match the server. You can set this symbol to 1 to disable caching.
|
|
nfs_shrinkreaddir
|
This symbol controls whether over-the-wire NFS Version 2 READDIR requests are shrunk to 1024 bytes. Some old NFS Version 2 servers could not correctly handle READDIR requests
larger than 1024 bytes.
|
Defaults to off (0), which means do not reduce the READDIR requests. You can safely enable this symbol (1) but it might negatively impact system performance while reading directories.
|
|
nfs_write_error_interval
|
This symbol controls how often NFS ENOSPC write error messages are logged. Its units are in seconds.
|
Defaults
to 5.
|
|
nfs_write_error_to_cons_only
|
This symbol controls whether NFS write error messages are logged to the system console or to the system console and syslog.
|
Defaults to off (0), which means to log all NFS write error messages to the system console and syslog. Enabling (1) this functionality means that most NFS write error messages will only be printed on the system console.
|