Chas Williams 52557c982e xml-docbook-documentation-first-pass-20060915
needs more massaging to make it fit the tree, but, get it here first
2006-09-16 01:13:22 +00:00

53 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<refentry id="FileLog5">
<refmeta>
<refentrytitle>FileLog</refentrytitle>
<manvolnum>5</manvolnum>
</refmeta>
<refnamediv>
<refname>FileLog</refname>
<refpurpose>Traces File Server operations</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>The <replaceable>FileLog</replaceable> file records a trace of File Server (<emphasis role="bold">fileserver</emphasis> process)
operations on the local machine and describes any error conditions it
encounters.</para>
<para>If the <replaceable>FileLog</replaceable> file does not already exist in the
<replaceable>/usr/afs/logs</replaceable> directory when the File Server starts, the server
process creates it and writes initial start-up messages to it. If there
is an existing file, the File Server renames it to
<replaceable>FileLog.old</replaceable>, overwriting the existing
<replaceable>FileLog.old</replaceable> file if it exists.</para>
<para>The file is in ASCII format. Administrators listed in the
<replaceable>/usr/afs/etc/UserList</replaceable> file can use the <emphasis role="bold">bos getlog</emphasis> command to display
its contents. Alternatively, log onto the file server machine and use a
text editor or a file display command such as the UNIX <emphasis role="bold">cat</emphasis> command. By
default, the mode bits on the <replaceable>FileLog</replaceable> file grant the required <computeroutput>r</computeroutput>
(read) permission to all users.</para>
<para>The File Server records operations only as it completes them, and cannot
recover from failures by reviewing the file. The log contents are useful
for administrative evaluation of process failures and other problems.</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para><link linkend="UserList5">UserList(5)</link>,
<link linkend="bos_getlog8">bos_getlog(8)</link>,
<link linkend="fileserver8">fileserver(8)</link></para>
</refsect1>
<refsect1>
<title>Copyright</title>
<para>IBM Corporation 2000. &lt;http://www.ibm.com/&gt; All Rights Reserved.</para>
<para>This documentation is covered by the IBM Public License Version 1.0. It was
converted from HTML to POD by software written by Chas Williams and Russ
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.</para>
</refsect1>
</refentry>