77d6b064a010b757c702936eccdd4cb831284535
[openafs.git] / doc / man-pages / pod5 / VLLog.pod
1 =head1 NAME
2
3 VLLog - Traces Volume Location Server operations
4
5 =head1 DESCRIPTION
6
7 The F<VLLog> file records a trace of Volume Location (VL) Server
8 (B<vlserver> process) operations on the local machine and describes any
9 error conditions it encounters.
10
11 If the F<VLLog> file does not already exist in the
12 F</usr/afs/logs> directory when the VL Server starts, the server
13 process creates it and writes initial start-up messages to it.
14
15 The file is in ASCII format. Administrators listed in the
16 F</usr/afs/etc/UserList> file can use the B<bos getlog> command to display
17 its contents. Alternatively, log onto the server machine and use a text
18 editor or a file display command such as the UNIX B<cat> command. By
19 default, the mode bits on the F<VLLog> file grant the required C<r> (read)
20 permission to all users.
21
22 The VL Server records operations only as it completes them, and cannot
23 recover from failures by reviewing the file. The log contents are useful
24 for administrative evaluation of process failures and other problems.
25
26 The VL Server can record messages at three levels of detail. By default,
27 it records only very rudimentary messages. To increase logging to the
28 first level of detail, issue the following command while logged onto the
29 database server machine as the local superuser C<root>.
30
31    # kill -TSTP <vlserver_pid>
32
33 where <vlserver_pid> is the process ID of the vlserver process, as
34 reported in the output from the standard UNIX B<ps> command. To increase
35 to the second and third levels of detail, repeat the command.
36
37 To disable logging, issue the following command.
38
39    # kill -HUP <vlserver_pid>
40
41 To decrease the level of logging, first completely disable it and then
42 issue the C<kill -TSTP> command as many times as necessary to reach the
43 desired level.
44
45 =head1 SEE ALSO
46
47 L<UserList(5)>,
48 L<bos_getlog(8)>,
49 L<vlserver(8)>
50
51 =head1 COPYRIGHT
52
53 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
54
55 This documentation is covered by the IBM Public License Version 1.0.  It was
56 converted from HTML to POD by software written by Chas Williams and Russ
57 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.