mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
faf518ace7
LICENSE IPL10 FIXES 109189 Add new man pages for fs rxstatproc, fs setcbaddr, and fs trace. Also updates the links from fs to its subsidiary man pages and fixes the fs rxstatpeer man page a bit to mirror fs rxstatproc.
50 lines
789 B
Plaintext
50 lines
789 B
Plaintext
=head1 NAME
|
|
|
|
fs_setcbaddr - Configure IP address used for AFS callbacks
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
=for html
|
|
<div class="synopsis">
|
|
|
|
B<fs setcbaddr> S<<< [B<-host> <I<address>>] >>>
|
|
|
|
=for html
|
|
</div>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
B<fs setcbaddr> changes the IP address used by the client for callbacks.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 4
|
|
|
|
=item B<-host> <I<address>>]
|
|
|
|
The new callback address.
|
|
|
|
=back
|
|
|
|
=head1 OUTPUT
|
|
|
|
This command produces no output other than error messages.
|
|
|
|
=head1 EXAMPLES
|
|
|
|
% fs setcbaddr 10.2.4.23
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
The issuer must be the local superuser.
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<fs(1)>
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
Copyright 2008. This documentation is covered by the BSD License as
|
|
written in the doc/LICENSE file. This man page was written by Mike
|
|
Robinson (L<mike@endpoint.com>) for OpenAFS.
|