Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_setcbaddr.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_setcbaddr - Configure IP address used for AFS callbacks
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs setcbaddr> S<<< [B<-addr> <I<address>>] >>> [B<-help>]
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17B<fs setcbaddr> changes the IP address used by the client for callbacks.
18
19=head1 OPTIONS
20
21=over 4
22
23=item B<-addr> <I<address>>]
24
25The new callback address.
26
27=item B<-help>
28
29Prints the online help for this command. All other valid options are
30ignored.
31
32=back
33
34=head1 OUTPUT
35
36This command produces no output other than error messages.
37
38=head1 EXAMPLES
39
40 % fs setcbaddr 10.2.4.23
41
42=head1 PRIVILEGE REQUIRED
43
44The issuer must be the local superuser.
45
46=head1 SEE ALSO
47
48L<fs(1)>
49
50=head1 COPYRIGHT
51
52Copyright 2008. This documentation is covered by the BSD License as
53written in the doc/LICENSE file. This man page was written by Mike
54Robinson (L<mike@endpoint.com>) for OpenAFS.