Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_setcbaddr.pod
1 =head1 NAME
2
3 fs_setcbaddr - Configure IP address used for AFS callbacks
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs setcbaddr> S<<< [B<-addr> <I<address>>] >>> [B<-help>]
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 B<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
25 The new callback address.
26
27 =item B<-help>
28
29 Prints the online help for this command. All other valid options are
30 ignored.
31
32 =back
33
34 =head1 OUTPUT
35
36 This 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
44 The issuer must be the local superuser.
45
46 =head1 SEE ALSO
47
48 L<fs(1)>
49
50 =head1 COPYRIGHT
51
52 Copyright 2008. This documentation is covered by the BSD License as
53 written in the doc/LICENSE file. This man page was written by Mike
54 Robinson (L<mike@endpoint.com>) for OpenAFS.