initialize inode and directory buffer pointers for each run
[unix-history] / usr / src / sbin / nfsiod / nfsiod.8
CommitLineData
567a0a12
KM
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
6fa63056 16.\" @(#)nfsiod.8 5.4 (Berkeley) %G%
567a0a12
KM
17.\"
18.TH NFSIOD 8 ""
19.UC 7
20.SH NAME
c6a0a7cc 21nfsiod \- local NFS asynchronous I/O server
567a0a12
KM
22.SH SYNOPSIS
23.B /sbin/nfsiod
24[
6fa63056 25.B numdaemons
567a0a12
KM
26]
27.SH DESCRIPTION
28.I Nfsiod
8fbf001c 29runs on an
567a0a12 30.SM NFS
8fbf001c
KM
31client machine to service asynchronous I/O requests to its server.
32It improves performance but is not required for correct operation.
33The option
6fa63056 34.I numdaemons
8fbf001c
KM
35defines how many
36.I nfsiod
6fa63056
KM
37daemons to start;
38if unspecified, only a single daemon will be started.
39A client should typically run enough daemons to handle
567a0a12
KM
40their maximum level of concurrency,
41typically four to six.
42.SH SEE ALSO
43.IR nfsstat (1),
44.IR async_daemon (2),
8fbf001c
KM
45.IR mountd (8),
46.IR portmap (8)