mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
1cc8feb6fc
There were several different real and made-up hostnames and company names used throughout our documentation examples. The IETF has reserved "example.com" and other "example" TLDs for use in examples (RFC 2606). Replace almost all references to ABC Corporation, DEF Corporation, and State University, as well as "abc.com", "bigcell.com", "def.com", "def.gov", "ghi.com", "ghi.gov", "jkl.com", "mit.edu", "stanford.edu", "state.edu", "stateu.edu", "uncc.edu", and "xyz.com". Standardize on "Example Corporation", "Example Network", "Example Organization" (example.com, example.net, and example.org). The Scout documentation in the Admin Guide contains PNG images that contain the old cell names, so I left those references until the images can be replaced. Change-Id: I4e44815b2d2ffe204810b7fd850842248f67c367 Reviewed-on: http://gerrit.openafs.org/6697 Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
=head1 NAME
|
|
|
|
davolserver - Initializes the Volume Server component of the dafs process
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
=for html
|
|
<div class="synopsis">
|
|
|
|
=include fragments/volserver-synopsis.pod
|
|
|
|
=for html
|
|
</div>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<davolserver> command initializes the Volume Server component of the
|
|
C<dafs> process. In the conventional configuration, its binary file is
|
|
located in the F</usr/afs/bin> directory on a file server machine.
|
|
|
|
The B<davolserver> command is not normally issued at the command shell
|
|
prompt but rather placed into a file 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
|
|
database server machine as the local superuser C<root>.
|
|
|
|
=include fragments/volserver-description.pod
|
|
|
|
=head1 OPTIONS
|
|
|
|
=include fragments/volserver-options.pod
|
|
|
|
=head1 EXAMPLES
|
|
|
|
The following B<bos create> command creates a C<davolserver> process on the
|
|
machine C<fs2.example.com> as part of the dafs process:
|
|
|
|
% bos create -server fs2.example.com -instance dafs -type dafs \
|
|
-cmd "/usr/afs/bin/dafileserver" \
|
|
/usr/afs/bin/davolserver \
|
|
/usr/afs/bin/salvageserver \
|
|
/usr/afs/bin/dasalvager
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
=include fragments/volserver-privilege.pod
|
|
|
|
=head1 SEE ALSO
|
|
|
|
=include fragments/volserver-also.pod
|
|
L<volserver(8)>,
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
=include fragments/fileserver-copyright.pod
|