2009-05-18 05:34:38 +01:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
fs_setcbaddr - Configure IP address used for AFS callbacks
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
2013-06-29 21:59:51 +01:00
|
|
|
B<fs setcbaddr> S<<< [B<-addr> <I<address>>] >>> [B<-help>]
|
2009-05-18 05:34:38 +01:00
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
B<fs setcbaddr> changes the IP address used by the client for callbacks.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2013-06-29 21:59:51 +01:00
|
|
|
=item B<-addr> <I<address>>]
|
2009-05-18 05:34:38 +01:00
|
|
|
|
|
|
|
The new callback address.
|
|
|
|
|
2013-06-29 21:59:51 +01:00
|
|
|
=item B<-help>
|
|
|
|
|
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
|
|
|
|
2009-05-18 05:34:38 +01:00
|
|
|
=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.
|