man-page-conversion-20051208
[openafs.git] / doc / man-pages / pod5 / SalvageLog.pod
1 =head1 NAME
2
3 SalvageLog - Traces Salvager operations
4
5 =head1 DESCRIPTION
6
7 The SalvageLog file records a trace of Salvager
8 (B<salvager> process) operations on the local machine and describes
9 any error conditions it encounters.
10
11 If the SalvageLog file does not already exist in the
12 B</usr/afs/logs> directory when the Salvager starts, the process
13 creates it and writes initial start-up messages to it. If there is an
14 existing file, the Salvager renames is to B<SalvageLog.old>,
15 overwriting the existing B<SalvageLog.old> file if it
16 exists.
17
18 The file is in ASCII format. Administrators listed in the
19 B</usr/afs/etc/UserList> file can use the B<bos getlog>
20 command to display its contents. Alternatively, log onto the file
21 server machine and use a text editor or a file display command such as the
22 UNIX B<cat> command. By default, the mode bits on the
23 B<SalvageLog> file grant the required B<r> (B<read>)
24 permission to all users.
25
26 The Salvager records operations only as it completes them, and cannot
27 recover from failures by reviewing the file. The log contents are
28 useful for administrative evaluation of process failures and other
29 problems.
30
31 =head1 SEE ALSO
32
33 L<UserList(1)>,
34 L<bos_getlog(1)>,
35 L<salvager(1)>
36
37 =head1 COPYRIGHT
38
39 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
40
41 This documentation is covered by the IBM Public License Version 1.0.  It was
42 converted from HTML to POD by software written by Chas Williams and Russ
43 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.