openafs/doc/man-pages/pod8/fileserver.pod.in
Russ Allbery 10281b5be2 Fix POD errors in fileserver and dasalvager
Fix missing newlines before =back commands.

Change-Id: If8e65c94f48c271c37c1b4bbec1b17d383c8375d
Reviewed-on: http://gerrit.openafs.org/2831
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
2010-09-23 02:21:51 -07:00

66 lines
1.6 KiB
Plaintext

=head1 NAME
fileserver - Initializes the File Server component of the fs process
=head1 SYNOPSIS
=for html
<div class="synopsis">
=include fragments/fileserver-synopsis.pod
=for html
</div>
=head1 DESCRIPTION
The B<fileserver> command initializes the File Server component of the
C<fs> process. In the conventional configuration, its binary file is
located in the F</usr/afs/bin> directory on a file server machine.
The B<fileserver> command is not normally issued at the command shell
prompt, but rather placed into a database server machine's
F</usr/afs/local/BosConfig> file with the B<bos create> command. If it is
ever issued at the command shell prompt, the issuer must be logged onto a
file server machine as the local superuser C<root>.
=include fragments/fileserver-description.pod
=head1 CAUTIONS
=include fragments/fileserver-cautions.pod
=head1 OPTIONS
=include fragments/fileserver-options.pod
=back
=head1 EXAMPLES
The following B<bos create> command creates a traditional fs process on
the file server machine C<fs2.abc.com> that uses the large configuration
size, and allows volumes to exceed their quota by 10%. Type the command on
a single line:
% bos create -server fs2.abc.com -instance fs -type fs \
-cmd "/usr/afs/bin/fileserver -pctspare 10 -L" \
/usr/afs/bin/volserver /usr/afs/bin/salvager
=head1 TROUBLESHOOTING
=include fragments/fileserver-troubleshooting.pod
=head1 PRIVILEGE REQUIRED
=include fragments/fileserver-privilege.pod
=head1 SEE ALSO
=include fragments/fileserver-also.pod
L<dafileserver(8)>,
=head1 COPYRIGHT
=include fragments/fileserver-copyright.pod