3 fs_whereis - Reports each file server housing a file or directory
10 B<fs whereis> S<<< [B<-path> <I<dir/file path>>+] >>> [B<-help>]
12 B<fs whe> S<<< [B<-p> <I<dir/file path>>+] >>> [B<-h>]
19 The B<fs whereis> command returns the name of each file server machine
20 that houses the volume containing each directory or file named by the
27 =item B<-path> <I<dir/file path>>+
29 Names each AFS file or directory for which to return the host file server
30 machine. Partial pathnames are interpreted relative to the current working
31 directory, which is also the default value if this argument is omitted.
35 Prints the online help for this command. All other valid options are
42 The output includes a line for each specified directory or file. It names
43 the file server machine on which the volume that houses the specified
44 directory or file resides. A list of multiple machines indicates that the
45 directory or file is in a replicated volume.
47 Machine names usually have a suffix indicating their cell membership. If
48 the cell is not clear, use the B<fs whichcell> command to display the cell
49 in which the directory or file resides. To display the cell membership of
50 the local machine, use the B<fs wscell> command.
54 The following example indicates that volume housing the directory
55 F</afs/example.com> resides is replicated on both C<fs1.example.com> and
58 % fs whereis -path /afs/example.com
59 File /afs/example.com is on hosts fs1.example.com fs3.example.com
61 =head1 PRIVILEGE REQUIRED
72 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
74 This documentation is covered by the IBM Public License Version 1.0. It was
75 converted from HTML to POD by software written by Chas Williams and Russ
76 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.